@import url("includes/menu/boton1/boton001.css");
@import url("includes/idiomas/idioma.css");

body {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 10pt;
	line-height: 18px;
	background-color: #9D9D9D;
	cursor: url(http.www);
}
.cabecera {
	height: 148px;
	width: 99%;
	margin: auto;
	border: 5px solid #FFFFFF;
	background-image: url(graficos/fondo.jpg);
	background-repeat: repeat-x;
}
.contenido {
	width: 99%;
height:100%;
	margin: auto;
	background-image: url(graficos/fondo.gif);
/*background-color: #FFFFFF;*/
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left;
}
.contenido .menu {
	width: 20%;
	float: left;
	background-color: #20599C;
}
.contenido .contenidos {
	width: 78%;
	font-size: 12pt;
height:100%;
	float: left;
	border-bottom-width: 5px;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(image/base.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 4px;
	padding-top: 10px;
	padding-left: 10px;
    padding-right:4px;
}
.contenido .contenidos .foto {
	height: 100px;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.contenido .contenidos .uno {
	width: 150px;
	float: left;
}
.contenido .contenidos .dos {
	float: right;
	width: 390px;
}
.todo {
	margin: auto;
	width: 870px;
}
.cabecera .div_idiomas {
	float: left;
	height: 30px;
	width: 813px;
}

a{
color:#006699;
text-decoration:none;
}

a:hover{
	color:#003366;
	text-decoration:none;
}
.piepagina {
	margin: auto;
	width: 99%;
	padding-top: 5px;
	text-align: right;
}
.piepagina .linkpie {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.piepagina .linkpie:hover {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

