BODY{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	background: #96C9F8 url(cssimg/linea_fondo.jpg) repeat-x;
}

BODY.calendario {
	background: #96C9F8 url(cssimg/linea_fondo2.jpg) repeat-x;
}

A{
	text-decoration: none;
	color: black;
	outline: none;
}

A:hover{
	text-decoration: underline;
}

IMG {
	border: 0;
}

.contenedor, .contenedor2 {
	margin: auto;
	width: 990px;
	height: 655px;
	text-align: left;
	background-color: White;
	background: url(cssimg/fondo-contenedor.jpg) top no-repeat;
	padding: 56px 0 0 0;
}

.contenedor2 {
	background: url(cssimg/fondo-contenedor2.jpg) top no-repeat;
	height: 878px;

}

.pie_bloq {
	clear: both;
	font-size: 0.1em;
}

/*********** CABECERA **********************/

.cabecera{
	width: 100%;
}

/*.logo {
	margin-right: 27px;
}*/

.menu-top {
	width: 100%;
}

.enlace-primero {
	margin-left: 55px;
}

.enlace, .enlace-primero, .enlace-largo {
	float: left;
	width: 98px;
	display: inline;
	margin-right: 1px;
}

.enlace-largo {
	width: 169px;
}

/************ CUERPO *****************/

.cuerpo, .cuerpo2 {
	width: 980px;
	/*min-height: 314px;
	height: auto !important;*/
	height: 357px;
	color: #054c84;
	padding-top: 30px;
}

.cuerpo2 {
	height: 580px;
}

.cuerpo-home {
	background: url(cssimg/img_lateral-home.jpg) top right no-repeat;
}
.cuerpo-objetivos {
	background: url(cssimg/img_lateral-objetivos.jpg) top right no-repeat;
}
.cuerpo-destinatarios {
	background: url(cssimg/img_lateral-destinatarios.jpg) top right no-repeat;
}
.cuerpo-programa {
	background: url(cssimg/img_lateral-programa.jpg) top right no-repeat;
}
.cuerpo-calendario {
	background: url(cssimg/img_lateral-calendario.jpg) top right no-repeat;
}
.cuerpo-inscripcion {
	background: url(cssimg/img_lateral-inscripcion.jpg) top right no-repeat;
}
.cuerpo-contactar {
	background: url(cssimg/img_lateral-contactar.jpg) top right no-repeat;
}


.titulo {
	margin-left: 55px;
}

.texto {
	margin: 10px 0 0 55px;
}

.texto p {
	width: 480px;
	margin: 0 ;
	padding: 0;
	text-align: justify;
	/*font-size: 9pt;*/
}

a.enlace-boton {
	background-color: #101f5a;
	color: white;
	padding: 1px 10px;
	/padding: 1px 4px;
	border: 1px solid #101f5a;
	margin-left: 0px;
}

/*************** PIE *****************/

.pie {
	/*background: url(cssimg/img_linea_pie.jpg) top no-repeat;*/
	color: #191262;
	padding-top: 63px;
	margin-left: 26px;
	font-size:12px;
	font-weight:bold;
}

.pie a {
	color: #191262;
}


/*********** FORM INSCRIPCION **************/

.form-contacto {
	width: 98%;
}

.ancho100{
	width: 100%;
	margin-bottom: 5px;
	/margin-bottom: 2px;
}

.form-contacto form {
	padding: 0;
	margin: 0;
}

.form-dec {
	width: 50%;
	float: left;
}

.form-izq {
	width: 50%;
	float: left;
}

label.formlabel {
	width: 100px;
	display: block;
	float: left;
}

input.estilo1 {
	width: 200px;
	border: 1px solid #101f5a;
	height: 1.2em;
	font-size: 1em;
}

select.formselect-multiple {
   width: 200px;
   border: 1px solid #101f5a;
   font-size: 1em;
   height: 60px;
}

select.margen_inferior {
   margin-bottom: 5px;
}

textarea.formtextarea {
	border: 1px solid #101f5a;
	width: 200px;
}

input.boton-enviar {
   background-color: #101f5a;
   color: white;
   padding: 1px 10px;
   /padding: 1px 5px;
   border: 1px solid #101f5a;
   float: right;
   margin-right: 160px;
   cursor:pointer;
}

.contenedor-logo{
	height:24px;
}
