@charset "utf-8";
body {
	margin:0px;	
	position:relative;
}
/*PAGINA CON FLASH*/
#background {

	background-image: url(../images/background_wm.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	position:relative;
}

#flashHome{
	width:962px;
	height:645px;
	position:relative;
	margin: auto;
			
}

/*PAGINA INTERNA EN HTML*/
#backgroundEncabezado {
	background-image: url(../images/tile-encabezado.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:160px;
	margin:auto;
	position:relative;
}
#encabezado {
	background-image: url(../images/encabezado.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:160px;
	position:relative;
}
#flashEncabezado{
	height:100px;
	width:680px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
#backgroundCuerpo {
	background-image: url(../images/cuerpo.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#FFFFFF;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#backgroundPie {
	background-image: url(../images/tile-pie.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:95px;
	margin:auto;
	position:relative;
}
#pie {
	background-image: url(../images/pie.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:95px;
	position:relative;
}

/*FORMULARIO CONTACTENOS*/
#textoContactenos{
margin-top:10px;
width:400px;
height:150px;
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#006699;

}
#backgroundContactenos {
	background-image: url(../images/background_wm_contactenos.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#0066CC;
	position:relative;
}
#flashContactenos{
	width:450px;
	height:645px;
	position:relative;
	float:left;	
}
#formulario{
	/*margin-top:200px;*/
	width:400px;
	height:400px;
	position:relative;
}
/*label {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
}*/
#nombre, #email, #cargo, #empresa, #direccion, #telefonos, #pais, #ciudad, #como, #comentarios, {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:none;
	color:#006699;
	border:solid 1px;
	border-color:#009900;
}
#enviar, #borrar{
	border:none;
	background-color:#009900;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00CC00;
}