@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../image/img_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:33px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

#contenedor {
	width:774px;
	text-align:left;
}

#header {
	width:774px;
	background-image: url(../image/back_header.jpg);
	background-repeat: no-repeat;
	height: 155px;
	
}

#tabs {
	margin:0px;
	padding:125px 0px 0px 410px;
	list-style:none;
}

#tabs li{
	float:left;
	padding:0px 5px 0px 5px;
 }
 
 #tabs li a{
 	font-size:12px;
 	color:#FFFFFF;
 	text-decoration:none;
}

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

#tabs li.active{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2da2f4;
	line-height: 20px;
 }

#cuerpo {
	background-image: url(../image/back_cuerpo.jpg);
	background-repeat: repeat-y;
	
	width: 774px;
}

#flash_home {
	width:774px;
	padding:15px 0px 0px 0px;
}

#img_paginas {
	width:774px;
	padding:15px 0px 0px 0px;
}

.borde {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2da2f4;
}

#presentacion {
	background-image: url(../image/back_presentacion.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 244px;
	padding:15px 0px 15px 0px;
}

#list_home {
	margin:0px;
	padding:80px 0px 0px 0px;
	list-style:none;
	
}

#list_home li{
	float:left;
	width:150px;
	
}

#list_home li h1{
	margin:0px;
	padding:0px;
	font-size:20px;
	font-weight: bold;
	color: #333333;
}

#list_home li h2{
	margin:5px 0px 0px 0px;
	padding:0px;
	clear:both;
	font-size:12px;
	color:#333333;
	font-weight: normal;
}

#cuerpo_pag_int {
padding:20px 5px 20px 5px;
}


#lista_int_pag {
	margin:0px;
	padding:0px;
	list-style:none;
}

#lista_int_pag li{
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	float: left;
	width: 350px;
	
}

#lista_int_pag li h2{
	font-size: 18px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight: normal;
	color: #0066CC;
}

#lista_int_pag li ul{
	margin:0px 0px 25px 8px;
	padding:0px;
	list-style:none;
	
}
#lista_int_pag li ul li{
	padding:3px 0px 3px 0px;
	text-align: justify;
}



#lista_opt_gral {
	margin:0px;
	padding:0px;
	list-style:none;
}

#lista_opt_gral li{
	margin:0px;
	clear:both;
	height:110px;
	width:600px;
	font-size:11px;
	
}

#lista_opt_gral li a{
	font-size:11px;
	color:#333333;
	text-decoration: underline;
}

#lista_opt_gral li img{
	float:left;
	padding:1px;
	border: 1px solid #CCCCCC;
	margin-right:10px;
}

#lista_opt_gral li h2{
	font-size: 18px;
	margin:0px;
	padding:0px;
	font-weight: normal;
	color: #0066CC;

}

#lista_opt_gral li span{
	
	color:#333333;
	
}




#footer {
	padding: 15px 0px 20px 0px;
	font-size:11px;
	color:#666666;
}

#footer a{
	color: #333333;
	text-decoration: underline;
}

#partners {
	padding: 8px 0px 20px 0px;
	
}

#lista_part {
	margin:0px;
	padding:0px;
	list-style:none;
}

#lista_part li{
	float:right;
	margin-left:10px;
}
#lista_part li img{
	border:0px;
}

/*formulario de contacto */

#lista_form {
	margin:0px;
	padding:0px;
	list-style:none;
}

#lista_form li{
	text-align:right;
	font-size:11px;
	color:#333333;
	margin:0px 150px 10px 0px;
}

.estilo_input{
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	padding:5px;
	width: 150px;
	background-color: #F4F4F4;
	background-image: url(../image/input.jpg);
	background-repeat: repeat-x;
}

#lista_form li textarea{
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	padding:5px;
	background-color: #F4F4F4;

	
}

.enviar {
	background-image: url(../image/enviar.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	border:0px;
}

/* css live validation */

.LV_validation_message {
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* ********************************* */