a{color:#000000;
text-decoration:none;
}
a:hover{
color:red;
}
 body {
 	background-color:#E1E1E1;
     margin: 10px;
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 background: url(imagenes/barra.png) repeat-x top left #ffffff;
	 
		}
 div#contenido { 
     width: 800px; 
	 overflow: hidden;
     margin: auto;
     border: #A29192 1px solid;
	 background-color: #ffffff;
	 margin-top: 25px;
	 background:center url(imagenes/logo.jpg) no-repeat inherit;
	
    
      }
  div#cabecera  {
  	 display: block;
	 width:  800px;
	 text-align: center; 
	 height: 200px;
	 background: transparent url(imagenes/logo_cabecera.gif) no-repeat ; 
	 border-bottom: 1px solid #A29192;
	 
  }	 

div#izquierda { 
  	    float: left;
		background:transparent;
		width:  250px;
		height: 370px;
		text-align: center;
		display: inline;
	 }
 div#derecha { 
  	    float: left;
		height: 370px;
		width:  500px;
		margin: 10px;
		text-align: center;
		border: #A29192 1px solid;
		background: #000444;
		display: inline;
		}
  div#derecha_sinlinea { 
  	    float: left;
		top: 20px;
		right: 250px;
		width:  250px;
		height: 370px;
		margin: 10px;
		margin-top: 10px;
		margin-left: 10px;
		text-align: justify;
		display: inline;
		}
.textocuadro {text-align:center}
.rojo { color:red;font-weight:bolder;font-size:13px}
p.textopie{
	margin:5px;
	padding:10px;
	font-size:10px;
	text-decoration:none;
	}
 
div#tabla{
		float: left;
	    position: center;
		margin:20px 100px 30px 180px; 
		width:  440px;
	 	height: 290px;
	 	background: transparent no-repeat;
		border: 1px solid grey;
		display: inline;
		
		}

div#pie	{
		float: left;
		position: center;
		width:  800px;
	 	height: 30px;
	 	background: transparent url(imagenes/pie.gif) no-repeat;
		margin: auto;
		border-top: 1px solid red;
		text-align: right;
		font-weight: bolder;
		display: inline;
		}

img {  
  
border: none;  
  
}  



