@charset "utf-8";
/********************************************
* CURSO                                     *
********************************************/
hr {
}
.clear {
	clear: both;
}


/* titulo */

#tituloCurso {
	border-bottom: #F1E8D7 solid 2px;
}
#tituloCurso h2 {
}
#tituloCurso h2 a {
}
#tituloCurso h2 a:hover {
}
#dataCurso h3 {
}
#dataCurso p {
	margin: 10px 0;
}
#tipoCurso {
	margin: 0;
	padding: 5px 0;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
#tipoCurso a {
	font-style: italic;
	font-weight: bold;
}
#modalidadCurso {
	margin: 15px 0;
	display: none;
}
/* galeria */
#imgGaleria {
	margin: 10px 0;
}
#imgGaleria img {
	margin: 0;
	padding: 0;
	border: none;
}
#imgGaleria a {
	border-bottom: #FFF solid 3px;
	margin: 10px 10px 0 0;
	padding: 0;
	display: block;
}
#imgGaleria a:hover {
	border-bottom: #93BD3E solid 3px;
	padding: 0;
}
/* desarrollo de concepto */

div.conceptos {
	margin: 15px 0;
}
#breveCurso {
}
#breveCurso, div.conceptos {
}
div.conceptos ul {
	padding-left: 20px;
}
div.conceptos ul li {
	list-style: circle;
}
div.conceptos ol {
	padding-left: 25px;
}
div.conceptos ol li {
	list-style: decimal-leading-zero;
}
#comienzoCurso {
	display: none;
}
#btnmasinfoCurso {
	border-top: #EAEAEA solid 1px;
	padding: 20px;
	margin-top: 20px;
}
/********************************************
* BOTONES                                   *
********************************************/
#btnmasinfoCurso {
	float: left;
	height: 40px;
	width: 100%;
	padding-top: 20px;
	margin-top: 10px;
	display:none;
}
#btnmasinfoCurso a {
	border: #999 solid 1px;
	margin: 10px 5px;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#btnmasinfoCurso a.blue {
	background: #7C0030;
	color: #FFF;
}
#btnmasinfoCurso a.blue:hover {
	background: #540123;
	color: #FFF;
	text-decoration: none;
}
#btnmasinfoCurso a.green {
	background: #9A2811;
	color: #FFF;
}
#btnmasinfoCurso .green:hover {
	background: #591408;
	color: #FFF;
	text-decoration: none;
}
/********************************************
* IMAGENES                                  *
********************************************/
#imgCurso {
	/*float: left;
	margin: 0 20px 20px 0;*/
	margin: 10px 0;
}
/********************************************
* PAGUINADOR                                *
********************************************/

#paginatorCurso {
}
#paginatorCurso li {
	display: block;
	padding: 2px 6px;
	margin: 0 5px 0 0;
	border: #ccc solid 1px;
	float: left;
}
#paginatorCurso li:hover {
	background: #f5f5f5;
}
#paginatorCurso a:hover {
	text-decoration: none;
}
/********************************************
* PAGOS                                     *
********************************************/
/* lista de pagos*/
#metodosPagoCurso img {
	height: 24px;
	width: auto;
}
#metodosPagoCurso li {
	height: 24px;
	margin-bottom: 5px;
}
.small {
	font-size: 0 !important;
	line-height: 0 !important;
}
#planes {
	width: 200px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	border: #CCC solid 1px;
	padding: 10px;
}
#planes h4 {
	font-size: 14px;
	font-weight: bold;
}
#planes #table_list {
	width: 100%;
}
#planes a {
	color: #F00;
	font-weight: bold;
}
#planes li strong {
	border-bottom: #333 solid 1px;
}
/********************************************
* TABLE                                     *
********************************************/	
#table_list {
	margin: 10px 0;
	padding: 0;
	background: #FFF;
	font-size: 10p;
}
#table_list tbody tr {
	margin: 0;
	padding: 0;
}
#table_list tbody tr:hover {
	background: #F4F4F4;
}
#table_list .odd {
	background: #F7F7F7;
}
#table_list td {
	padding: 5px;
	margin: 0;
	border-bottom: #E0E0E0 solid 1px;
}
#table_list thead {
	background: #99013C top repeat-x;
	color: #FFF;
	font-size: 11px;
	padding: 2px 5px;
	font-weight: bold;
	margin: 0;
}
#table_list thead td {
}
#table_list tfoot td {
	border-bottom: none;
	border-right: none;
	padding: 0;
	margin: 0;
	height: 3px;
	background: #FF7606;
	font-size: 0px;
	line-height: 0;
}

#table_list a {
	color:#99013C;
}

#table_list .label {
	display:block;
	padding:4px 8px;
	color:#FFF;
	text-decoration:none;
	background-color: #99013C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float:left;
}


/* oculto columna */

.ocultoFechames {
	display: none;
}
.ocultoPais {
	display: none;
}
.ocultoCiudad {
}
.ocultoLugar {
	display: none;
}
.ocultaMasinfo {
}
.ocultoFechacompleta {
}


/********************************************
* FORMULARIO                                *
********************************************/


fieldset {
	margin-top: 10px;
}
dl {
	float: left;
	padding: 0px 10px;
}
dt {
	font-size: 12px;
	padding: 5px;
	color: #333;
}
dd label {
	font-size: 10px;
	padding: 5px;
}
dd {
	width: 310px;
	margin: 0 10px;
}
dd input, select, textarea {
	width: 295px;
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 5px 0;
	padding: 5px;
}
dd label input {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	border: none;
}
dd select {
	width: 300px;
	font-size: 13px;
	padding: 5px;
}
dd textarea {
	max-width: 616px;
	height: 150px;
	font-family: 'Arial', Tahoma, Helvetica, sans-serif;
}
dd input[type="checkbox"] {
	width: 8px;
	height: 8px;
	margin: 5px;
	float: left;
}
dd span {
	margin: 7px 5px 5px 0;
	display: block;
}
dd span div {
	margin: -7px 0px 0px 0;
}
dl .required input {
	border: #F30 solid 1px
}
dl .required textarea {
	border: #F30 solid 1px
}
dl .required select {
	border: #F30 solid 1px
}
dl input.required, dl textarea.required, dl select.required {
	border: #FF7606 solid 1px;
}
dl #required {
	background: url(/vistas/images/tilde_required.png) no-repeat;
	display: block;
	height: 5px;
	width: 5px;
	float: right;
	margin-top: 5px;
}
dl .text_required {
	color: #FF7606;
	padding-left: 10px;
	background: url(/vistas/images/tilde_required.png) no-repeat;
	clear: both;
}
dd .interPhone, dd .prePhone {
	width: 68px;
}
dd .interDay {
	width: 102px;
}
dd .phone {
	width: 200px;
}
dd .day {
	width: 120px;
}
dt .dma {
	margin-right: 65px;
}
dd .btn {
	width: 180px;
	padding: 8px 30px;
	margin: 0;
}
dl .btn {
	font-size: 16px;
}
dd .select {
	font-size: 15px;
	font-weight: bold;
	color: #FF7606;
	padding-left: 15px;
}
dl input[type="button"], #DivPaso2 input[type="button"], #DivBotonPaso3 input[type="button"] {
	border: #F4F4F4 solid 1px;
	margin: 20px 7px;
	padding: 7px 14px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #64A72C top repeat-x;
	color: #FFF;
}
.confirmaMail {
	width: 290px;
	padding: 8px;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: #F90 solid 1px;
	background: #FF9;
	display: block;
	margin-top: 0px;
	text-align: center;
}
