/* HOJA DE ESTILOS CSS */
html {
	margin: 0;
	padding: 0;
	background-color:#ebebeb;
	background-image:url(imagenes/fondo.png);
	background-repeat:repeat-x;
}

body {
font-family:Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}

#container {
margin: 0 auto;
padding: 0px 0px 0px 0px;
width: 1008px;
position: relative;
height: auto;}


a:link {text-decoration: none;
color: #073a4b;}
a:visited {text-decoration: none;
color: #073a4b;}
a:active {text-decoration: none; color: #073a4b;}
a:hover {text-decoration: underline;
color: #073a4b;}


#cab{
	width: 1008px;
	height: 186px;
	top: 0;
	background-image: url(imagenes/cabecera.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin:0px;
	padding: 0px;
}

.cab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	color: #002baa;
}


/**Contenido derecho*/
#contenido { 
	width: 633px;
	height: auto;
	position: relative;
	float: left;
	padding-top: 23px;
	padding-left: 0px;
	padding-bottom: 20px;
}



/**Columna Izquierda*/
#izq {
	width: 167px;
	height: auto;
	float: left;
	position: relative;
	padding: 0px;
	margin-left:116px;
	background-image: url(imagenes/fondo_menu.png);
	background-repeat:no-repeat;
	background-position: center top;
}


/*Menú superior izquierdo*/

#menu1 {
width: 167px;
height: auto;
position: relative;
float: left;
margin: 2px;
padding-top: 10px;
z-index: 2;}

#menu1 ul, li {
	list-style-type: none;
}

#menu1 ul {
	margin: 0;
	padding: 0;
	float: left;
}

#menu1 li {
	padding: 10px 0px 0px 8px;
}

#menu1 a {
	text-decoration: none;
	color: #073a4b;
	display: block;
	font-size:15px;
}

#menu1 a:hover {
text-decoration: underline;
color: #073a4b;
font-weight: bold;}



#menu2 {
width: 140px;
height: auto;
position: relative;
float: left;
margin: 0px;
padding: 0px;
z-index: 2;
}

#menu2 ul{
    margin:0;
    float: left;
    padding: 0;
}

#menu2 ul li{
      display:inline;
      float:left;
      text-align:center;
     padding: 28px 5px 5px 33px;
}

#menu2 a{
      display:block;
 	  float: left;
}

#menu2 a:link, #menu2 a:visited, #menu2 a:active, #menu2 a:hover, {
text-decoration: none;
}


#ico1{
	width:30px;
	height:20px;
    background-image:url(imagenes/inicio.jpg);
    background-repeat: no-repeat;
    padding: 0;
}

#ico3{
   	width:30px;
	height:20px;
	background-image: url(imagenes/contacto.jpg);
	background-repeat: no-repeat;
	padding: 0;}

/*Fin Menu*/


/*portada*/
#texcont {
   	width:633px;
	height:auto;
	float:right;
	position:relative;
}

#texcont img {
	width: 319px;
	height: 452px;
	float:left;
	position:relative;
	padding: 0px 10px 0px 30px;
	margin:0;
}

.textocont {
color: #073a4b;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
padding: 20px 10px 10px 320px;
text-align: justify;
}

/*Fin portada*/

/*Pie de Página*/
#apie{
	width: 1008px;
	height: auto;
	position: relative;
	background-color: #d4d9db;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.apie{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #073a4b;
	padding: 30px 0 10px 0;
}
/*Fin de Pie de Página*/

.titulos {
font-family: Arial, Helvetica, sans-serif;
color: #073a4b;
font-size: 15px;
font-weight: bold;
font-style: normal;
text-align: center;
padding: 0 0 20px 0;
}


.texto {
font-family: Arial, Helvetica, sans-serif;
color: #5E5E5E;
font-size: 12px;
font-weight: normal;
font-style: normal;
text-align: left;}

.texto1 {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 13px;
font-weight: normal;
font-style: normal;
text-align:justify
}
