/* CSS Document */

/************* CSS Document *************/
/* ****Indra Software Labs Málaga *******/
/* Departamento de Diseño y Maquetación */
/* *************Abril 2009 **************/
/****************************************/


/*generales*/

body {
	background:#0193CF;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	padding:0px;
	margin:0px;
	height: 100%;
	overflow:hidden;
	overflow-Y: hidden;
	}


a {color: #325275;}
a:visited {color:#325275;}
a:hover {color: #325275;}
a:active { color:#325275;}




h1 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #EDF0F5;
	border-top:1px solid #EDF0F5;
	border-bottom:1px solid #EDF0F5;
	color: #284668;
	text-align:center;
	padding:5px 15px;
	margin:0px ;
	line-height: 8px;

}






#contenedor_index {
margin-left: auto;
margin-right: auto;
height:100%;
width: 100%;
padding: 0px;
margin: 0px;
background-image: url(images/portada.jpg);
background-repeat:no-repeat;
background-position:top center;

}

#contenido {
width: 994px;
height:540px;
border-left:  1px solid #0193CF;
border-right:  1px solid #0193CF;
min-height:450px;
margin-left: auto;
margin-right: auto;

}


/*---------------------------------menus----------------------------------------*/




#lenguajes  {
width: 200px;
height: 50px;
margin-left:auto;
margin-right:auto;
aling: center;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bolder;
text-decoration:none;
color:#FFFFFF;
padding-top:50%;

}

#lenguajes a:link, #lenguajes a:visited {
width: 200px;
height: 50px;
margin-left:auto;
margin-right:auto;
aling: center;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bolder;
text-decoration:none;
color:#FFFFFF;
padding-top:510px;


}

#lenguajes a:hover {

color: #132647;

}
/*---------------------------------menus----------------------------------------*/
#titulos {
float:right;
width:788px;
height: 25px;
margin-right:2px;
margin-top: 2px;
background-color:#0193CF;

}

#contenidos_interior {
float:left;
width:788px;
height:420px;
overflow:auto;
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-dark-shadow-color: #0193CF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #0193CF;
scrollbar-shadow-color: #0193CF;
scrollbar-highlight-color: #0193CF;
scrollbar-3d-light-color: #0193CF;

}
#contenidos_dentro{
height:420px;
padding: 5px;
	width:740px;
	color:#132647;


}


/*---------------------------------tipografias----------------------------------------*/


.titulos {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encabezado {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}