/* CSS Document */

/*  
Hoja de Estilo de Ecuacelhone
PAblo Lopez
info@neoingenieria.com
/* Partes generales */

body {
	font-family:Century Gothic, Lucida Sans, Trebuchet MS;
	font-size:11px;
	color:#3D1302;
	margin: 0 0 0 0;
	text-align:center;
	background-image:url(../imagenes/bg_color.gif);
	}
* {
	margin:0;
	padding:0;
	}
	
img {
	border:0;
	}
	
/* estrucutura */

#top{
display:block;
margin:20px auto 0px auto; 
text-align:center;
height:117px;
width:941px;
background-image:url(../imagenes/top.png);
}
#menu{
	font-size:16px;
	color:#ffffff;
	padding-top:80px;
	padding-left:420px;
	height:30px;
}
#menu a{
	color:#ffffff;
	text-decoration:none;
}
#menu a:active{
	color:#ffffff;
	text-decoration:underline;
}
#menu a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#empresa{
	color:#ffffff;
	width: 150px;
	height:37px;
	float:left;
	background-image:url(../imagenes/fondobtn.png);
	background-position:center;
	background-position:top;
}
#productos{
	padding-top:10px;
	width: 150px;
	height:37px;
	float:left;
	text-align:center;
}
#contacto{
	padding-top:10px;
	width: 150px;
	height:37px;
	float:left;
	text-align:center;
}

#bgcuerpo{
text-align:justify;
margin:0px auto 30px auto;
width:963px;
height:482px;
background-image:url(../imagenes/bg_contenido.png);
background-repeat:no-repeat;
}
#contenido{
padding: 10px 10px 10px 10px;
height:465px;
width:947px;
}

#contenido a{
color:#009900;
text-decoration:none;
}
#contenido a:hover{
color:#009900;
text-decoration:underline;
}
/* a dos columnas */
#izquerda{
	width: 590px;
	height:465px;
	float:left;
}
#izquerda h1{
	color:#66CCCC;
}
#derecha{
	margin-left:590px;
	height:465px;
}

#iframe{
	margin:0px auto 0px auto;
	width: 580px;
	height:405px;
	overflow: auto;
	text-align:justify;
}
#productosmenu{
padding-right:10px;
padding-top:15px;
}

/* a dos columnas */
#izquerda1{
	width: 750px;
	height:465px;
	float:left;
}
#izquerda1 h1{
	color:#66CCCC;
}
#derecha1{
	margin-left:750px;
	height:465px;
}

#iframe1{
	margin:0px auto 0px auto;
	width: 750px;
	height:405px;
	overflow: auto;
	text-align:justify;
}
#fondoempresa{
padding-top:10px;
}
#fondoproducto{
padding-top:10px;
}
#fondocontacto{
padding-top:10px;
}
#fondoempresa a{
	color:#006600;
	text-decoration:none;
}
#fondoempresa a:active{
	color:#006600;
	text-decoration:underline;
}
#fondoempresa a:hover{
	color:#006600;
	text-decoration:underline;
}

/*  fin de la hoja de estilos  */

