/* CSS */
/*-------------------------------------------------------------
 Hoja de estilo de CURSOS de fuerteventura2000.com
 version: 1.0
 autor: Alberto Garcia
 email: alberto@katiuskas.com
 website: http://www.katiuskas.com/
 -------------------------------------------------------------*/

#contenido h3, #contenido h4, #contenido p, #contenido ul, #contenido ol, #contenido fieldset, #contenido table {
	margin: 0 40px 20px 40px;
}

#contenido h3 {

}

#contenido h2 {
	font-size: 1.5em;
	color: #fff;
	height: 60px;
	padding-left: 20px;
	padding-top: 20px;
   	background: url(..//picts/titulo_contenido_bg.jpg) no-repeat left top;
	line-height: 0.9em;
}

/* FORMULARIO
 -------------------------------------------------------------*/
.required {
	color: red;
	font-weight: bolder;
}

#contenido fieldset {
	border: none;
	padding: 0 2em 2em 0;
	overflow: hidden;
	background: url(..//picts/separador_x.gif) repeat-x left bottom;
}

#contenido legend {
	font-size: 1.5em;
	margin-bottom: 1em;
	color: navy;
	background: url(..//picts/pencil.gif) left center no-repeat;
	padding: 0.2em 1em 0.2em 2em;
}

/* +++++++ CHECKBOXES Y RADIOS +++++++ */

#contenido #cursos p, #contenido #estudios p {
	float: left;
	width: 300px;
	margin: 0.8em 1em 0 0;
}

#datos_personales input, #estudios input, #datos_personales select {
	background-color: #fff;
	border: 1px #ccc solid;
}

#contenido .radio {
	background: none;
	border: none;
}

/* +++++++  DATOS PERSONALES +++++++ */

#datos_personales p {
	float: left;
	width: 99%;
	margin: 0.8em 0;
}

#datos_personales label {
	padding-right: 0.4em;
}

#datos_personales input {
	margin: 0 0.4em 0 0.4em;
}

#apellidos, #direccion {
	width: 220px;
}

#email {
	width: 230px;
}

#dia {
	width: 40px;
}

#sexo, #discapacidad {
	padding-right: 2em;
}

/* +++++++  TERMINOS +++++++ */

#estudios #titulacion {
	margin: 10px 0 0 18px;
}

/* +++++++  TERMINOS +++++++ */

#aceptacion input {
	margin: 0.4em;
}

#enviar {
	background-color:#3BA1E2;
	color:#fff;
	padding:2px 4px;
}

#enviar:hover {
	background-color: navy;
}

#terminos {
	margin: 3em 0;
}

#enviado strong {
	font-weight: bolder;
}

#enviado li {
	padding-bottom: 0.4em;
}

.error {
	height: 60px;
	padding-left: 50px;
	background: url(..//picts/form_error.jpg) no-repeat left bottom;
	font-size: 1.2em;
}

.ok {
	height: 60px;
	padding-left: 50px;
	background: url(..//picts/form_ok.jpg) no-repeat left bottom;
	font-size: 1.2em;
}

/* DESEMPLEADOS
 -------------------------------------------------------------*/

#contenido h4 {
    color: #00036A;
    font-size: 1.5em;
    height: 40px;
    line-height: 0.9em;
    padding-left: 20px;
    padding-top: 20px;
}

#contenido #admon {
	background: transparent url(..//picts/admon.jpg) no-repeat scroll left top;
}

#contenido #sanit {
	background: transparent url(..//picts/sanit.jpg) no-repeat scroll left top;
}

#contenido #oficios {
	background: transparent url(..//picts/oficios.jpg) no-repeat scroll left top;
}

#contenido #hostel {
	background: transparent url(..//picts/hostel.jpg) no-repeat scroll left top;
}

#contenido #infor {
	background: transparent url(..//picts/infor.jpg) no-repeat scroll left top;
}

#contenido #monit {
	background: transparent url(..//picts/monit.jpg) no-repeat scroll left top;
}

#contenido #distancia {
	background: transparent url(..//picts/distancia.jpg) no-repeat scroll left top;
}

#contenido #presencial {
	background: transparent url(..//picts/presencial.jpg) no-repeat scroll left top;
}
#contenido li a {
	text-decoration: none;
	background: transparent url(..//picts/arrow.gif) no-repeat scroll left center;
	padding-left: 20px;
}

#contenido li a:hover {
	text-decoration: underline;
}

#contenido li a[href^="mailto:"] {
	background: url(..//picts/mail.gif)	no-repeat right top;
	padding-right: 14px;
	padding-left: 0;
}

#contenido dl {
	margin: 1em 0;
}

#contenido dd {
	margin-left: 1.6em;
}


/* FICHAS CURSOS
 -------------------------------------------------------------*/

#contenido table {
	width: 500px;
}

#contenido caption {
	background-color: #3ba1e2;
	color: #fff;
	padding: 0.5em;
}

#contenido tr {
	height: 50px;
	border-bottom: 1px solid #D5D5D6;
}

#contenido th {
	width: 160px;
	padding: 0.5em;
	background-color: #E6EBF1;
}

#contenido td img {
	float: left;
	margin-right: 1em;
}

#contenido td {
	padding: 0.5em 1em;
}

#contacto {
	margin: 20px 40px;
	padding-left: 60px;
	height: 120px;
	width: 300px;
	-moz-border-radius: 20px 20px;
	background: #fff url(..//picts/centralita.jpg) no-repeat 20px bottom;
}

#contacto .tel {
	font-size: 2.2em;
	color: navy;
	padding: 1em 0 0 0;
	margin-bottom: 4px;
}

#contacto a {
	text-decoration: none;
	color: navy;
}

#contacto a:hover {
	text-decoration: underline;
}
