
* { padding: 0; margin: 0; }


body {
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
margin: 1px 0 0 0;
font: 90% Verdana,Tahoma,Arial,sans-serif;
background-image:url(../imagenes/fondook.jpg);
}


#contenido { 
 margin: 0 auto;
 width: 900px;
 padding-bottom:20px;
}

#cabecera {
 color: #fff;
 width: 899px;
 float: left;
 border: 1px solid #ccc;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: #fff;
 background-image:url(../imagenes/cabecera.jpg);
 background-repeat:no-repeat;
}



#menunavegacion { 
 font-family: Verdana,Tahoma,Arial,sans-serif;
 font-size: 15px;
 color : #000;
 text-align : left;
 border: 1px solid #ccc;
 background:#F63;
 margin: 0px 0px 0px 0px;
 padding-top: 15px;
 padding-left: 20px;
 height: 1350px;
 width: 180px;
 float: left;
 opacity:0.7;
 filter:alpha(opacity=70);
}

#enlacesfotos { 
 padding-top: 8px;
 padding-left: 20px;
}



a.enlaceactivo {
display:block;
text-align: left;
font-weight: bold;
font-size: 1.1em;
color:#fff;
line-height: 30px;
width: 180px;
text-decoration:none;
padding:0 3px 0 0;

}

a.enlace {
display:block;
text-align: left;
font-weight: normal;
font-size: 1.1em;
color:#000;
line-height: 30px;
width: 180px;
text-decoration:none;
padding:0 3px 0 0px;
}

a.enlace:hover {
text-decoration:none;
color:#fff;

}



#contenidotexto { 
 float: right;
 color: #000;
 border: 1px solid #ccc;
 background: #F63;
 margin: 0px 0px 0px 0px;
 padding-top: 12px;
 padding-left:25px;
 padding-right:25px;
 width: 646px;
 height: 1353px;
 display: inline;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 font-size: 1em;
 opacity:0.7;
 filter:alpha(opacity=70);
}


#pie {
	width: 899px;
	clear: both;
	color: #fff;
	border: 1px solid #ccc;
	background: #999;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity :0.7;
	filter: alpha(opacity=70);
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;
	text-decoration:none;
 }



#contenidotexto h1  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom:10px;
}

.imgizquierda{
float: left;
clear: left;
margin: 0 20px 0 0;
}

.imgderecha {
float: right;
margin: 0 0 0 20px;
}

.piecontenido {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 1.1em;
text-decoration:none;
}


a.colorenlaces:link {
	color:#009;	text-decoration: underline;
}
a.colorenlaces:active {
	color: #009; text-decoration: undeline;
}
a.colorenlaces:visited {
	color: #009; text-decoration: underline;
}
a.colorenlaces:hover {
	color: #009; text-decoration: underline;
}
