@charset "utf-8";
/* titulo */

#tituloCurso {
}
#tituloCurso h2 {
	font-size: 24px;
	line-height: 1em;
	padding: 10px 0 5px 0;
	margin-bottom: 0px;
}
#tituloCurso h2 a {color: #003763;}
#tituloCurso h2 a:hover {color: #003763;}

#tipoCurso {
	margin: 0;
	padding-bottom: 5px;
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: bold;
	border-bottom: #CCC solid 1px;
}
#tipoCurso a {
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: bold;
}
#modalidadCurso {
	margin: 15px 0
}
/* 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;
}
/* botones*/
#btnmasinfoCurso {
	float: left;
	height: 40px;
	width:100%;
	padding-top: 20px;
	margin-top:10px;
	border-top:#CCC solid 1px;

}
#btnmasinfoCurso a {
	border: #F4F4F4 solid 1px;
	margin: 20px 10px;
	padding: 7px 10px;
 #padding:7px 10px;
	_padding: 7px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 1px #999;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Droid+Sans', 'Arial', sans-serif;
}
#btnmasinfoCurso a.blue {
	background: url(/vistas/images/bg_btn.png) #2E7C8E top repeat-x;
	color: #FFF;
}
#btnmasinfoCurso a.blue:hover {
	background: url(/vistas/images/bg_btn.png) #2E7C8E bottom repeat-x;
	color: #FFF;
	text-decoration: none;
}
#btnmasinfoCurso a.green {
	background: url(/vistas/images/bg_btn.png) #93BD3E top repeat-x;
	color: #FFF;
}
#btnmasinfoCurso .green:hover {
	background: url(/vistas/images/bg_btn.png) #93BD3E bottom repeat-x;
	color: #FFF;
	text-decoration: none;
}
/* imagenes */
#imgCurso img {
	border: 1px solid #999;
	width: 695px;
	height: 220px;
}
#imgCurso {
	margin: 10px 0 15px 0;
}
/* paginador */

#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;
}

/* lista de pagos*/
#metodosPagoCurso img{
	height:24px;
	width:auto;
	margin-bottom:5px;
	}
.small{
	
	}

/*form*/

.confirmaMail{
		width: 290px;
	font-size: 11px;
	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;
}