html,body {
	margin:0;
	padding:0
}

body {
	font: 11px arial, sans-serif;
	color: #3A1B09;
	text-align: center;
	background: #391A06 url(../imagenes/fondo.jpg) repeat-y top center;
}

p {
	text-align: justify;
	line-height: 120%;
}




div#header {
	position:relative;
	height: 133px;
	padding: 0;
	margin: 0;
}

div#flash {
	position: absolute;
	width: 100%;
	top:0px;
	z-index:12;
	left: 0px;
}

div#subHeader {
	background: url(../imagenes/linea.jpg) no-repeat;
	margin: -4px 0px 0px -4px;
	position: absolute;
	z-index: 15;
	width: 730px;
	height: 15px;
	top: 132px;
}

html>body div#subHeader {
	margin: 0px 0px 0px -4px;
}

div#container {
	text-align:left;
	width:710px;
	margin:0 auto;
	padding-bottom: 60px;
}

.sdmenu {
    width: 200px;
    background:#B9CAFF;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	visibility: hidden;
}

.sdmenu .title, .sdmenu .titlehidden {
    display: block;
	height: 20px;
    font-weight: bold;
    color: white;
	padding-left: 10px;
    background: #786545 url(../imagenes/grupo.jpg) no-repeat top center;
}


.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #3A1B09;
    text-decoration: none;
	/*background: #C9B998 url(../imagenes/menu.jpg) no-repeat top center;*/
	background: #C9B998;
}

.sdmenu .submenu a:hover {
    color: #FFF;
}

div#content {
	position: relative;
	display: block;
	
	width:100%;
	min-height: 475px;
	height: auto !important;
	height: 475px;
	
	padding-top: 10px;
	border: 0px solid #ff0;
	background: url(../imagenes/pie.jpg) no-repeat bottom center;
}

html>body div#content {
	padding-top: 10px;
	padding-bottom: 15px;
}

div#wrapper {
	width: 100%;
	background: url(../imagenes/barra_contenedor.jpg) repeat-y top center;
	padding-top: 8px;
}

html>body div#wrapper {
	border-top: 1px solid #000;
	margin-top: 13px;
	padding-top: 0px;
}

div#contenidoTexto {
	width: 465px;
	height: auto;
	
	background-color: #fff;
	margin: 0px 0px 20px 228px;
	border: 0px solid #000;
	
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

div#contendidoTexto #contenidoTextoInterior {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	
}

html>body div#contenidoTexto {
	margin: 0px 0px 5px 228px;
}

#contenidoTexto #contenidoTextoInterior {
	padding: 0px 25px 25px 25px;
}

html>body #contenidoTexto #contenidoTextoInterior {
	 padding-bottom: 40px;
}

.imagenTitulo {
	padding: 0px 0px 10px 0px;
}

.fotoIzquierda {
	float: left;
	text-align: left;
	padding: 20px 20px 20px 0px;
}

html>body .fotoIzquierda {
	padding-top: 12px;
	padding-bottom: 15px;
}

.fotoIzquierda img {
	display: block;
}

.noTransparente {
	position: relative;
}

.negrita {
	font-weight: bold;
}

.cursiva {
	font-style: italic;
}

.tabla {
	line-height: 120%;
	text-align: justify;
}

.enlaceInteres a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.enlaceInteres a:hover {
	text-decoration: underline;
}

.introduce {
	font-size: 12px;
}

.boton {
	font-size: 12px;
	border: 1px solid #000;
}

.titulo {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
