@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------------------
General
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body{
	background-image: url(../imagenes/bg.jpg);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
#capa_contenedor{
	width:792px;
	position:relative;
	left:50%;
	margin-left:-396px;
	background-image:url(../imagenes/relleno.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	
}

#capa_cabecera{
	width:792px;
	height:250px;
	background-image:url(../imagenes/banner_monicaserrano.jpg);
	
}

#capa_menu{
	width:222px;
	height:355px;
	float:left;
	background-image:url(../imagenes/menu.jpg);
}

#capa_contenido{
	width:548px;
	float:left;
	margin-left:12px;
	margin-top:12px;
}
#relleno{
	width:792px;
	float:left;
	background-image:url(../imagenes/relleno.jpg);
	background-repeat:repeat-y;
}
#capa_pie{
	width:792px;
	height:131px;
	background-image: url(../imagenes/pie2.jpg);
	float:left;
}
#capa_pie_under{
	width:792px;
	height:131px;
	background-image:url(../imagenes/pie_under.jpg);
	float:left;
}
/*-------------------------------------------------------------
LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
a{
	color: #F3D654;
	text-decoration:none;
}
a:hover{
	color: #9ACAA0;
	text-decoration:none;
}

/*-------------------------------------------------------------
MENU
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#capa_texto_menu{
	width:100px;
	margin-left:54px;
	line-height:20px;		
	margin-top:240px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #F3D654;
	font-weight:bold;
	
}

/*-------------------------------------------------------------
CONTENIDO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.entrada{
	width:472px;
	height:300px;
	margin-top:20px;
	margin-left:30px;
	color:#653C1C;
	font-weight:bold;
	font-size:10px;
}

.entrada_video{
	width:472px;
	margin-top:20px;
	margin-left:30px;
	color:#653C1C;
	font-weight:bold;
	font-size:10px;
	border-bottom: 2px solid #F3D654;
}
.entrada_video object{
	margin-left:24px;
}

.entrada img{
	margin-bottom:10px;
	
}
.subir{
	text-align:right;
	color:#F3D654;
	margin-top:6px;
	margin-bottom:6px;
}

.pagina{
	text-align: center;
	color:#653C1C;
	margin-top:6px;
	font-size:12px;
	font-weight:bold;
}
.siguiente{
	font-size:11px;}
/*-------------------------------------------------------------
CONTACTO
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#contacto{
	margin-left:62px;
	margin-top:42px;
}
.campo{
	color:#653C1C;
	font-weight:bold;
	font-size:10px;	
}
#mensaje, #email, #nombre {
	border:none;
	background-image:url(../imagenes/fondo_contacto.jpg);
	background-repeat:repeat;
	color:#a0876d;
	font-weight:bold;
	font-size:12px;	
}