/* -- Estilos para la pagina web de gesdirecta.es-- */
/* -- Comienzo de desarrollo 1 de noviembre de 2007-- */
/* Hoja de Estilos maestra para la pagina web de gesdirecta*/

/* Hojas de estilo importadas */
@import url("lightbox.css");

/* Estilos específicos del web */
body {
	background-color: #003300;
	font:0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
}

/*-- estilos para la home -- */

#contenedorGeneral {
	margin:15px auto;
	width:745px;
}
#contenedor_home {
	margin:0px;
	background:#fff;
	padding:12px 12px 0 12px;
}
#cabecera_home {
	height:81px;
	background:url(../img/home_fondo_sup.gif) repeat-x;
}
#cabecera_home .colA{
	width:180px;
	float:left;
	height:81px;
	background:url(../img/home_fondo_supIzq.gif) repeat-x;
}
.colA ul {
	margin:18px 5px 0 10px;
	padding:0px;
}
.colA li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	color: #fff;
}
.colA li a{
	color: #fff;
	text-decoration:none;
}
.colA li a:hover{
	color: #003300;
}
#cabecera_home .colB{
	width:400px;
	float:right;
	text-align:right;
	padding-top:35px;
}
.colB h2 {
	color:#003300;
	font: bold 1.15em Arial, Tahoma, Verdana;
	text-transform:uppercase;	
	border-bottom:1px dashed #fff;
	margin:0px 0 14px 0;
}
.colB ul {
	margin:0px;
	padding:0px 5px 0 5px;
}
.colB li {
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type:none;
	color: #009933;
}
.colB li a{
	color: #ffffff;
	text-decoration:none;
}
.colB li a:hover{
	color: #99cc99;
}
#contenido_home {
	margin:8px auto 0px auto;
	background:url(../img/home_img.jpg) no-repeat;
	padding-top:275px;
}
#promociones {
	height:136px;
	padding:5px;
	border:1px solid #669966;
}
#promociones .colImg{
	float:left;
	width:185px;
	height:136px;
	background:url(../img/home_resid_urdaniz.jpg) no-repeat;
	margin-right:8px;
}
#promociones .colDescripc{
	float:left;
	width:255px;
	height:116px;
	background-color:#669966;
	color:#fff;
	margin-right:20px;
	padding:10px;
}
#promociones .colDescripc p{
	font: 1.1em Arial, Tahoma, Verdana;
	margin:0px;
	padding:0px;
}
#promociones .colEnlace{
	float:left;
	width:220px;
	height:116px;
	color:#009900;
	padding-top:20px;
}
#promociones .colEnlace h3 {
	font:bold 1.1em Georgia, "Times New Roman", Times, serif;
	border-left:10px #265B37 solid;
	color: #265B37;
	margin:0px;
	padding:0px 5px 0 5px;
}
#promociones .colEnlace p{
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	margin:15px;
	padding:0px;
	color:#003300;
}
#promociones .colEnlace p a{
	font: 0.9em Arial, Helvetica, sans-serif;
	margin:0px 0px 0 80px;
	padding:0px;
	text-align:right;
	color: #669966;
	text-decoration:none;
}
#promociones .colEnlace p a:hover{
	color: #003300;
}
.contenido_inf {
	background: #003300 url(../img/home_pie.gif) no-repeat;
	height:98px;
}

/*-- estilos para resto de paginas --*/ 
#contenedor {
	margin:20px auto 10px auto;
	width:743px;
	background-color:#FFF;
}
h1 {
	display:none;
	visibility:hidden;
}
h3, h5 {
	color: #fff;
}
h4, h6, .txtVerde, .txtVerde a {
	color: #8AAB89;
}
h2 {
	font: 1.65em Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dashed #d6e7cb;
	margin:5px 0 20px 0;
	padding:0px;
	color:#ffffff;

}
h3 {
	font-size:1.1em;
	margin:0px;
	padding:0px;
}


h4 {
font: 1em Verdana, Arial, Tahoma;
margin:10px 0 20px 0;
padding:0px;
}

h5 {
background-color:#8AAB89;
font: 1.3em Georgia, "Times New Roman", Times, serif;
margin:10px 0 4px 0;
padding:0 3px;
}
h6 {
font: 1.2em Georgia, "Times New Roman", Times, serif;
margin:0px 0 0px 0;
padding:0px;
}

