img, div, a, input, h5, h4, h3, h2, h1, span { behavior: url(iepngfix.htc) }


* {
	margin:0;
	padding:0;
	border:none;
}
html {
	min-height: 100%;
	height: auto;
	overflow-x:hidden;	
}

body {
	margin: 0 auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px 0 20px 0;
	background-color: #494848;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	line-height: 22px;
}
.final {
	clear: both;
	float: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 0px solid red;
}
.flota_izq {
	float: left;
	margin: 0 5px 5px 0;
}
.flota_der {
	float: right;
	margin: 0 5px 5px 0;
}


a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}



h1, h2, h3, h4 {
	font-size: 25px;
	padding:0 0 0px 0;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17px;
	background-image: url(img/bg_h3.png);
	background-repeat: repeat-x;
	padding: 2px 0 2px 5px;
	color: #2BA1A8;
	border: 0px solid;
	margin-top:8px;
	background-color: #DFDFDF;
	font-variant: normal;
	text-shadow: 1px 1px 3px #666666;
	font-style: italic;
}

h4 {
	font-size: 14px;
	padding: 0 0 6px 0;
}

h4 a {
	color:#8E9C48;
	font-weight:normal;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}


p {
}
span {
	color: #333333;
}

ul, ol {
	list-style-position:inside;
}


.centrar {
	text-align: center;
}

/**** PAGINADOR ****/
ul.pagination {
	text-align: center;
	margin: 20px 0 10px 0;
}
ul.pagination li {
	list-style-type:none;
	display: inline;
	width:auto;
	font-size: 10px;
	font-weight: normal;
	font-family: "trebuchet MS";
	color: #FFFFFF;
	background-color: #39B2B8;
	margin: 2px 5px 2px 2px;
	text-align:center;
	border: 2px solid;
	border-top-color: #6BCCD1;
	border-left-color: #6BCCD1;
	border-bottom-color: #287D82;
	border-right-color: #287D82;
	padding: 1px 3px 1px 5px;
}
ul.pagination a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.pagination a:hover {
	color: #FFFFFF;
}

ul.pagination li.active {
	border: 2px solid;
	border-top-color: #999;
	border-left-color: #999;
	border-bottom-color: #333;
	border-right-color: #333;
	padding: 1px 3px 1px 5px;
	color: #FFFFFF;
	background-color: #666;
}
/**** FIN PAGINADOR ******/

/******** GALERIA DE IMAGENES (LIGHTBOX) ***********/ 
.listado_thumbs {
	margin: 0px 0 0px 0;
	padding: 10px 10px 10px 10px;
}
.listado_thumbs .thumb {
	float: left;
	margin: 0 0px 5px 0;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
}
.listado_thumbs .thumb a img {
	width: 245px;
	height: auto;
	border: 6px solid;
	border-color: #FFF;
	margin: 0 8px 8px 0;
	outline: 1px solid;
	outline-color: #DAD6C8;
}
.listado_thumbs .thumb a:hover img {
	border-color: #D5CBB3;
}

.listado_thumbs02 {
	margin: 0px 0 0px 0;
	padding: 16px 2px 2px 2px;
}
.listado_thumbs02 .thumb {
	float: left;
	margin: 0 0px 0px 0;
	background-repeat: no-repeat;
	padding: 1px 1px 1px 1px;
}
.listado_thumbs02 .thumb a img {
	width: 150px;
	height: auto;
	border: 4px solid;
	border-color: #EEE;
	margin: 0 3px 4px 1px;
	outline: 1px solid;
	outline-color: #C1C1C1;
}
.listado_thumbs02 .thumb a:hover img {
	border-color: #fff;
}

/******** FIN GALERIA DE IMAGENES (LIGHTBOX) ***********/ 

#bar_nav {
	background-image: url(img/bg_bar.png);
	background-repeat: repeat-x;
	background-position:0 100%;
	height: 165px;
	padding:11px 0 0 0;
	position:relative;
	
}

