/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*background:#FBF9ED;*/
	background:url(img/fondo.jpg) repeat;
	color:#584528;
}

a{
	text-decoration:none;
}

.wrapper{
	width:1024px;
	margin:0 auto;
	
	background:#FBF9ED;
}

.fold{
	width:803px;
	padding:25px 0;
	margin:0 auto;
}

.main-menu{
	text-transform:uppercase;
	font-size:13px;
	background:#5D4220;
	overflow:hidden;
	margin-bottom:50px;
	width:803px;
}

.main-menu li{
	float:left;
	width:25%;
	background:url(img/dash.jpg) no-repeat;
}

.main-menu li:first-child{
	background:none;
}

.main-menu a{
	color:#A1A802;
	padding:10px 0;
	text-align:center;
	display:block;
	text-decoration:none;
}

.main-menu a.current{
	color:#ffffff;
}

.main-menu a:hover{
	color:#ffffff;
	text-decoration:none;
}

.menu-top{
	text-align:right;
	float:right;
	margin-top:6px;
}

.menu-top li{
	margin-bottom:5px;
}

.menu-top a{
	font-size:11px;
	color:#5D4220;
}

.menu-top a:hover{
	color:#A1A802;
}

.footer{
	color:#5D4220;
	text-align:center;
	font-size:9px;
}

.top-holder{
	margin-bottom:22px;
	overflow:hidden;
	
}

.portada{
	margin-bottom:7px;
}

.logo{
	float:left;
}

.interna{
	overflow:hidden;
	padding-bottom:1px;
}

.izquierda{
	float:left;
	width:565px;
	overflow:hidden;
}

.interna p, .interna ul, .interna ol{
	font-size:11px;
	color:#584528;
	line-height:14px;
	margin:15px 0;
}

.interna ul li, .interna ol li{
	margin-top:15px;
}

.interna ul li{
	list-style:disc;
	margin-left:20px;
}

.interna ol li{
	list-style:lower-latin;
	margin-left:20px;
}

.interna h1{
	font-size:16px;
	margin:15px 0;
	text-transform:uppercase;
	line-height:21px;
	font-weight:bold;
}

.interna h1:first-child{
	margin-top:0;
}

.interna h2{
	font-size:14px;
	margin:15px 0;
}

.modulo{
	background:#F6F4D8;
	margin-bottom:50px;
}

.modulo h3{
	padding:7px 15px;
	background:#A7AD00;
	font-weight:bold;
	margin:0;
}

h1, h2, h3, h4{
	text-transform:uppercase;
}

.interna h2, h3, h4{
	margin:15px 0;
}

.modulo .detalle{
	padding:0 15px 40px;
}

a{
	color:#584528;
}

a:hover{
	text-decoration:underline;
}

.foot_interna{
	/*border-top:1px solid;*/
	padding-top:15px;
	padding-bottom:25px;
}

.submenu{
	background:#fff;
	position:absolute;
	margin-left: 15px;
	display:none;
	padding-top:5px;
}

.submenu li{
	float:none;
	background:none;
	font-size:11px;
	padding:5px;
}

.submenu li a{
	color:#000;
	padding:0;
}

.submenu li a:hover{
	color:#A1A802;
}

.izquierda .fotos{
	float:left;
	width:214px;
}

.izquierda .fotos img{
	margin-bottom:50px;
}

.izquierda .texto{
	width:357px;
	float:right;
}

.interna .izquierda{
	width:592px;
}

.interna .derecha{
	width:186px;
}


/**********************************************************************************************************/
/*AGREGADOS POR MANUEL*/
.enlace{
	font-size:11px;
	color:#A1A802;
	/*font-weight:bold;*/
}

.blanco{
	color:#FFFFFF;
}

.buscar_cajaTxt {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border:1px solid #c7c7c7;
	width:320px;
	height:21px;
	}
	
.buscar_cajaTxt1 {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	border:1px solid #c7c7c7;
	width:320px;
	height:100px;}
	
.derecha{
	float:right;
}

.derecha2{
	float:right;
	width:186px;
}

.subtitulo{
	font-size:15px;
	margin:15px 0;
	line-height:21px;
	font-weight:bold;
}