img { 
	border-style:none ; 
	border-width: 0px;
	text-decoration:none;
}



#contenido {
	min-height:441px;
	border:1px solid #fff;
	border-bottom-width:0px;
}
#contenido_inferior {
	background:url(../img/fondo_inf.jpg) no-repeat;
	height:85px;
	border:1px solid #fff;
	border-top-width:0px;
}

/*-- Comienza col izq --*/

#colIzq {
	background:url(../img/fondo_colIzq.jpg) no-repeat;
	float:left;
	width:193px;
	height:421px;
	padding-top:15px;
}

.menu {
	list-style-type:none;
	margin:25px 0 0 0;
	padding:5px 10px 5px 15px;
}
.menu li {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #666;
	list-style-type:none;
	margin:0px;
	padding:2px 5px;
	border-bottom:1px dashed #004000;;
}
.menu li a {
	display:block;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #666;
	text-decoration:none;
}
.menu li a:hover {
	background-color:#ccc;
	color:#666;
	font-variant: small-caps;
}
.menu li .activo {
	color:#004000;
}
#submenu {
	font: 70% Georgia, "Times New Roman", Times, serif;
	background-color:#EAEAEA;
	color:#003300;
	margin:0px;
	padding:0px;
	
}
#submenu li {
	margin:0px;
	padding:2px 10px;
	color:#669966;
	text-align:left;
	font-variant: small-caps;
}
#submenu li a{
	color:#999;
	font: 60% Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-decoration:none;
	border-bottom:1px dashed #eaeaea;
	
}
#submenu li a:hover, #submenu .activo2{
	color:#003300;
	background-color:#eaeaea;
}

#cabecera {
	text-align:center;
}

/*-- comienza col dcha--*/

#colDcha {
	float:left;
	background:url(../img/fondo_colDcha.jpg) no-repeat;
	background-color: #003300;
	width:448px;
	height:405px;
	padding:38px 50px 0 50px;
}
#colDcha a {
	color:#fff;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}
#colDcha a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}
.clear {
	clear:both;
}

#pie {
	font: 90% Tahoma, Helvetica, sans-serif;
	color:#99cc99;
	text-align:left;
	height:25px;
	padding:20px 0;
	background-color:#003300;
}
#pie span{
	color:#fff;
}
#pie a {
	font-size:1em;
	color:#ffffff;
	text-decoration:none;
	border-bottom: 1px dashed #003300;
}
#pie a:hover {
	color:#fff;
	border-bottom: 1px dashed #fff;
}
#pie p {
	float:left;
	width:600px;
	margin:0px;
	padding:0px;
}
#pie ul {
	float:right;
	padding:0px;
	margin:0px;
}
#pie li {
	display:inline;
	color:#507450;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/*-- promociones --*/
#promocion h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	border-bottom:1px dashed #d6e7cb;
	margin-bottom:0px;
}
#promocion h2 a {
	font-size:1.25em;
	color: #ffffff;
	text-decoration:none;
	border-bottom-width:0px;
}
#promocion h2 a:hover {
	color: #d6e7cb;
	border-bottom-width:0px;
}
#promocion h3 {
background-color: #8AAB89;
color:#003300;
font: 1.3em Georgia, "Times New Roman", Times, serif;
margin:0px 0 20px 0;
padding:0px 5px;
}

#promocion h3.precio{
	background-color: #8AAB89;
	color:#fff;
	padding:8px 10px;
	text-align:center;
	width:80%;
	margin:0px auto 20px auto;
}

#promocion h3.precio_vll{
	background-color: #8AAB89;
	color:#fff;
	padding:20px 10px;
	text-align:center;
	width:50%;
	margin-right:40px;
	float:right;
}


#promocion .caja {
float:left;
border:1px solid #fff;
padding:2px 2px 5px 2px;
background-color:#003300;
color:#FFF;
width:175px;
margin:15px 0 15px 20px;
text-align:center;
font: 1.8em Georgia, "Times New Roman", Times, serif;
font-variant: small-caps;
}
#promocion .caja a{
text-decoration:none;
color:#FFF;
text-align:center;
font: 1em Georgia, "Times New Roman", Times, serif;
border-bottom:1px dashed #003300;
}
#promocion .caja a:hover{
color:#D6E7CB;
}
#promocion .caja img {
margin-bottom:10px;
}

