﻿/*------------------------- HOJA DE ESTILO -------------------------*/

/* ELEMENTOS HTML --------------------------------------------------*/

html, body 
{ 
  border: 0;
  margin: 0; 
  padding: 0; 
  text-align: left; 
  font-size: 100%;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #244955;
}

img
{
  border: none;
}

p {
  padding: 0 0 18px 0;
  text-align: justify;
}

h1, h2, h3, h4, h5
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #666666;
  margin: 0;
  padding: 0;
}



/* CLASES ---------------------------------------------------------*/

.cl-titu1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #06264D;
	font-size: 15px;
}

.cl-titu2
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666666;
  font-size: 18px;
}

.cl-just1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: justify;
}

/* ID DE LAYOUT ---------------------------------------------------*/

#bs-html1 
{
  width: 800px;
  margin: 0 auto;
  background-color: White;
}

#bs-cabe1 
{
  width: 800px;
  height: 110px;
  position: relative;
  
}

#bs-menu1 {
	float: left;
	width: 672px;
	height: 128px;
	position: relative;
	background-image: url('bs-menu1.jpg');
	background-repeat: repeat-x;
}

#bs-menu2
{
  float: left;
  top: 0px;
  left: 0px;
  width: 128px;
  height: 128px;
  position: relative;
  background-image: url('bs-menu2.jpg');
  background-repeat: no-repeat;
  background-color: #A4A4A4;
}

#bs-menu3
{
  padding: 0;
  float: left;
  width: 180px;
  position: relative;
  margin-top: 15px;
  border: 1px solid #0066FF;
}

#bs-menu3 ul 
{
  margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
		
#bs-menu3 li 
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#bs-menu3 li a
{
  display: block;
  padding: 8px 8px 8px 8px;
  background-color: #003399;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
}

html>body #bs-menu3 li a 
{
	width: auto;
}

#bs-menu3 li a:hover
{
  background-color: #000066;
  color: #FFFFFF;
}

#bs-edif1 
{
  float: left;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 96px;
  position: absolute;
}

#bs-pres1
{  
  top: 0px;
  left: 417px;
  width:85px;  
  height:128px;
  position:absolute;
  background-image:url(bs-pres1.jpg);  
  background-repeat: no-repeat;  
}  

#bs-pres1:hover
{  
  background-image:url(bs-pres2.jpg);  
  background-repeat: no-repeat;  
} 

#bs-cons1
{  
  top: 0px;
  left: 502px;
  width:85px;  
  height:128px;
  position:absolute;
  background-image:url(bs-cons1.jpg);  
  background-repeat: no-repeat;  
}  

#bs-cons1:hover
{  
  background-image:url(bs-cons2.jpg);  
  background-repeat: no-repeat;  
} 

#bs-gener1
{  
  top: 0px;
  left: 587px;
  width:85px;  
  height:128px;
  position:absolute;
  background-image:url(bs-gener1.jpg);  
  background-repeat: no-repeat;  
}  

#bs-gener1:hover
{  
  background-image:url(bs-gener2.jpg);  
  background-repeat: no-repeat;  
} 


#bs-logo1
{
  width: 310px;
  height: 70px;
  background-image: url('bs-logo1.jpg');
  background-repeat: no-repeat;
  top: 20px;
  left: 40px;
  position: absolute;
}

#bs-text1
{
  width: 325px;
  height: 50px;
  text-align:right;
  position: absolute;
  top: 30px;
  left: 450px;
}

#bs-body1
{
  border-left: 1px dotted #C0C0C0;
  margin: 15px;
  float: left;
  position: relative;
  width: 585px;
  top: 0px;
  left: 0px;
  height: 500px;
}

#bs-body1-1
{
  position: absolute;
  top: 40px;
}

#bs-body1-2
{
  position: absolute;
  top: 140px;
  width: 580px;
  height: 150px;
  background-image: url('bs-edif2.jpg');
  background-repeat: no-repeat;
  left: 2px;
}

#bs-pie1
{
  padding: 10px;
  border: 1px dotted #C0C0C0;
  margin: 10px;
  clear: both;
  width: 779px;
  height: 60px;
  text-align: center;
}


