@import url("css/styles.css"); 

html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #FFFF url(img/bg_body.png) repeat-x;
}



a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#wrap {
	width: 842px;
	background: transparent url(img/bg_wrap.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

#header {
	height: 120px;
	background: #FFFFFF url(img/logo.png) no-repeat;
}

#headbanner {
	background: #EFEFEF;
	margin: 0 1px;
}

#helpbar {
	float: right;
	font-size: 0.80em;
	color: #999999;
	text-align: right;
}
#helpbar a {
	font-weight: bold;
}
#helpbar ul {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}
#helpbar ul li {
	display: inline;
}

#langbar {
	clear: both;
	float: right;
	font-size: 0.8em;
	text-align: right;
	width: 250px;
	
}
#langbar ul {
	margin: 0px;
	padding: 0px 0px;
	list-style-type: none;
}
#langbar ul li {
	display: inline;
	padding: 6px;
}

#content {
	clear: both;
	padding: 0 1px;
}
#langen{
	color:#990000;
}
#langes{
	color:#990000;
}
#langfr{
	color:#990000;
}
#langit{
	color:#990000;
}
#main {
	float: left;
	width: 660px;
	height: auto !important;
	min-height: 470px;
	height: 470px;
	/*overflow: auto;*/
	margin-right: 20px;
	line-height: 1.5em;
}
#mainwrap {
	width: 600px;
	padding: 10px 20px 20px 20px;
}


#rcol {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	width: 802px;
	margin: 0 1px;
	padding: 6px 20px;
	background-color: #dd9445;
	/*background-color: #993302;*/
	/*color: #5d594c;*/
	color: #fff;
	font-size: 0.8em;

}
#content h2 {
	color: #666666;
	font-size: 1.5em;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	position: absolute;
	float: left;
	width: 160px;
	height: 120px;
	padding: 0 20px;
}
#header h1 span {
	display: none;
}
#main h2 {
	font-size: 1.75em;
	color: #990000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main h3 {
	font-size: 1.2em;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main h4 {
	font-size: 1em;
	color: #993300;
}

#main {
	text-align: none;
}
.equipo p {
	padding-left: 170px;
}
.equipo h3 {
	padding-top: 0;
	margin-top: 0;
	padding-left: 170px;
}
.equipo img {
	float: left;
}
.equipo {
	clear: both;
	padding-bottom: 10px;
}

#interior #headbanner,
#programas #headbanner,
#testimonios #headbanner {
	margin-left: 212px;
	margin-top: -60px;
	height: 60px;
	width: 630px;
	overflow: hidden;
}

#portada #main {
	height: 270px;
}

#programas #main,
#testimonios #main {
	width: 840px;
	margin: 0;
}
#programas #mainwrap,
#testimonios #mainwrap {
	width: 780px;
}
#programas .programa {
	clear: both;
	padding-bottom: 40px;
	border-bottom: 1px dotted #999999;
}
#programas .programa .fotos {
	float: right;
	width: 226px;
	padding-left: 20px;
}
#programas .programa .fotos img {
	border: 1px solid #666666;
}

.programa p {
	margin-right: 240px;
}

.programa .invitacion a:hover {
	text-decoration: none;
}


#testimonios .testimonio {
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
}
#testimonios .testimonio .fotos {
	float: right;
	width: 226px;
	padding-left: 20px;
}
#testimonios .testimonio .fotos img {
	border: 1px solid #666666;
}

#testimonios .testimonio h3 {
	margin-right: 240px;
	color: #999999;
	font-size: 1.5em;
}
#testimonios .testimonio h3 span {
	color: #333333;
	font-size: 0.65em;
}

.testimonio p {
	margin-right: 240px;
}

#frmReserva th {
	text-align: right;
	width: 12em;
}

a.frmAdd {
	color: #009900;
	font-weight: bold;
	background: #CCFFCC url(img/ico_add.png) no-repeat 6px 6px;
	padding: 6px 6px 6px 26px;
	border-top: 2px solid #EEFFEE;
	border-left: 2px solid #EEFFEE;
	border-bottom: 2px solid #99AA99;
	border-right: 2px solid #99AA99;
}
a.frmAdd:hover {
	border-top: 2px solid #99AA99;
	border-left: 2px solid #99AA99;
	border-bottom: 2px solid #EEFFEE;
	border-right: 2px solid #EEFFEE;
	text-decoration: none;
}

a.frmProgramas {
	color: #990000;
	font-weight: bold;
	background: #ffffcc;
	padding: 2px 6px;
	border-top: 2px solid #EDF3FF;
	border-left: 2px solid #EDF3FF;
	border-bottom: 2px solid #989EA9;
	border-right: 2px solid #989EA9;
	text-decoration: none;
	margin-right: 6px;
}

#docfolders {

}
#docfolders ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#docfolders li {
	margin: 0px;
	padding: 2px 0px;
}

#docfolders a {
	color: #666666;
	font-weight: bold;
}

#docfolders a.act {
	color: #333333;
}

.doccol {
	margin: 50px 8px 0px 8px;
}
#docs  h1 {
	position: absolute;
	left: 275px;
	top: 20px;
	font-size: 1.2em;
	color: #003352;
}

.doccol .doc {
	height: 90px;
}

.doccol h2 {
	color: #666666;
	font-size: 1.2em;
}

.doccol img {
	float: left;
	margin-right: 6px;
}

.doccol h3 {
	font-size: 1em;
	line-height: 1em;
	margin: 0px 0px 0px 55px;
	padding: 0px;
}

.doccol h3 a {
	color: #003352;
}

.doccol p {
	margin: 5px 0px 5px 55px;
	padding: 0px;
	font-size: 0.85em;
}

.doccol p.fecha {
	color: #003352;
}

.doccol p.down {
	margin-bottom: 20px;
}

.doccol p.down a {
	color: #1D699B;
}

#pager {
	color: #999999;
	position: absolute;
	bottom: 70px;
	left: 270px;
}
#pager a, #pager strong {
	color: #003352;
}
