/* reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	cursor: default;
}

/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/* INICIO */
body {
font-family:'Trebuchet MS', "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
background: #396F4A url(images/back.png) repeat-y center 0px;
}

#header {
	margin: auto;
	Width: 100%;
	height: 191px;
	background: #396F4A url(images/header.png) repeat-y center 0px;
}

#middle {
	height: 420px;
	background: url(images/back2.jpg) no-repeat center 100%;
}

#middle .wrap {
	margin: auto;
	width: 1040px;
	position: relative;
}

#middle #sidebar {
	position: absolute;
	left: 28px;
	top: 0px;
	bottom: 0px;
	width: 200px;
}

#middle ul li a {
	display: block;
	font-size: 140%;
	font-weight: bolder;
	line-height: 1.5em;
	padding: 2px;
	padding-left: .5em;
	color: #226f3a;
	text-decoration: none;
}

#middle li a:hover {
	background: #fff;
	color: #0085CF;
}

#middle #content {
	position: absolute;
	left: 236px;
	width: 780px;
	height: 418px;
	overflow: auto;
}

#middle #content img {
	float: left;
	padding-right: 20px;
	padding-bottom: 12px;
}

#middle #content p {
	padding-top: 1em;
	padding-right: 1em;
	line-height: 1.1em;
	text-align: justify;
}

#footer {
	background: url(images/footer.png) no-repeat center 100%;
	height: 274px;
}

#footer .wrap {
	height: 274px;
	position: relative;
	margin: auto;
	width: 1040px;
}

#footer .info {
	position: absolute;
	bottom: 1em;
	left: 4em;
	font-size: 70%;
	color: #a63f0b;
	font-weight: bolder;
}

#footer .info a {
	color: #0085CF;
}

#footer .info a:hover {
	color: #eee;
}

h1 { 
	font-size: 180%;
	font-weight: bolder;
	color: darkred;
	text-transform: capitalize;
}

h2 { 
	font-size: 120%;
	font-weight: bolder;
	color: #2f489a;
	padding: 0.5em;
	text-transform: capitalize;
	background: url(images/hr.png) no-repeat 250px 50%;
}

h3 {
	font-size: 120%;
	font-weight: bolder;
	color: #333;
	padding: 0.5em;
	text-transform: capitalize;
}

dl {
	margin-bottom:2em;
}

dl dt {
	float:left;
	font-weight: bold;
	width:220px;
	height: 1.5em;
	text-align: right;
	padding-right: 2em;
	color: #333;
}

dl dd {
	height: 1.5em;
}

.hr {
	background: url(images/hr.png) repeat-x 0px 100%;
	width: 642px;
	margin-right: 120px;
	height: 12px;
	margin-top: 8px;
	margin-bottom: 16px;
}



FORM {
	padding: 2em;
	padding-top: 0em;
	font-size: 80%;
}

LABEL {
	display: block;
	width: 290px;
	float: left;
	margin-top: 1em;
	margin-bottom: .5em;
	font-weight: bolder;
}

INPUT {
	margin-left: 1em;
}

TEXTAREA {
	margin-left: 1em;
}


.LV_validation_message{
	font-weight: bolder;
	display: block;
	padding: 4px;
	margin-left:1em;
}

.LV_valid {
	color:#00CC00;
}

.LV_invalid {
	color:#CC0000;
}

.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
	border: 1px solid #00CC00;
}

.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}

#content ul {
	padding-left: 2em;
	padding-bottom: 1.5em;
}

#content li {
	list-style: circle;
	padding: .5em;
}

.programa {
	width: 90%;
}

.programa th {
	width: 10%;
	padding-left: 1em;
	font-style: italic;
	color: #a65e08;
	font-weight: bolder;
}

.programa td {
	padding: .5em;
}

.programa p {
	font-style: italic;
	color: #422;
	padding: 0px !important;
	text-shadow: 0px 0px 2px #fff;
}

.programa dl {
	margin-left: 1em;
	margin-bottom:2em;
}

.programa dl dt {
	float: none;
	font-weight: bold;
	width:90%;
	height: 1em;
	text-align: left;
	padding-right: 2em;
	color: #333;
}

