/* CURSOS */

body#cursos {
	background-color: #009C93;
}

#menu ul li#mm_cursos {
	background-image: url(../images/menu_bullet_cursos.png);
	height: 85px;
}

#cursos .triangle_up { background: url(../images/triangulo_up_turquesa.png) no-repeat 15px; }

#cursos h2 {
	color: #009C93;
}

#cursos .rounded {
	background-color: #009C93;
	color: #FFF;
	margin-bottom: 15px;
}

#cursos_inscripcion {
	padding-top: 10px;
}


#cursos_inscripcion_gracias {
	padding-top: 10px;
}

#cursos .curInsc_head {
	margin-bottom: 0;
	display: block;
	cursor: pointer;
}

#cursos_inscripcion_gracias .curInsc_head {
	cursor: default;
}

#cursos .curInsc_head .block {
	background: url(../images/cursos_mascaras.png) no-repeat 20px 20px;
	height: 170px;
}

#cursos .curInsc_head .block h2 {
	padding-left: 70px;
	color: #FFF;
	margin-bottom: 15px;
}

#cursos .curInsc_head .block .curInsc_text {
	padding-left: 180px;
	padding-top: 80px;
	
}

#cursos .curInsc_head .block .curInsc_text p.inscribite {
	background: url(../images/arrow_down_lightGrey.png) no-repeat;
	line-height: 34px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'ClarendonRoman', 'Times New Roman', Times, serif;
}

#cursos .curInsc_cont {
	background-color: #009C93;
}

#cursos .curInsc_bottom {
	height: 10px;
}

#cursos .curInsc_head .block .curInsc_text p.gracias {
	line-height: 34px;
	padding-left: 10px;
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'ClarendonRoman', 'Times New Roman', Times, serif;
}



/* FORM */

form#formCursos {
	color: #FFF;
}

form#formCursos p.fieldLabel {
	font-family: 'ClarendonRoman', "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

form#formCursos select {
	background-color: #E1DFD8;
	border: 0;
	width: 430px;
	padding: 3px;
	color: #9c9785;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 20px;
}

form#formCursos input[type=text] {
	
	width: 420px;
	height: 20px;
	padding: 5px;
	background: url(../images/form_fieldBgr.png) no-repeat;
	border: 0;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9c9785;
}

form#formCursos textarea {
	background: url(../images/form_textAreaBgr.png) no-repeat;
	width: 420px;
	height: 140px;
	border: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #9c9785;
	padding: 5px;
}

form#formCursos input[type=reset], form#formCursos input[type=button] {
	background-color: #2CB3AB;
	border: 1px solid #FFF;
	font-family: "Times New Roman", Times, serif;
/*	font-size: 15px;*/
	color: #FFF;
	padding: 3px 10px;
}

form#formCursos input[type=reset], form#formCursos input[type=button] {
	height: 29px;
	border: 0;
	margin-top: 20px;
}

form#formCursos input[type=button] {
	background: url(../images/cursos_btnEnviarBgr.png) no-repeat;
	margin-right: 20px;
	width: 117px;
}

form#formCursos input[type=reset] {
	background: url(../images/cursos_btnBorrarBgr.png) no-repeat;
	width: 86px;
}

form#formCursos input[type=button]:hover, form#formCursos input[type=reset]:hover {
	background-position: bottom;
}


