/* CSS Document */
	body
{
	
	margin:5px 0px  0px 0px;
	font-family: "Lucida Sans Unicode", Trebuchet, Tahoma, Verdana, Arial, "Times New Roman", sans-serif;
	font-size:0.7em;
	background-color:#8E3200;

	/*colocar 1 background con el color de l ultimo pixel*/ 
}

html
{
	height: 100%;
}

	#web
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	height:auto;
	background-color:#FFFFFF;
}

	#cabecera
{	
	
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width:600px;
	height:65px;
}
	#linea
	{
	background-image: url(../imagenes/linea.gif);
	background-repeat: no-repeat;
	
	width:600px;
	height:10px;
	
	}
	#pie
{
	background-image: url(../imagenes/pie.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	width:600px;
	height:57px;
	float:left;
}
#textopie
{
margin-top:40px;
color:#FFFFFF;
font-weight:normal;
font-size:10px;
text-align:right;

}
#textopie a
{
margin-top:40px;
color:#006600;
text-decoration:none;
font-weight:normal;
font-size:10px;
text-align:right;

}

#textopie a:hover
{
margin-top:40px;
color:#006600;
text-decoration:none;
font-weight:normal;
font-size:9px;
text-align:right;

}
	#centro
{
	
	width:140px;
	height:190px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

	#menu
{

	width: 50em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
 	Verdana, Lucida, Geneva, Helvetica, 
  	Arial, sans-serif;
	font-weight:bold;
	padding-top:0px;
	margin-left:6px;
	height:20px;
	


		
}
	#menu ul 
{
	 
	list-style: none;
	width:50em;
	margin: 0;
	padding-left:5px;
	font-weight:bold;
	color:#000000;
	padding-top:0px;
	/*border-top: 2px dotted #410813;
	border-bottom: 2px dotted #410813;*/
	text-decoration:none;
}
		
	#menu ul li
{

	display: inline;
	width:12em;
}
	#menu li a
{
 
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-weight:normal;
	width:12em;
	
	color:#993300;
}

	#menu li a:hover
{
    background-color:#CCCCCC;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	height:10px;
	width:12em;
	color:#006600;
	

}

#frameflotante
{
width:390px;
height:350px;
margin-top:10px;
padding-top:0px;
margin-left:100px;
border: 2px dotted #CCCCCC;

}
iframe
{

width:385px; 
height:350px;
margin-top:0px;
padding-top:0px;
color:#CCCCCC;


}


