/* CSS Basic Document */
* {
margin:         0;
padding: 	    0;
}
.clear { clear: both; }
body {
color: 			#FFFFFF;
font-family:    Verdana, Arial, Helvetica, sans-serif;
font-size: 		11px;
background:		#666666;
}
a {
text-decoration:none;
color:         #fcd9d9;
}
a:hover{
text-decoration:underline;
color:          #fcd9d9;
}
.titulo_principal{
font-weight:bold;
font-size: 15px;
color: #FFFFFF;
text-align:center;
background:#bd4747;
line-height:30px;
}
.titulo{
font-weight:bold;
font-size: 13px;
color: #FFFFFF;
}
#contenedor_principal{ 
margin:			20px auto; 
width: 			770px; 
text-align: 	left;
background: 	url(../imagenes/bkg_general.jpg) repeat-y; 
}
#header {
width:			770px;
height:			170px;
}
#contenidos{ 
margin:			0px auto; 
width: 			770px; 
text-align: 	left; 
}
#columna_izq {
width:			159px;
float:			left;
}

/* MENU */
.contenedor_menu {
width: 			159px;
}
.contenedor_menu ul li a, .contenedor_menu ul li a:visited {
display:		block;
background:     url(../imagenes/bkg_menu.jpg) top left no-repeat; 
color:			#333333; 
width:			134px;
text-align:		left; 
line-height:	26px; 
font-size:		11px; 
overflow:		hidden;
padding-left:	26px;
font-weight:	bold;
}
.contenedor_menu ul {
padding:0; 
list-style: none;
}
.contenedor_menu ul li {
float:left;
}
/* specific to non IE browsers */
.contenedor_menu ul li:hover a {
color:			#000000;
text-decoration: underline;
background:     url(../imagenes/bkg_menu_on.jpg) top left no-repeat; 
}
/* FIN MENU */
#encuesta{
margin:			15px 3px;
width:			150px;
float:			left;
border:			1px solid #FFFFFF;
}
#encuesta p{
margin-left:	5px;
}
#columna_der {
width: 			610px;
_width: 		608px;
float: 			right;
background:     url(../imagenes/bkg_derecha_top.jpg) top right no-repeat; 
}
#columna_der p{
margin-left:	10px;
}
#interiores {
width: 			595px;
float: 			right;
margin:			40px 0px;
}
.capitulo {
width: 			580px;
margin:			20px 10px;
border:			1px solid #bd4747;
text-align:		justify;
}
.antsig {
width: 			580px;
margin:			20px 10px;
border:			1px solid #bd4747;
text-align:		center;
}
#menu_footer{
margin:			20px auto 20px;
float: 			right;
width: 			611px;
text-align: 	center;
font-size:      10px;
color:			#333333;
padding:    	5px 0 5px 0;
background:		url(../imagenes/bkg_footer.jpg) top left no-repeat; 
}
#menu_footer a{
color:			#333333;
}
#footer{
margin:			5px auto;
width: 			770px;
text-align: 	center;
font-size:      10px;
color:			#cccccc;
}