#bar_nav02 {
	background-image:url(img/bars_nav02.gif);
	background-repeat: repeat-x;
	background-position:0 1px;
	height: 89px;
	width:50%;
}

#bar_nav03 {
	background-image:url(img/nav_bars03.jpg);
	background-repeat:no-repeat;
	width:941px;
	height:39px;
	border:0px solid red;
	position:absolute;
	left:50%;
	bottom:75px;
	margin-left:-470px;	
}

#marca {
	position: absolute;
	left: 25px;
	top: -34px;
}


#marca a {
/*	background-image: url(img/marca.png);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 171px;
	position: absolute;
	left: 25px;
	top: -34px;*/
}
#slogan {
	font-style: italic;
	text-transform: uppercase;
	font-family: 'Aller', sans-serif;
	position: absolute;
	left: 314px;
	top: -38px;
	font-size:15px;
	background-image: url(img/slogan.png);
	width: 539px;
	height: 27px;
	text-indent: -9999px;
}





#BodyFake {
	background-image:url(img/body_fake.jpg);
	background-repeat:no-repeat;
	background-color: #745633;
	padding: 0px 0 102px 0;
	position:relative;
	background-position: 50% 0;
}


#BodyFake01 {
	padding: 0px 0 35px 0;
	margin-bottom:-20px;
	background-image: url(img/bodyfake01.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#BodyFake02 {
	background-color: #494848;
	background-image: url(img/bodyfake02.gif);
	background-position: 0 0;
	background-repeat:repeat-x;
	text-align: center;
	margin-top:0px;
	position: relative;
}



/* HEADER */
#header {
	height:500px;
}
#header02 {
	height:260px;
	background-color: #88abae;
	background-image: url(img/bg_header02.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}


#pie {
	color: #929191;
	font-size: 11px;
}
#pie a {
	color: #929191;
}
#pie a:hover {
	color: #ffffff;
}



#pie #linea01 {
	padding: 15px 0 10px 0;
	text-transform: uppercase;
	font-size: 13px;
        text-aling:center;
}

#pie #linea01 a {
	margin: 0px 8px 0px 8px;
}

#vs {
	position:absolute;
	right: 10px;
	bottom: -20px;
	width: 102px;
}
#vs a {
	height: 7px;
	width: 102px;
	background-image: url(img/vs.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
#vs a:hover {
	background-image: url(img/vs_rol.gif);
}


.headerimg { 
	background-position: center top; 
	background-repeat: no-repeat; 
	width:100%; 
	height:635px; 
	position:absolute; 
}

.contenedor {
	width:940px;
	margin:0 auto;
}
#bg_titulos {
	background-image: url(img/bg_titulos.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 895px;
	position: absolute;
	left: -20px;
	top: -8px;
	padding: 13px 0 0 85px;
}
#bg_titulos #icon_productos {
	background-image: url(img/icon_productos.gif);
	width: 14px;
	height: 22px;
	position: absolute;
	left: 47px;
	top:15px;
}

#bg_titulos #icon_servicios {
	background-image: url(img/icon_servicios.gif);
	width: 22px;
	height: 23px;
	position: absolute;
	left: 43px;
	top:15px;
}

#bg_titulos #icon_proyectos {
	background-image: url(img/icon_proyectos.gif);
	width: 24px;
	height: 19px;
	position: absolute;
	left: 43px;
	top:15px;
}

#bg_titulos #icon_empresa {
	background-image: url(img/icon_empresa.gif);
	width: 26px;
	height: 25px;
	position: absolute;
	left: 42px;
	top:15px;
}

#bg_titulos #icon_enlaces {
	background-image: url(img/icon_enlaces.gif);
	width: 19px;
	height: 23px;
	position: absolute;
	left: 45px;
	top:15px;
}