#promocion .caja2 {
float:left;
border:1px solid #fff;
background-color:#003300;
color:#FFF;
margin:10px 0 10px 35px;
padding:8px;
font: normal 1.2em Georgia, "Times New Roman", Times, serif;
text-align:center;
}
#promocion .caja2 a{
text-decoration:none;
color:#FFF;
text-align:center;
font: 1em Georgia, "Times New Roman", Times, serif;
border-bottom:1px dashed #003300;
}
#promocion .caja2 a:hover{
color:#D6E7CB;
}
#promocion .caja2 img {
margin-top:5px;
width:150px;
height:145px;
}
#promocion .caja2 span{
color:#D6E7CB;
font: normal 0.8em Tahoma, Verdana, Arial, Helvetica;
text-align:center;
}
/*-- gracias --*/

#txtgracias {
	margin:100px 50px 0 80px;

}
.textoDestacado_gracias {
	margin:auto;
	padding-top:50px;
	width:300px;
	text-align:center;
	color:#ead2a2;
	font-size:1.2em;
}
#volver {
	margin:20px 0 33px 0;
}
#volver a {
	font-size:1em;
	color: #cc9933;
	text-decoration:none;
	border-bottom:1px dashed #cc9933;
}
#volver a:hover {
	border-bottom:1px solid #cc9933;
}
/*-- Contacto-- */
.colIzqForm {
	float:left;
	width:200px;
	margin:20px 10px 0 10px; 
	padding-left:10px;

}
.colDchaForm {
	float:left;
	width:210px;
	margin-top:20px;
}
input {
	border-style:none;
	border-bottom:1px solid #003300;
	background-color:#D6E7CB;
	width:200px;
	height:14px;
	margin:2px 0 7px 0;
	padding:2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
textarea {
	border-style:none;
	border-bottom:1px solid #003300;
	background-color:#D6E7CB;
	margin:2px 0 5px 0;
	padding:2px;
	color:#000;
	width:200px;
	height:100px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.enviar {
	margin-top:10px;
	cursor: pointer;
	float:right;
	width:70px;
	background-color:#D6E7CB;
	color:#003300;
	border: 1px solid #003300;
	font-size:1.2em;
	height:22px;
}
.txt {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color:#D6E7CB;
}
.oculto {
	display:none;
	visibility:hidden;
}
.txtVerde {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
.cursor {
	cursor:pointer;
}
.toggle p{
	margin:2px 0 10px 0;
	padding:0px;
}
#plano {
	float:left;
	background:url(../img/fondo_colDcha.jpg) no-repeat;
	background-color: #003300;
	width:448px;
	min-height:405px;
	padding:38px 50px 0 50px;
}

#plano ul {  	
	list-style:none;	
	margin:0;	
	padding:0;
}
#plano ul li {	
	padding:0;	
	float: right;
}

#plano ul.ventajas_fiscales {
	text-align:left;
	list-style:disc;
	
}

#plano ul.ventajas_fiscales li{
	color:#FFF;
	text-align:left;
	clear:both;
	width:90%;
}

#plano ul li a {	
	display:block;	
	width:394px;
	height:394px;	 /*Quito el padding, pero le pongo altura.*/
	text-decoration:none;
	background:url(../img/plano_gesdirecta.gif) no-repeat;
	color:#669966;
}
#plano ul li a:hover {	
	background-position:bottom;
	background:url(../img/plano_gesdirecta_osc.gif) no-repeat;
	color:#99cc99;
}
#plano ul li a span {	
	display:none; /*Oculto el texto.*/
}
/*-- accesibilidad --*/
#accesibilidad {
	float:left;
	background:url(../img/fondo_colDcha.jpg) no-repeat;
	background-color: #003300;
	width:448px;
	min-height:405px;
	padding:38px 50px 0 50px;
	text-align:left;
}
#accesibilidad a {
	color:#fff;
	border-bottom:1px dashed #fff;
	text-decoration:none;
}
#accesibilidad a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
}



#adv{
	background-color:#FFF;
}

#adv p{
	
	border:1px dashed #036;
	color:#333;
	font-size:90%;
	padding:20px;
	width:400px;
	margin:5px auto;
	text-align:center;
}



img.vll{
	float:left; 
	margin-left:30px; 
}
