
	BODY  
	{
		background-color: #CCCCCC;
		text-align : justify;
		line-height: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	#encabezadoopciones
	{
		width: auto;
		height: 50px;
		color: #009900;	
	}
	
	.encabezado
	{
		width:auto;
		height:auto;
		background-color:#CC9933;
		/*background-image:url(upv-cintilla.jpg);
		border-bottom-style:solid;
		border-bottom-color:#000000;*/
		margin:0 0 5px 0;
		border-top: #FFCC33 solid 15px;
		/*border-bottom: #999999 solid 10px;*/
	}
	
	#contenedor	
	{
		/*background-color:#DDE6AC;*/
		background: #FFFFFF;
		/*border-style:solid;
		border-color:#000000;*/
		margin: 0 auto; 
		width:720px;
		height: auto;
		border:  #FFFFFF medium solid;
	}
	
	
	.izquierda
	{
		width:180px;
		height:auto;
		background-color: #FFFFFF;
		border-style:solid;
		border-width:1px;
		border-color: #CCCCCC;
		float: left;
		margin-top: 20px;
		/*padding:0px;*/
	}

	.derecha
	{
		width:521px;
		height:400px;
		height: auto;
		background-color: #FFFFFF;
		/*border-style:solid;
		border-width:1px;
		border-color: #CCCCCC;*/
		float: right;
		margin-bottom: 20px;
	}

	
	.pie
	{
		clear: both;
		width:720px;
		height:auto;
		background-image: url("img editadas/piedepagina.png");
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: right;
		border-bottom-color: #999999;
		border-bottom-style:solid;
		border-bottom-width:15px;
		margin-top: 100px;
	}
	

	.letrashieloyagua
	{
		color: #CC3333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	.imagenSeccionIndex
	{
		width: auto;
		height: auto;
		float: right;		
	}
	
	.imagenSeccionEstandar
	{
		width: auto;
		height: auto;
		float: right;		
	}
	
	
	.centroContenido
	{
		margin-top: 20px;
		padding-right: 20px;
		padding-left: 10px;
		width:auto;
		height: auto;
		font-size: 12px;
		float: left;
		border-left: #666666 thin dotted;
		min-height: 400px;
	}
	
	p.titulo
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight:bold;
		color: #000000;
		vertical-align:middle;
	}
	
	img.imgtitulo
	{
		vertical-align: middle;
	}
	
ul
{
  /*float: right;
  width:100%;
	 margin-left: 0px;
  background: #E6E6E6;
  text-align: left;
  list-style: none ;*/
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%; /*For KHTML*/
  list-style: none;


}


#menu li
{
	/*list-style: none;
	text-align: left ;
	display: block ;
	border-bottom: #999999 solid 1px;*/
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  width: 100%;
}

#menu li a
{
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
	background: #EEE;
	color: #666;
  font-family: Verdana, Arial, Helvetica, sans-serif ;
  font-size: 12px;
  text-decoration: none;
  height: 40px; /*For IE*/
  width:auto;
}



#menu li a:hover
{
  /*background-color:#ff3300;
  border-top-color:#663399;
  border-top-style: solid;
  border-top-width: 3px;*/
  font-size: 12px;
  color: #CC3333;
  font-weight: bold;
  
}


.enlaces
{
	padding-bottom: 15px;
	margin-left: 15px;
	font-size:12px;	
}



a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
  color: #333333;
  text-decoration: none;
}

a:visited
{
  color: #333333;
  text-decoration: none;
}


a:hover
{
  color: green;
  text-decoration: none;
}


a:active
{
  color: green;
  text-decoration: none;
}