@charset "utf-8";
/* CSS Document */

html { height: 100%} 

body {
	text-align: left;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #504E53;
	margin: 0;
	height: 100%;
	/*background-image: url(../images/planmedini.jpg);
	background-repeat: no-repeat;
	background-position: top center;*/
}

#frame_sup {
	width: 100%;
	height: 469px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-image:url(../images/fotfondo.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-attachment:scroll;
}

#frame_inf {
	width: 100%;
	height: 340px;
	padding: 0px;
	margin: 0;
	text-align: center;
	background-color: #669A3F;
}

#wrap_info {
	width: 800px;
	height: 393px;
	margin: 0 auto;
}

/* Imágenes */
#foto_grande {
	width: 800px;
	height: 393px;
	margin: 0 auto;
}
#foto_grande .blog { margin: auto; }

#video_grande {
	width: 800px;
	height: 393px;
	margin: 0 auto;
}
#video_grande .blog { margin: auto; }

#foto_peque {
	width: 400px;
	height: 393px;
	float: left;
}

#pie_foto {
	width: 800px;
	margin: 0 auto;
	margin-top: 8px;
}
#pie_foto a {
	font-size: 12px;
	font-weight: 900;
	color: #68676B;	
	text-decoration: none;
}
#pie_foto a.peque {
	font-size: 11px;
}


/* Contenido */
#contenedor_contenido {
	width: 335px;
	height: 343px;
	padding: 50px 30px 0px 35px;
	/*margin-top: 50px;
	margin-left: 35px;
	margin-right: 20px;
	padding-right: 10px;*/
	float: left;
	overflow: hidden;
}
#contenido {
	left: 0;
	width: 335px;
	height: 343px;
	padding-right: 10px;
	text-align: justify;
	overflow: auto;
}

#contenido .contentheading, .componentheading {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;	
}

a.verde {
	color: #669A3F;
	text-decoration: none;
}


/* Módulo de fotografías */
.ozio { display: none; }



/* Submenú */
#submenu {
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 13px;
}
#submenu a {
	text-decoration: none;	
	color: #669A3F;
	font-weight: bold;
}
#submenu a:hover, #submenu a:active, a#active_menu {
	color: #504E53;	
}


/* Pie */
#pie {
	width: 800px;
	margin: 0 auto;
	padding-top: 32px;
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
#pie a {
	text-decoration: none;
	color: white;
}
#pie a:hover {
	color: black;
}

/*centrado del reproductor de video seccion multimedia*/
#foto_grande span.player{
	margin-left: 24px;
}