#bg_titulos #icon_contacto {
	background-image: url(img/icon_contacto.gif);
	width: 21px;
	height: 15px;
	position: absolute;
	left: 44px;
	top:18px;
}

#bg_titulos #icon_error {
	background-image: url(img/icon_error.gif);
	width: 25px;
	height: 22px;
	position: absolute;
	left: 42px;
	top:13px;
}


#bg_titulos h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}
#acc_proyectos,
#acc_empresa,
#acc_servicios,
#acc_productos,
#acc_enlaces,
#acc_contacto {
	display: block;
	height: 124px;
	width: 226px;
	background-image:url(img/sombra.png);
	background-repeat:no-repeat;
	background-position: 0 100%;
	padding:0 0 18px 0;
	float:left;
		
}
#acc_proyectos a,
#acc_empresa a,
#acc_servicios a, 
#acc_productos a,
#acc_enlaces a,
#acc_contacto a {
	background-image: url(img/acc_proyectos.gif);
	background-repeat: no-repeat;
	display: block;
	height: 124px;
	width: 226px;
	text-indent: -9999px;
}
#acc_proyectos a:hover,
#acc_empresa a:hover,
#acc_servicios a:hover,
#acc_productos a:hover,
#acc_enlaces a:hover,
#acc_contacto a:hover {
	background-position: 0 -124px;
}

#acc_empresa a {
	background-image: url(img/acc_empresa.gif);
}
#acc_servicios a {
	background-image: url(img/acc_servicios.gif);
}
#acc_productos a {
	background-image: url(img/acc_productos.gif);
}
#acc_enlaces a {
	background-image: url(img/acc_enlaces.gif);
}
#acc_contacto a {
	background-image: url(img/acc_contacto.gif);
}


