@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/fondo2.jpg);
	background-size: cover;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2 {
	color: #009;
	font-style: normal;
	letter-spacing: -1pt;
}


.contdiv {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	height: 100%;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background: rgb(255,153,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(190,190,190,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba190,190,190,1)), color-stop(100%,rgba190,190,190,1)))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba190,190,190,1)) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(230,230,230,1) 0%,rgba190,190,190,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba190,190,190,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(190,190,190,1) 100%); /* W3C */




filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ffcc66',GradientType=0 ); /* IE6-9 */
	vertical-align: middle;
	font-size: 12px;
}
footer {
	color: #FFF;
	height: 55px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-image: url(../images/fondo3.jpg);
	line-height: 18px;
}
.azul {
	color: #FFF;
	height: 55px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-image: url(../images/fondo3.jpg);
	line-height: 18px;
}
.azul2{
	background-color: #669;
	}
.contador {
	color: #121212;
	height: 55px;
	width: 30;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}
.constru {
	padding-top: 25px;
	padding-bottom: 25px;
	}
h1 {
	background-image: url(../images/logoraul.png);
	text-indent: -5000pt;
	display: inline-block;
	height: 85px;
	width: 360px;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
nav ul {
	list-style-type: none;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
.cuerpo ul {
	text-transform: none;
	list-style-type: circle;
}
.cuerpo ul li {
	text-transform: none;
	list-style-type: square;
	display: list-item;
	margin-bottom: 10px;
}


nav li {
	display: inline;
	padding: 10px;
	line-height: 20px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
nav li a{
	text-decoration: none;
	color: #000;
}
nav li a:hover {
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	color: #FFF;
}
.active{
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009;
	color: #FFF;
}
.cuerpo{
	height: 300px;
	overflow-y: scroll;
	text-align: justify;
	padding: 15px;
	font-size: 12px;
}

#content {
	
	background-image: linear-gradient(bottom, rgba(250,250,250,.3) 0%, rgba(105,105,105,.3) 75%);
background-image: -o-linear-gradient(bottom, rgba(250,250,250,.3) 0%, rgba(105,105,105,.3) 75%);
background-image: -moz-linear-gradient(bottom, rgba(250,250,250,.3) 0%, rgba(105,105,105,.3) 75%);
background-image: -webkit-linear-gradient(bottom, rgba(250,250,250,.3) 0%, rgba(105,105,105,.3) 75%);
background-image: -ms-linear-gradient(bottom, rgba(250,250,250,.3) 0%, rgba(105,105,105,.3) 75%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgba(250,250,250,.3)),
	color-stop(0.75, rgba(105,105,105,.3))
);	
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
}
#contenido {

}

.oculto {
	overflow: hidden;
	clear: none;
	position: fixed;
	z-index: 1;
	}
