@charset "UTF-8";
body {
	margin: 0px;
}
#contenedor {
	float: left;
	width: 995px;
}
#contenedor #cabecera{
	float: left;
	width: 995px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.piepantalla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 590px;
	padding-top: 10px;
	text-align: justify;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 10px;
}

#contenedor #barraenlaces{
	float: left;
	width: 975px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #f2f2f2;
}
#contenedor #barraenlaces a{
	color: #365F87;
	text-decoration: none;	
}
#contenedor #barraenlaces a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CD3603;
}
#contenedor #cabecera #partetitulo{
	float: left;
	width: 350px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #D53300;
	text-decoration: none;
}
#contenedor #cabecera #partelogos{
	float: right;
	width: 600px;
	padding: 6px;
}
#contenedor #contenido{
	float: left;
	width: 995px;
}
#contenedor #contenido #pantalla{
	float: left;
	width: 400px;
	text-align: center;
	margin-top: 20px;
}
#contenedor #contenido #pantalla2 {
	float: left;
	width: 600px;
	text-align: center;
	margin-top: 20px;
}
#contenedor #contenido #piepantalla {
	float: left;
	width: 550px;
	text-align: center;
	margin-top: 5px;
}



#contenedor #contenido #partetextos2{
	float: right;
	width: 950px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#contenedor #contenido #partetextos .celda2{
	float: right;
	width: auto;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
#contenedor #contenido #partetextosmedio {
	float: right;
	width: 350px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
}

#contenedor #contenido #partetextos{
	float: right;
	width: 550px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#contenedor #contenido #partetextos .celda{
	float: right;
	width: 550px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
#contenedor #contenido #partetextos .celdadoble{
	float: right;
	width: 250px;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.titulo a{

	color: #CC3300;
	text-decoration: none;
}
.titulo a:hover{
	color: #003366;
	text-decoration: underline;
}
.titulo2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.titulo2 a{
	color: #003399;
	text-decoration: none;
}
.titulo2 a:hover{
	color: #003366;
	text-decoration: underline;
}
.explicacion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.explicacion a{
	color: #666666;
	text-decoration: none;
}
.explicacion a:hover{
	color: #003366;
	text-decoration: none;
}

#contenedor #pie{
	float: left;
	width: 995px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5%;
}
#contenedor #pie a{
	color: #003366;
	text-decoration: none;
}
#contenedor #pie a:hover{
	color: #993300;
	text-decoration: none;
}
