@charset "utf-8";
@import url("webfonts/RomanAntique/stylesheet.css");

/* CSS Document */

.cabecera { /* Definicion del estilo de la cabecera de la pagina web*/
	background-image: url(imagen/fondocabecera1920x150.png);
	width: 99%;
	left: 0px;
	top: 0px;
	height: 150px;
	background-repeat: repeat-x;
} 
.cuerpo { /* Definicion del estilo del cuerpo de la pagina web*/
	height: auto;
	width: 100%;
	top: 165px;
	left: 0px;
	text-align: center;
}
.cuerpo nav ul { /* Definicion del estilo del menu horizontal de la pagina web*/
	text-align: center;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.submenuder { /* Definicion del estilo del menu vertical de la pagina web*/
	list-style-type: none;
	padding-top: 75px;
}
.lisubmnderi { /* Definicion del estilo del simbolo del menu vertical de la pagina web*/
	text-align: left;
	display: inline-block;
	float: left;
	height: auto;
	width: 20%;
}
.lisubmnderd { /* Definicion del estilo del titulo del menu vertical de la pagina web*/
	text-align: left;
	display: inline-block;
	float: left;
	height: auto;
	width: 80%;
	font-family: "roman Antique";
	font-size: 36px;
	font-weight: bold;
	margin-top: 10px;
}
.dgif {
	float: left;
	height: auto;
	width: 48%;
	text-align: center;
	margin-left: 2%;
}
/*
.divdec{ 
	height: auto;
	width: 25%;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
.tipografia {
	font-family: RomanAntique;
	font-size: 30px;
	font-weight: bolder;
}
.tipografiatexto {
	font-family: RomanAntique;
	font-size: 16px;
	font-weight: bolder;
	text-align: justify;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
}

*/
.piedepagina { /* Definicion del estilo del pie de la pagina web*/
	background-image: url(imagenes/fondomenu.png);
	height: auto;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 1px;
	top: 910px;
	font-family: Estrella;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #1b3137;
	border-right-color: #1b3137;
	border-bottom-color: #1b3137;
	border-left-color: #1b3137;
	font-weight: bold;
}

.piedepaginaele { /* Definicion del estilo del pie de la pagina web*/
	
	width: 15%;
	text-align: center;
	display: inline-block;
	padding-left: 30px;
}
.izqdivimg { /* Definicion del estilo del la imagen o texto de la izquierde del cuerpo de la pagina web*/
	float: left;
	height: auto;
	width: 75%;
}

.derdivimg {/* Definicion del estilo del la imagen o texto de la derecha del cuerpo de la pagina web*/
	float: left;
	height: auto;
	width: 25%;
	vertical-align: middle;
}	
.divmitad {/* Definicion del estilo del la imagen o texto de la div 50%*/
	float: left;
	height: auto;
	width: 50%;
	vertical-align: middle;
}	
.imgizqalin {
	text-align: right;
}


body { /* Definicion del estilo en comun de los elementos de la pagina web*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagen/fondops50.png);
	background-repeat: repeat;
	list-style-type: none;
}

nav { /* Definicion del estilo  de la etq nav de la pagina web*/
	list-style-type: none;
	height: 100px;
	width: 100%;
	font-family: Estrella;
	color: #030;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 40px;
}
nav ul li {
	text-align: center;
	display: inline-block;
	float: left;
	height: auto;
	width: 20%;
}
.aviso {
	text-align: center;
	font-family: Estrella;
	font-size: 20px;
	font-weight: bold;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #14ffff;
	border-right-color: #14ffff;
	border-bottom-color: #14ffff;
	border-left-color: #14ffff;
	background-image: none;
	height: auto;
	width: 100%;
}
.aviso marquee p {
	background-color: #FFF;
}
.cuerpo .izqdivimg .divmitad p {
	font-family: Estrella;
	font-size: 24px;
	color: #006;
	text-align: justify;
	padding: 5%;
}