.programa dl dd {
	height: 2em;
}

.pausa {
	color: #006da9;
	font-weight: bold;
}

.ocio p ,
.ocio li {
	line-height: 1.5em !important;
	padding: .5em .5em .5em 0em !important;
	margin-left: 1em;
}

.ocio h2 {
	background: transparent;
	font-size: 150%;
	padding: 0em;
}

.ocio h3 {
	font-size: 130%;
	padding: .4em;
	color: #555;
}

.ocio h4 {
	font-size: 130%;
	padding: .2em;
	padding-left: 1em;
	font-weight: bolder;
	color: #222;
}

.imgteaser {
	margin: 1em 2em;
	overflow: hidden;
	float: right;
	position: relative;
}

.imgteaser a {
	text-decoration: none;
	float: left;
}

.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px !important;
	background: #fff;
	border: 1px solid #ddd;
}

.imgteaser a:hover .desc{
	display: block;
	font-size: 90%;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px !important;
	margin: 0;
	width: 280px;
	border-top: 1px solid #999;
}

.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {
	display: none; 
}

.boletines {
	width: 90%;
}

.boletines th, .boletines td {
	padding-top: 1em;
}

.boletines th {
	padding-left: 8px;
	width: 32px;
	vertical-align: bottom;
}

.boletines a {
	color: #224;
}

.boletines a:hover {
	color: #fff;
}

.comercial img {
	background: #fff;
	border: 1px solid #000;
}

.comercial #co

.comercial h2 { 
	font-size: 120%;
	font-weight: bolder;
	color: #2f489a;
	padding: 0.5em;
	text-transform: capitalize;
	background: transparent;
}

.comercial h4 { 
	font-weight: bolder;
	padding: 0em 0em 0em 1em;
	color: #2f489a;
}

.comercial img {
	padding: 0em 0px;
}

.comercial table {
	margin: 1em;
}

.comercial p {
	padding: 1em;
}

.comercial th {
	text-align: left;
	font-weight: bolder;
	padding: 0.5em 1em;
}

.comercial td {
	padding: 0.5em 1em;
}


.talleres table {
}

.talleres caption {
	font-size: 120%;
	color: darkred;
	font-weight: bolder;
	text-align: center;
	padding: 1em;
}

.talleres th {
	background: #E09132;
	color: #496327;
	font-weight: bolder;
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
	Opacity: 0.7;
}

.talleres td {
	padding: .5em;
	background: #9DC64E;
	Opacity: 0.7;
	border: 1px solid #698347;
}

.talleres h4 {
	height: 2em;
	text-align: center;
}

.talleres p {
	font-size: 80%;
	color: #335;
}

.symposios {
}

.symposios caption {
	font-size: 120%;
	color: #466;
	font-weight: bolder;
	text-align: center;
	padding: 1em;
}

.symposios th {
	background: #E09132;
	color: #496327;
	font-weight: bolder;
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #698347;
	opacity: 0.7;
}

.symposios td {
	padding: .5em 4em .5em .5em;
	background: #ffffff;
	border: 1px solid #698347;
}

.symposios h3 {
	color: #432;
	font-weight: bolder;
	font-size: 100%;
	text-align: left;
	padding: 0px;
}

.symposios h4 {
	color: #415;
	font-size: 100%;
	text-align: left;
	padding: 0px;
}

.symposios h5 {
	color: #415;
	font-size: 90%;
	text-align: left;
	padding: 1em;
}

.symposios p {
	font-size: 80%;
	color: #335;
	margin: 0px;
	padding: 1em;
}

.symposios p b {
	display: block;
}

.msginfo {
	background: infobackground;
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
	text-align: center;
}

dl.honor {
	margin-bottom:2em;
}

dl.honor dt {
	display: block;
	float: none;
	font-weight: bold;
	text-align: left;
	margin-left: 240px;
	color: #333;
	width: 400px;
}

dl.honor dd {
	display: block;
	float: none;
	text-align: left;
	width: 400px;
	margin-left: 240px;
	margin-bottom: 2em;
}

