/* CSS Document */
.contenido
{
	position: relative;
	float:left;
	margin-left:36px;
	width:564px;
	background-color:#FFF;
	display: block;
}
.contenido h2
{
	text-align:center;
	color:#5F1800;
	font-size:16px;
	line-height:35px;
}
.contenido h4
{
	position:relative;
	margin-top:-19px;
	text-align:center;
	font-size:9px;
}
.contenido p
{
	text-align:justify;
	font-size:10px;
	line-height:16px;
	-webkit-margin-before:0em;
}
.contenido p.pe, .contenido p.pe b
{
	font-size: 13px;
	margin-bottom: 25px;

}

.contenido ol
{
	color:#C03400;
	text-align:justify;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	margin-left:-20px;
}
.contenido ol li
{
	
	margin-bottom:10px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.contenido ol li span
{
	color:#000;
	font-weight:normal;
}
.contenido ol li a
{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-weight:bold;
}
.contenido ol li a.link
{
	color:#F33;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	font-weight:bold;
}
.contenido ul 
{
	color:#000;
	text-align:justify;
	font-size:11px;
	line-height:16px;
	margin-left:-20px;
}
.contenido ul li
{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.tycs, .faq
{
	color:#000;
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
-moz-column-gap:20px; /* Firefox */
-webkit-column-gap:20px; /* Safari and Chrome */
column-gap:20px;
}
.contenido .tycs p, .tycs ol {
	margin: 0 !important;
	line-height: 15pt;
	font-weight: normal;
}
.contenido .tycs li {
	margin: 0 0 0 -25px !important;
	font-weight: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.contenido .faq p, .faq ol {
	margin: 0 !important;
	line-height: 15pt;
	font-weight: normal;
}
.contenido .faq li {
	/*margin: 0 0 0 -25px !important;*/
	font-weight: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.faq h3
{
	margin-top:0;
	color:#C03400;
	font-size:14px;

}
.faq p
{
	font-size:11px;
}
.faq img
{
	border:0px;
	margin-bottom:15px;
}
.faq hr{
	border:0;
	margin:0;
	break-after: always;
    -moz-column-break-after: always;
    -webkit-column-break-after: always;
}
.faq pre
{
	margin-left:9px;
	font-size:9px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.activado , .activado:hover, .activado:active
{
		background-color:#A82222 !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
		-moz-box-shadow:
		-2px -2px 4px #AD4F18 inset,
		inset 1px 2px 8px #7C1110 !important;
	-webkit-box-shadow:
		-2px -2px 4px #AD4F18 inset,
		inset 1px 2px 8px #7C1110 !important;
	box-shadow:
		-2px -2px 4px #AD4F18 inset,
		inset 1px 2px 8px #7C1110 !important;
	text-shadow:
		0px -1px 0px rgba(242,98,27,0.7),
		0px 1px 0px #FFA136 !important;
		cursor:default !important;
}
.lupa
{
	z-index:2;
	width:272px;
	height:193px;
	background:url(../../Images/lupita.png) top right no-repeat;
}
.lupa:hover
{
	background:url(../../Images/lupita_on.png) top right no-repeat;
}

.ContacUl {
color: #C03400 !important;
font-size: 12px;
font-weight: bold;
}
.ContacUl li  {
 padding-bottom:10px;
}
.ContacUl li span {
color: #000 !important;
font-weight: normal;
font-size: 11px;

}
#parrafoContactenos{
 font-size: 12px;
}
#tblContactenos tr td{
 text-align:right;
}
#tblContactenos{
 padding: 10px 15px 0px 15px;
 width: 518px;
}
#tdAsistencia{
 text-align: justify !important;
 padding: 10px 65px;
}
.tlContactos{
margin-top: 0;
color: #C03400;
font-size: 14px;
}
#tblContactenos input[type='text']
{
	width: 288px !important;
}
#tblContactenos textarea
{
	width: 292px !important;
	margin-right: 5px;
}
.contenido .ui-state-default
{
	background: url(../../Images/accordeon_bg.png)  50% 50% repeat-x !important;
	color: black;
	border: 1px solid #F4E5C3;
}
.contenido .ui-widget-content
{
	border: 1px solid #F4E5C3; 
}
#accordion
{
	/*height: 300px;*/
	overflow: hidden;
}
#accordion p
{
	font-size: 13px;
}