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

* {
padding:0px;
margin:0px;
}

body {
background-image:url(imagenes/fondo_body.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
}

#wrapper {
	width:100%;
	text-align:center;
	margin:auto;
	/*overflow: auto;*/
}

#encabezado {
width:850px;
height:212px;
margin:auto;
background-image:url(imagenes/encabezado.jpg);
background-repeat:no-repeat;
}

#menu {
	width:850px;
	height:50px;
	margin:auto;
	text-align:left;
}


#main {
margin:auto;
margin-top:25px;
width:850px;
text-align:left;
overflow:auto;
}

#contenido{
float:left;
width:585px;
}

#derecha {
float:right;
width:245px;
}

#banner_flash {
	width:237px;
	height:185px;
	background-image:url(imagenes/fondo_servicio.png);
	background-repeat:no-repeat;
	padding-top: 30px;
	padding-left: 7px;
	margin-bottom: 50px;
}

#contacto {
	width:245px;
	height:145px;
	margin-top:40px;
	background-image:url(imagenes/fondo_contacto.png);
	background-repeat:no-repeat;
}

#pie {
width:100%;
height:45px;
padding-top:30px;
margin-top:30px;
background-image:url(imagenes/fondo_pie.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
font-size:7pt;
text-align:left;
}

#pie_interior {
	width:850px;
	margin:auto;
	overflow: auto;
}




/*--- clases */

.imag_thumb {
border:1px solid #006600;
margin-right:3px;
}

