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

*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #FFFFFF;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 12px;
}

img{
	border: 0;
}

h2 {
	color:#FFFFFF;
}

.clear-l{
	clear: left;
}

#contenedor{
	margin: 20px auto;
	width: 900px;
}

.portada{
	background: url(../img/bg-portada.jpg) no-repeat;
	padding-top: 369px;
}

.interior{
	background: url(../img/bg-interior.jpg) no-repeat;
	padding-top: 165px;
}

#menu-principal{
	background: url(../img/bg-menu.png) repeat-x;
	width: 650px;
	height: 50px;
	padding-left: 250px;
}

#menu-principal li{
	list-style: none;
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

#menu-principal a{
	padding-top: 10px;
	height: 100%;
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	text-decoration: none;
	display: block;
}

#menu-principal a.single{
	line-height: 30px;
}

#menu-principal a:hover{
	color: #FFFFFF;
	background: url(../img/bg-menu-h.png) repeat-x;
}
#menu-principal a.activo{
	color: #FFFFFF;
	background: url(../img/bg-menu-a.png) repeat-x;
}

#logo{
	width: 230px;
	height: 230px;
	position: relative;
	top: -70px;
	left: 3px;
	z-index: 1000;
}

#logoint{
	background: url(../img/bg-logo.png) no-repeat; 
	width: 230px;
	height: 230px;
	position: relative;
	top: -150px;
	left: 20px;
	z-index: 1000;
}

#pie{
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #999999;
	text-align: center;
	position: relative;
	top: -200px;
}

#pie a{
	color: #999999;
	text-decoration: none;
}

/********************************/
/*          INTERIOR            */
/********************************/

#contenido-interior{
	width: 625px!important;
	padding-left: 10px;
	float: left;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #666666; 
	position: relative!important;
	top: -242px;
}

#contenido-texto{
	background: #FFFFFF url(../img/bg-contenido.png) no-repeat;
	width: 583px !important;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	border:1px solid #666666;
}

#contenido-texto a, #contenido-texto a:visited{
	color:#666;
}

#contenido-texto ul{
	padding-left:30px;
}

#texto-paginado{
	height: 236px;
	text-align: justify;
}

#texto-paginado a{
	color: #4F007D;
	text-decoration: none;
	font-weight: bold;
}

#texto-paginado a:hover{
	color: #666666;
}

#paginacion{
	height: 15px;
	text-align: right;
	color: #AAAAAA;
}

#paginacion a{
	color: #333333;
	text-decoration: none;
}


#contenido-texto img{
	padding: 10px;
}

#menu-interior{
	background: url(../img/bg-menu-interior.png) repeat-x;
	width: 265px;
	float: left;
	min-height:200px;
	position: relative;
	top: -242px;
	
}

#menu-interior ul{
	padding-top: 85px;
	width: 263px;
	background: url(../img/bg-menu-interior.png) repeat-x;
	background-color:#4F007D;
	float: left;
	border:1px solid #fff;
	text-align:center;
	min-height:37px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu-interior ul li{
	list-style:none;
	width: 263px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #8C7A55;
	text-align:center;
	
}

#menu-interior ul li a, #menu-interior ul li a:visited{
	display: block;
	text-align: center;
	color: #FFFFFF;
} 

#menu-interior ul li a:hover{
	font-weight:bold;
}

#menu-interior ul li a.single{
	line-height: 25px;
} 

#menu-interior a{
	text-decoration: none;
}

#flash{
	width: 265px;
	height: 80px; /* BORRAR ANTES DE SUBIR*/
}

.boton-morado{
	background: url(../img/bt-morado.png) no-repeat;
	margin-top: 2px;
	width: 265px;
	height: 28px;
	padding-top: 12px;
	display: block;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.boton-gris{
	background: url(../img/bt-gris.png) no-repeat;
	width: 265px;
	height: 23px;
	display: block;
	text-align: center;
	padding-top: 7px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.titulo{
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4F007D;
	border-top: 3px solid #8C7A55;
	border-bottom: 3px solid #8C7A55;
	padding: 10px 0 10px 10px;
}

/****************************************************/
/********** Caractersticas del FORMULARIO ***********/
/****************************************************/

#ContactForm{
    border:none;
}

#ContactForm fieldset{
    border:none;
}

#ContactForm p{
	padding-left: 2px;
	padding-right: 2px;
}
#ContactForm label{
	display: block;
	float: left;
	margin-top: 3px;
	width:100px;
}
#ContactForm input{
	display: block;
	width: 180px;
	float:left;
	margin-top: 5px;
	border:1px solid #ccc;
}

#ContactForm textarea{
	margin-top: 3px;
	width: 280px;
	height:40px;
	float: left;
	border:1px solid #cccccc;
}

#ContactForm input[type="submit"]{
	margin: 0 0 20px 95px;
	width:100px;
	background-color:#BFD3DF;
	color:#014D65;
	border:1px solid #014D65;
	}
#ContactForm input[type="reset"] {
	margin: 0 0 20px 10px;
	width: 100px;
	background-color:#BFD3DF;
	color:#014D65;
	border:1px solid #014D65;
}
#ContactForm input[type="checkbox"]{
	margin: 0 0 0 10px;
	width: 20px;
	float: left;
	border:1px solid #014D65;
	background-color:#BFD3DF;