.bt01,
.bt02 {
	padding: 8px 0 8px 5px;
}
.bt01 a,
.bt02 a {
	background-image: url(img/bt01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 75px;
	text-indent: -9999px;
}
.bt02 a {
	background-image: url(img/bt02.gif);
}



.bt01 a:hover,
.bt02 a:hover {
	background-position: 0 -25px;
}

.bt_video {
	padding: 0 0 5px 5px;
}
.bt_video a {
	background-image: url(img/bt_video.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 251px;
	display: block;
	text-indent: -9999px;
	background-position: 0px 0px;	
}
.bt_video a:hover {
	background-position: 0px -53px;
}


.bt_video02 {
	padding: 0 0 5px 0;
}
.bt_video02 a {
	background-image: url(img/bt_video02.gif);
	background-repeat: no-repeat;
	height: 53px;
	width: 665px;
	display: block;
	text-indent: -9999px;
}
.bt_video02 a:hover {
	background-position: 0 -53px;
}


.bg_titulo02 {
	background-image: url(img/bg_titulos02.gif);
	background-repeat: repeat-x;
	height: 24px;
	padding: 3px 5px 3px 5px;
	background-color: #1F9BA1;
}
.bg_titulo02 h2 {
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}


.bg_titulo03 {
	background-image: url(img/bg_titulos03.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding: 0;
	background-position: 0 100%;
	margin:0px 0 15px 0;
}
.bg_titulo03 h2 {
	color: #FFF;
	font-style: italic;
	font-weight: normal;
}
.bg_titulo03 div {
	background-image: url(img/bg_titulos03_div.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	display:inline;
	padding:5px 50px 0 10px;
}






.col01 {
	float: left;
	width: 304px;
	border:0px solid red;
}
.col02 {
	float: left;
	width: 665px;
}
.col03 {
	width: 255px;
	float: left;
}
.imagen_empresa {
	text-align:center;
}

.imagen_empresa a img {
	width: 240px;
	height: auto;
	margin: 0 auto;
	border: 7px solid;
	border-color: #D3D3D3;
	outline: 1px solid;
	outline-color: #B6B6B6;
}

.resumen_seccion {
	color: #006A70;
	font-size: 12px;
	font-weight: bold;
}


.separador {
	float: left;
	height: 16px;
	width: 16px;
	overflow: hidden;
}
.separador02 {
	float: left;
	height: 17px;
	width: 17px;
	overflow: hidden;
}
.separador03 {
	float: left;
	height: 8px;
	width: 8px;
	overflow: hidden;
}


.modulo01 {
	width: 940px;
	background-color: #FFF;
	padding: 13px 0 13px 0;
	border: 1px solid #bdbdbd;
	position:absolute;
	margin-top:-70px;	
}
.modulo01 .contenido {
	background-image: url(img/modulo01.gif);
	background-repeat: repeat-y;
	width: 913px;
	margin: 0 auto;
}
.modulo01 #sombra04 {
	background-image: url(img/sombra04.png);
	background-repeat: no-repeat;
	height: 74px;
	width: 38px;
	position: absolute;
	left: -38px;
	bottom: 0px;
}

.modulo02 {
	padding: 8px;
	font-size: 12px;
	line-height: normal;
	font-style: italic;
}
.modulo02 .seccion a {
	color: #417d81;
	font-size: 16px;
	font-weight: normal;
}
.modulo02 .seccion a:hover {
	color: #FFF;
}

.modulo02 .tit a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 0 5px 0;
	display:block;
	font-style: normal;
	color: #3b3a3a;
}

.modulo02 .imagen {
	background-color:#000;
	width: 136px;
	height: 103px;
	float: left;
	float: left;
	margin: 0 5px 0 0;
}

.modulo02 .imagen a img {
	border: 3px solid;
	border-color: #FFF;
	width: 130px;
	height: 97px;

}


.modulo03 {
	padding: 8px;
	font-size: 12px;
	line-height: normal;
	font-style: italic;
}
.modulo03 .seccion a {
	color: #3b3a3a;
	font-size: 16px;
	font-weight: normal;
}
.modulo03 .seccion a:hover {
	color: #417d81;
}


.modulo03 .tit a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 0 5px 0;
	display:block;
	font-style: normal;
	color: #3c9198;
}
.modulo03 .imagen {
	background-color:#000;
	width: 136px;
	height: 103px;
	float: left;
	float: left;
	margin: 0 5px 0 0;
}

.modulo03 .imagen a img {
	border: 3px solid;
	border-color: #FFF;
	width: 130px;
	height: 97px;
}
.modulo04 {
	padding: 55px 0 0 0;
}
.modulo05 {
	float: left;
	width: 210px;
	padding: 0px;
	border: 5px solid;
	border-color: #FFF;
	position: relative;
	background-color: #dcdde0;
	margin-bottom: 15px;
	margin-top: 5px;
}
.modulo05 .alt-min {
	float: left;
	height: 330px;
	width: 0px;
	overflow: hidden;
	border-left: 0px solid red;
}

.modulo05 .contenido {
	width: 210px;
	float: left;
}

.modulo05 .imagen {
	width: 210px;
	height: 155px;
	background-color: #000;
}
.modulo05 .imagen img {
	height: 155px;
	width: 210px;
}

.modulo05 .tit a {
	background-color: #5d9ca1;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
	line-height: 16px;
}
.modulo05 .tit a:hover {
	background-color: #3a6c70;
}


.modulo05 .resumen {
	padding:5px;
	font-size: 12px;
}

.modulo05 .corner {
	background-image: url(img/modulo05_corner.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 18px;
	position: absolute;
	bottom: -5px;
	right: -5px;
}
.modulo05 .sombra {
	background-image: url(img/sombra.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 201px;
	position: absolute;
	bottom: -22px;
}
.modulo06 {
	background-color: #d4d4d4;
	padding: 20px 10px 10px 10px;
	width: 960px;
	margin: 0 auto;
	margin-top:25px;
	border: 1px solid;
	border-color: #B6B6B6;
	-webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
	behavior: url(PIE.htc);	
}
.modulo07 {
	position: relative;
	margin: 16px 0 26px 0;
}
.modulo07 .contenido {
	background-color: #e0e0e0;
	padding: 10px;
	border: 5px solid;
	border-color: #FFF;
	outline: 1px solid #bdbdbd;
	font-size: 14px;
}
.modulo07 .corner {
	background-image: url(img/modulo05_corner.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 28px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.modulo07 .sombra {
	background-image: url(img/sombra02.png);
	width: 637px;
	height: 19px;
	position: absolute;
	left: 0px;
	bottom: -19px;
}
.modulo07 .imagen {
	background-color:#000;
	width: 200px;
	height: 145px;
	float: left;
	margin: 0 15px 0 0;
}
.modulo07 .imagen img {
	height: 135px;
	width: 190px;
	border: 5px solid;
	border-color: #FFF;
	outline: 1px solid #bdbdbd;
	background-color:#000;	
}
.modulo07 .imagen_ampliada img {
	width: 625px;
	margin: 0 auto;
	border: 3px solid;
	border-color: #BEBFC0;
	height: auto;
}

.modulo07 .tit, .modulo07 .tit a {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
        color: #404040;
}
.modulo07 .tit a:hover {
	color: #666;
	text-decoration: underline;
}

.modulo07 .resumen {
	font-size: 11px;
	line-height: 18px;
	padding: 5px 0 5px;
	color: #333;
}


.modulo08 {
	border: 0px solid;
	border-color: #F3F3F3;
	padding: 8px;
	margin: -10px 0 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
	behavior: url(PIE.htc);
}
.modulo08 h2 {
	background-color: #19969C;
	border: 0;
	color: #FFFFFF;
	padding: 3px 3px 3px 8px;
	font-size: 14px;
	background-image: url(img/bg_titulos02.gif);
	font-style: oblique;
}

.modulo09 {
	margin: 5px 0 0 0;
}

.modulo09 a {
	width:95%;
	background-color: #EBEBEB;
	display: block;
	padding: 1px 5px 1px 25px;
	color: #6B6B6B;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid;
	border-top-color: #D7D7D7;
	border-left-color: #D7D7D7;
	border-right-color: #B1B1B1;
	border-bottom-color: #B1B1B1;
	font-size: 11px;
}
.modulo09 a strong, .modulo09 a:hover strong {
	font-weight: bold;
	color: #EBEBEB;
}
.modulo09 a strong {
	color: #EBEBEB;
	font-weight: normal;
}

.modulo09 a:hover {
	background-color: #FFFFFF;
	color: #616161;
}
.modulo09 a:hover strong {
	color: #19969C;
}


.modulo10 {
	background-color: #FFF;
	margin: 0px 0 5px 0;
	padding: 4px;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	border-top: 1px solid;	
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;	
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	border-top-color: #DFDFDF;
	border-bottom-color: #DFDFDF;	
}
.modulo10 .icon_file a {
	background-image: url(img/icon_file.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 45px;
	display: block;
	float: left;
	text-indent: -9999px;
}
.modulo10 .icon_file a:hover {
	background-position: 0 -45px;
}
.modulo10 .tit a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #25333D;
}
.modulo10 .tit a:hover {
	color: #4B8F99;
}
.modulo11 {
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
	width:215px;
	border: 1px solid;
	border-color: #E4E4E4;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
	background: -webkit-linear-gradient(#dedede, #ffffff);
	background: -moz-linear-gradient(#dedede, #ffffff);
	background: -ms-linear-gradient(#dedede, #ffffff);
	background: -o-linear-gradient(#dedede, #ffffff);
	background: linear-gradient(#dedede, #ffffff);
	-pie-background: linear-gradient(#dedede, #ffffff);
	behavior: url(PIE.htc);
	position: relative;
}
.modulo11 .sombra {
	background-image: url(img/sombra.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 201px;
	position: absolute;
	left: 5px;
	bottom: -18px;
}

.modulo11 h2 {
	text-align: center;
	color: #1C7E94;
	font-weight: normal;
	font-style: italic;
}
.modulo11 ul li {
	color: #1C7E94;
	font-size: 11px;
	font-weight: bold;
	margin-left:10px;
}
.modulo11 ul li a {
	color: #666;
}
.modulo11 ul li a:hover {
	color: #C8C8C8;
}


.modulo12 {
	margin: 16px 0 26px 0;
}
.modulo12 .contenido {
/*	background-color: #e0e0e0;*/
	padding: 0px;
	border: 0px solid;
	border-color: #FFF;
	outline: 0px solid #bdbdbd;
	font-size: 14px;
}

.modulo12 .imagen_ampliada img {
	/* width: 650px; */
	margin: 0 auto;
	border: 3px solid;
	border-color: #BEBFC0;
}

.modulo12 .tit a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
.modulo12 .tit a:hover {
	color: #666;
	text-decoration: underline;
}

.modulo12 .resumen {
	font-size: 11px;
	line-height: 18px;
	padding: 5px 0 5px;
	color: #333;
}


.modulo13 {
	padding:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius:  8px;
	border-radius:  8px;
	border: 1px solid;
	border-color: #E4E4E4;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
	background: -webkit-linear-gradient(#dedede, #ffffff);
	background: -moz-linear-gradient(#dedede, #ffffff);
	background: -ms-linear-gradient(#dedede, #ffffff);
	background: -o-linear-gradient(#dedede, #ffffff);
	background: linear-gradient(#dedede, #ffffff);
	-pie-background: linear-gradient(#dedede, #ffffff);
	behavior: url(PIE.htc);
	position: relative;
}
.modulo13 .sombra {
	background-image: url(img/sombra03.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 920px;
	position: absolute;
	left: 10px;
	bottom: -19px;
}

.modulo14 {
	width: 930px;
	margin: 0 auto;
	background-position: 307px 0;
	background-repeat: repeat-y;
	background-image:url(img/modulo14.gif)
}
.modulo15 {
	padding:5px 10px 0 10px;
}


#formulario {
	width: 300px;
	margin: 0 auto;
	margin-top:-10px;
}
#formulario .nombre_campo {
	font-size: 12px;
	font-family: Tahoma;
	color: #8A8A8A;
	padding: 8px 0 0px 0;
}
#formulario label {
	display: none;
}
#formulario input {
	background:none;
	background-image: url(img/bg_input_formulario.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 27px;
	font-size: 12px;
}
#formulario textarea {
	background:none;
	background-image: url(img/bg_textarea_formulario.gif);
	background-repeat: no-repeat;
	height: 135px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	padding:5px;
}

#formulario button {
	display:inline;
	float:left;
	background-image: url(img/bt03.gif);
	background-repeat: no-repeat;	
	width: 138px;
	height: 36px;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#676767;
	font-size:11px;
    margin:0 5px 0 5px;
	text-align:center;
}
ul.zemError {
	padding:10px 0 10px 0;
	list-style:inside;
	color:#FF0000;
}

#mapa {
	width: 295px;
	height: 478px;
	background-color: #F2F2F2;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom: 8px;
	border: 2px solid;
	border-color: #E2E2E2;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(PIE.htc);
}





/*************** MENU LAMP ********************/
.lavaLampWithImage {
	position: absolute;
	overflow: hidden;
	left:255px;
	top:0px;
	width:830px;
	padding:5px 0 0 0;
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("img/lava.gif") no-repeat right -30px;
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("img/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:17px;
	font-weight:normal;
	font-style:italic;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
/*  margin: auto 10px;*/
/*	background-image:url(img/separador_menu.gif);*/
	background-repeat:no-repeat;
	background-position:100% 7px;
	padding:3px 17px 0 17px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li.current a {
	border: none;
	color:#8ce1e5;
}
