body { 
	/* text-align:center; */
	background: #cc9; 
	font-size: 1.0em;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	margin: 0px;
}

#contenedor { 
	width:780px;
	border:solid #930 1px;
	margin: 10px auto;
}

#rotativas {
	position: relative;
	width: 100%;
	height: 270px;
}
		
#logo {
	/*
	position:absolute;
	z-index: 2;
	left:0;
	bottom: 0;
	*/
	height:102px;
	overflow:hidden;
}


#banda_roja{
	width: 100%;
	height: 5px;
	background-color: #930;
	overflow:hidden;
}

#banda_verde{
	width: 100%;
	padding-bottom: 2px;
	text-align:right;
	background-color: #363;
}

#banda_verde a{
	color: #cc9;	
	font-size: 11px;
	text-decoration:none;
	padding-right:20px;
}

#banda_verde a:hover{
	color: #fff;	
}

#banda_roja2{
	width:100%;
	height: 27px;
	background: #930 url(../imagenes/interfaz/lineas_franja_roja.gif) repeat-y top right;
}

#enlaces{
	background-color: #cc9;
	text-align:center;
}
#enlaces a {
	font-size: 12px;
	color:#336633;
	font-weight:bold;
	text-decoration: none;
	display: inline;

	padding-left: 15px;
	padding-right:45px;
	padding-right:55px;
	padding-top: 3px;
	_padding-top: 2px;
	
	background-image: url('../imagenes/interfaz/flecha_indice.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#enlaces a:hover {
	color:#993300;
}

#pie {
	padding: 25px 5px 1px 5px;
	background-color: #663;
	font-size: 11px;
	color:#cc9;
}

#thumbnails { display: none }