
a:link {color: white; text-decoration:none;}
a:visited {color: white; text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

#contenedor{
	width: 1024px;
	height: auto;
	position: absolute;
	top: 329px;
	left: 50%;
	background-color: white;
	margin-left: -512px;
}

/*#contenedor{
	width: 1024px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 50%;
	border-radius: 10px;
	background-color: white;
	margin-left: -512px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	/*border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;*/
	}*/

.idiomas a:link {color: grey; text-decoration:none;}
.idiomas a:visited {color: #0c9ba0; text-decoration:none;}
.idiomas{
	float: right;
	margin-right: 350px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#precabecera{
	width: 100%;
	height: 314px;
}

#precabecera1{
	/*float: clear;*/
	width: 100%;
	height: 5px;
	/*background-image: url(../imagen/fondo1.jpg);
	background-repeat:repeat-x scroll 0;*/
}	
	
/*#precabecera{
	float: clear;
	width: 970px;
	height: 250px;
	/*border-color: #E0E0E0;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	background-color: #FFF;
	padding: 15px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
	background-image: url(/imagen/logotipo1.jpg);
	}*/

.texcab{
	float: left;
	margin-left: 20%;
}
	
/*.texcab{
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: white;
	line-height: 3px;
}*/
	
#texto{
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 980px;
	height: 110px;
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: grey;
	z-index: 2;
}
	
#menu{
	clear: both;
	margin: 2px;
	width: auto;
	height: auto;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	position: absolute;
	z-index: 1;
}

#pie{
	float: left;
	margin: 10px;
	width: 970px;
	height: auto;
	/*border-color: #E0E0E0;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;*/
	padding: 5px;
}

.menutextual a:link {color: #0c9ba0; text-decoration:none;}
.menutextual a:visited {color: #0c9ba0; text-decoration:none;}

.menutextual{
	float: left;
	margin: 10px;
	width: 970px;
	height: 40px;
	border-color: #E0E0E0;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-width: 2px;
	/*border-radius: 10px;*/
	padding: 5px;
	font-size: 12px;
	color: #0c9ba0;
	text-align: right;
	background-color: #F2F2F2;
}

.pieizq{
	float: left;
}

.pieder{
	float: right;
}

/*.menutextual{
	float: left;
	margin: 10px;
	width: 970px;
	height: 40px;
	border-color: #E0E0E0;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	text-align: right;
	background-color: #666666;
}*/

.nav li {list-style:none;}

.nav > li {
float:left;
position: relative;
}

.nav li a {
background:#0c9ba0;
color:#FFF;
display:block;
border:1px solid;
border-radius: 5px;
padding:10px 12px;
}

.nav li .flecha{
font-size: 9px;
padding-left: 10px;
display: none;
}

.nav li a:not(:last-child) .flecha {
display: inline;
}

.nav li a:hover {
background:#0fbfc6;
}

.nav li {
position:relative;
}

.nav li ul {
display:none;
position:absolute;
min-width:150px;
padding:0px;
}

.nav li:hover > ul {
display:block;
}

.nav li ul li ul {
left:auto;
top:0;
}
.noticias{
	margin-top: 20px;
	border-collapse:collapse;
	border-color: grey;
}

ul.ppt {
position: relative;
}

.ppt li {
list-style-type: none;
position: absolute;
top: 0;
left: 0;
}

.ppt img {
border: 1px solid #e7e7e7;
background-color: #ececec;
}