/*  Design by oscarclar Design */

/* PRINCIPALES ===================================================================================================  */
#content {
	margin: 1px;
	width: 920px;
}

#back {
	width: 910px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main {
	width: 900px;
}



/* FIN PRINCIPALES ===============================================================================================  */
/********************************************************************************************************************/


/* GENERICOS =====================================================================================================  */



input { 
font-family: Tahoma, Verdana, Arial; 
font-size: 11px; 
color: #999999; 
}

select { 
font-family: Tahoma, Verdana, Arial; 
font-size: 11px; 
color: #999999;
}

textarea {
font-family: Tahoma, Verdana, Arial; 
font-size: 11px;
color: #999999;
}

a:link {
    text-decoration: none;
	color:#666666;	
}

a:hover {
    text-decoration: none;
	color:#333333;
}

a:visited {
    text-decoration: none;
	color:#666666;
}

a img{
border:none;
}

body {
	font: 11px Verdana;
	text-decoration: none;
	color: #666666;
	background-image: url(../imagenes_css/fondo_web.gif);
	background-repeat: repeat-x;
}

hr {
color:#FFFFFF;
}

/* FIN GENERICOS =================================================================================================  */

/* CABEZA ========================================================================================================  */
#header {
	height: 143px;
}

#logo {
	text-align: left;
	width: 170px;
} 

#imagen_logo {
text-align:right;
}

/* FIN CABEZA ====================================================================================================  */
/* CONTENIDO ( IZQUIERDO ) =======================================================================================  */

#texto_empresa {
	text-align: justify;
	width:330px;
	padding-left: 10px;

}

#comerciales {
	text-align: justify;
	width:760px;
	padding-left: 10px;

}

#left
{
	width:180px;
}



#left .title_bottom
{
background: url(../nuevomavi/images/title_bottom.png) no-repeat bottom;
padding: 10px;
margin-bottom: 20px;
}

#left a {
color:#FF0066;
	/*color: #196050;*/
}

#left p
{
padding: 10px;
/* color: #196050;*/
}

/* FIN CONTENIDO ( IZQUIERDO ) ===================================================================================  */
/********************************************************************************************************************/


/* CONTENIDO ( DERECHO ) =========================================================================================  */

#right
{
	float: right;
	width: 460px;
}

#right_comerciales
{
	float: right;
	width: 700px;
}

#right2
{
	width: 230px;
	float: right;
	padding-left: 5px;
}


#right a
{
color: #196050;
text-decoration: underline;
}


.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}


/* FIN CONTENIDO ( DERECHO ) =====================================================================================  */
/********************************************************************************************************************/


/* PIE ===========================================================================================================  */
#footer {
	height: 10px;
	width: 105%;
	clear: both;
	padding-top: 0px;
	padding-bottom: 30px;
	text-align:center;
	/* background-image: url(../imagenes_css/fondo_pie.gif); */
	background-repeat: repeat-x;
	color: #F9BA17;
}

#footer a {
	text-decoration:none;
	color:#F9BA17;
}
/* FIN PIE =======================================================================================================  */
/********************************************************************************************************************/

