/* Hoja de estilos sitio Web Señorio de Olmillos - CSA 2006 */
body{
	background: url("../entorno/fondo.gif");
	margin: 0px 0px 0px 0px;
}

/* Encabezados */
h1{
	font-family: Georgia;
	font-style: italic;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2{
	font-family: Georgia;
	font-style: italic;
	font-size: 1.05em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3{
	font-family: Georgia;
	font-style: italic;
	font-size: 0.75em;
	margin-top: 0px;
	margin-bottom: 0px;
}

span{
	font-family: Georgia;
	font-style: italic;	
}

p{
	font-family: Arial;
	font-size: 0.7em;
	text-align: justify;
	color: #483710;
	margin-top: 5px;
}

/* Entorno del sitio */

#contenedor_sitio{
	width: 709px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

#cabecera{
	width: 709px;
	height: 67px;
	margin-top: 5px;
	margin-bottom: 3px;
}

#cabecera_izda{
	text-align: left;
	width: 60px;
	height: 67px;
	float: left;
}

#cabecera_dcha{
	width: 649px;
	height: 67px;
	float: right;
}

#cabecera_dcha_izda{
	width: 251px;
	height: 67px;
	float: left;
}

#cabecera_dcha_dcha{
	width: 395px;
	height: 67px;
	float: right;
	margin-left: 3px;
}

#cabecera_cont_izda_sup{
	width: 251px;
	height: 42px;
	margin-bottom: 3px;
}

#cabecera_cont_izda_inf{
	width: 251px;
	height: 22px;
	
}

#cabecera_cont_dcha_sup{
	background: url("../entorno/cabdchasup.gif");
	width: 395px;
	height: 45px;
}

#cabecera_cont_dcha_inf{
	background: url("../entorno/cabdchainf.gif");
	width: 395px;
	height: 22px;
	
}

#banderolas{
	text-align: right;
	width: 250px;
	height: 42px;
}

#contenidos{
	width: 709px;
}

#contenidos_izda{
	width: 311px;
	margin-right: 3px;
	float: left;
}

#contenidos_dcha{
	width: 395px;
	float: right;
}

#contizda_cont_foto{
	background: url("../entorno/separador_01.gif");	
	width: 311px;
	height: 227px;
	margin-bottom: 0px;
	float: left;
}

#contizda_foto{
	width: 296px;
	margin-right: 3px;
	float: left;
}

#contdcha_titico{
	width: 395px;
	height: 67px;
}

#contdcha_titico_izda{
	background: url("../entorno/fondo_titulo.gif");
	width: 314px;
	height: 67px;
	margin-right: 3px;
	float: left;
}

#contdcha_titico_dcha{
	width: 78px;
	height: 67px;
	float: right;
}

#titulo_apartado{
	margin-left: 5px;
	margin-top: 40px;
}

#cont_menu{
	background: url("../entorno/separador_02.gif");
	width: 311px;
	margin-top: 3px;
	float: left;
}

#menu{
	background: url("../entorno/fondo_menu.gif");
	width: 296px;
}

#cont_tit_noticias{
	background: url("../entorno/barra_izda_not.gif");
	width: 296px;
	height: 41px;
	margin-top: 3px;
}

#fnd_tit_noticias{
	background: url("../entorno/fondo_tit_not.gif");
	width: 281px;
	height: 41px;
	margin-left: 15px;
}

#tit_noticias{
	color: #ffffff;
	margin-left: 3px;
	float: left;
}

#cont_noticias{
	background: url("../entorno/barra_izda_fond_not.gif");
	width: 296px;
	margin-top: 3px;
}

#fnd_noticias{
	background: url("../entorno/fondo_noticias.jpg");
	width: 281px;
	margin-left: 15px;
}

#noticias{
	margin-left: 6px;
	margin-top: 3px;
}

#contenido_gral{
	background: #b9b19a;
	width: 395px;
	margin-top:3px;
}

#Contenedor_ficheros{
	width: 100%;
}

#Contenido_ficheros_izda{
	float: left;
	width: 48%;
}

#Contenido_ficheros_dcha{
	float: right;
	width: 48%;
}

/*Menu*/
#lista_menu{
	list-style: none;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

/*Enlaces*/

a:link{
	font-family: Georgia;
	text-decoration: none;
}

a:hover{
	font-family: Georgia;
	text-decoration: underline !important;
}

a:active{
	font-family: Georgia;
	text-decoration: none;
}

a:visited{
	font-family: Georgia;
	text-decoration: none;
}

/*Imágenes*/
img{
	border-width: 0px;
}

#foto{
	width: 296px;
}

/*Elementos formulario*/
#txtMensaje{
	font-family: Arial;
	font-size: 0.7em;
	color: #483710;
	background: #e2decc;
	width:370px;
	border: solid 1px #352c14;
}

Input{
	font-family: Arial;
	font-size: 0.7em;
	color: #483710;
	background: #e2decc;
	border: solid 1px #352c14;
}

label{
	font-family: Georgia;
	font-size: 0.75em;
	font-weight: bold;
	font-style: italic;
	color: #bf0000;
}