/* ----------------------------------------------------------- */
				/* ESTILOS DE INDEX */
/* ----------------------------------------------------------- */
body {
	text-align: center;
	background: #CCCCCC ;
	}
	
#contenedora {
	width: 800px;
	height: 3800px;
	
	background: #ffffff;
	text-align: center;
	padding-top: ; /*Relleno entre el borde superior de la capa y el contenido de la misma*/
	padding-left:5px;  /*Relleno entre el borde derecho de la capa y el contenido de la misma */
	padding-right: 5px;
}
	
#cabecera {
	width:800px;
	height: 120px;
	background: ;
	text-align: ;
	margin-left:0px;
	padding-left:0px;  /*Relleno entre el borde derecho de la capa y el contenido de la misma */
	
	}
img {
	border: 0px;
	margin: 1px;
}

#titulo{
	width: 620px;
	font-family:"Verdana", Century, Arial;
	color: #5C5C5C;
	font-size:25pt;
	padding-left:30px;
	align:left;
	
	}

#contenidotexto{
	width: 700px;
	height: 450px;
	background: #ffffff;
	text-align: left;
	padding-top: 0px; /*Relleno entre el borde superior de la capa y el contenido de la misma*/
	padding-right:10px;
	
	}
		
/*#linea2{
	background: url(../img/cuadradito-naranja.jpg) ;
	width: 500px;
	height: 3px;
	}*/
#linea {
	CLEAR: both;   
	BACKGROUND: #666666repeat-x;  
	HEIGHT: 5px ; 
	font-size:0;
	margin-left:100px;
	
	
}
#lineagris {
	
	
}

#texto{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-family: "Verdana", Arial, Tahoma;
	height: 10px;
	text-align: justify;
	padding-left:20px;
	padding-top: 50px;
	line-height: 30px;
	padding-right: 20px;
	background-color: #FFFFFF;
	border-bottom-color: #333333;
	border-left-color: #990000;
	border-right-color: #990000;
	border-top-color: #990000;
	border-right-width: thin;
	}
.unnamed1 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: normal;
}
	
#direccion {
	width: 500px;
	height: 40px;
	background: url(../img/direccion.gif) no-repeat;
	
	margin-left:10px;
	
	}