/* default elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(img/telon.jpg) no-repeat center top;
	font: normal 10px sans-serif;
	padding: 70px 0;
}
a {color: #711b1c;}
a:hover {color: #711b1c;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #000; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
.wrapper {
	background: #111 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
.top {
	background: #770000 url(img/top_line.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
	height: 6px;
}
.container {
	background: #fbf9f4;
	border-top: 6px solid @#711b1c;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}

/* header */
.title {
	background: #FDF6E7 url(img/header-h1.jpg);
	color: #000;
	font-size: normal 24px Georgia,"Trebuchet MS",sans-serif;
	height: 31px;
	padding: 19px 0px 0px 20px;
}
.title h1 {
	color: #000;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}
.titular {
	color: #000;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
.header {
	border-top: 2px solid #663;
	background: #000 url(img/header.jpg) no-repeat left bottom;
	height: 180px;
}
.header_coro {
	border-top: 2px solid #663;
	background: #000 url(img/header2.jpg) no-repeat left bottom;
	height: 180px;
}
.header_noticias {
	border-top: 2px solid #663;
	background: #000 url(img/header3.jpg) no-repeat left bottom;
	height: 180px;
}
.header_members {
	border-top: 2px solid #663;
	background: #000 url(img/header4.jpg) no-repeat left bottom;
	height: 180px;
}
.header_obras {
	border-top: 2px solid #663;
	background: #000 url(img/header7.jpg) no-repeat left bottom;
	height: 180px;
}
.header_fotos {
	border-top: 2px solid #663;
	background: #000 url(img/header6.jpg) no-repeat left bottom;
	height: 180px;
}
.header_enlaces {
	border-top: 2px solid #663;
	background: #000 url(img/header5.jpg) no-repeat left bottom;
	height: 180px;
}
.header_descargas {
	border-top: 2px solid #663;
	background: #000 url(img/header8.jpg) no-repeat left bottom;
	height: 180px;
}
.header_contacto {
	border-top: 2px solid #663;
	background: #000 url(img/header10.jpg) no-repeat left bottom;
	height: 180px;
}
/* navigation */
.navigation {
/*	background: #DED9D0 url(img/nav.gif) repeat-x;	*/
	background: #FFF0CA url(img/nav.gif) repeat-x;
	height: 38px;
	border-top: 1px solid #711b1c;
/*	font-size: 0.9em;	*/
	font-size: 11px;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3; /*	esta es la linea vertical q separa botones	*/
	color: #842528;
	float: left;
	font: bold 11px Tahoma,sans-serif;
	padding: 0px 6px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}
.main#two-columns-half {background: #FFF url(img/two-columns-half.gif) repeat-y;}
.texto_listados {
	font-style: normal;
	color: #842528;
	padding: 4px;
}
.texto_listados a {
	font-style: normal;
	color: #842528;
	text-decoration: none;
	padding: 4px;
}
.texto_listados visited {
	font-style: normal;
	color: #842528;
	text-decoration: none;
	padding: 4px;
}
/* main */
.division_wallpaper {width: 110px;}
/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #b6a2a2;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	color: #FFF;
	background: #111 url(img/wrapper.gif) no-repeat center bottom;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* footer de la intro (imagen diferente) */

.footer_intro {
	background: #111 url(img/footer-intro.jpg) no-repeat right top;
	padding: 10px;
}
.footer_intro .left {width: 66%;}
.footer_intro .right {
	width: 33%;
	text-align: right;
}
.footer_intro a {
	color: #FFF;
	text-decoration: none;
}
.footer_intro a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}

.col3 .left {width: 50%;}
.col3 .right .content {background: #FFF;}
.col3 .right {width: 44%;}

.col4 .left_tres {padding: 0px 18px; width: 28%;}
.col4 .middle_tres {padding: 0px 18px;width: 28%;}
.col4 .right_tres {padding: 0px 18px;width: 28%;}



.content {padding: 18px 10px 18px 30px; text-align:justify}
.content_sm {font-size: 0.9em; text-align:left}
.left {float: left;}
.left_intro {float: left; width: 400px}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}
.right_intro {float: right;}
.right_intro .content {width: 334px}


.left_tres {float: left;}
.middle_tres {float: left;}
.right_tres {float: left;}
.right_tres .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 92%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #842528;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #842528;
}
.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
ul.block_wallpaper {
	border-top: 1px dashed #BCBAAC;
	margin: 0px 0;
	padding: 0;
	width: 100px;
}
.block_wallpaper li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block_wallpaper li a,.block li em {
	color: #842528;
	display: block;
}
.block_wallpaper li em {
	font-size: 0.9em;
	font-style: normal;
}
.block_wallpaper li a {
	padding: 0px 3%;
	text-decoration: none;
	width: 100px;
}
.block_wallpaper li a span {font-weight: bold;}
.block_wallpaper li a:hover {
	background: #D2D0C0;
	color: #842528;
}


ul.block_members {
	border-top: 1px dashed #BCBAAC;
	margin: 0px 0;
	padding: 0;
	width: 90%;
}
.block_members li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block_members li a,.block li em {
	color: #842528;
	display: block;
}
.block_members li em {
	font-size: 0.9em;
	font-style: normal;
}
.block_members li a {
	padding: 0px 3%;
	text-decoration: none;
	width: 100%;
}
.block_members li a span {font-weight: bold;}
.block_members li a:hover {
	background: #D2D0C0;
	color: #842528;
}
.firma {
	margin: 0 auto;
	text-align: center;
	width: 720px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	color: #999;
	font-size: 0.9em;
}
.firma a {text-decoration: none; color: #CCC;}
.firma a:hover {text-decoration: none; color: #999;}
.texto_firma {color: #CCC}
