/* CSS Document */

body{
text-align:center;
margin:0px 0px 0px 0px;
background-color:#666666;
background-image:url(image_ve_marketing/degrafond.jpg);
background-repeat:repeat-x;
}
/*total caja que contiene todo centrado...........................................*/
#total{
	width:100%;
	height: 100%;
	text-align: center;
	}
	
/*caja que contiene todo el centro incuyendo brillos laterales..............................*/	
#totalin{
	width:772px;
	height:100%;
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	text-align: center;
}

/*SUPERIOR INFERIOR .....................................................*/
/*superior---------------------------------------*/
#superior{
	float:left;
	width:772px;
	height: auto;
}
#medio{
	float:left;
	width:772px;
	height:auto;
	background-color:#FFFFFF;
}
#direccion{
	float:left;
	width:772px;
	height:auto;
	background-color:#FFFFFF;
	padding: 8px 0px 8px 0px;
}
#bordeinf{
	float:left;
	width:772px;
	height:24px;
	background-color:#CCCCCC;
}
#logos{
float:left;
width:772px;
height:auto;
padding:0px 0px 20px 0px;
}

/*CONTENIDO DE SUPERIOR---------------------------------------------*/
#cinta{
	width:772px;
	height:100%;
	float: left;
}
#banner{
	width:772px;
	height:100%;
	float:left;
}

/*CONTENIDO BORDE INF----------------------------------*/
#esqinfizq{
	float:left;
	width:9px;
	height:24px;
}
#esqinfder{
	float:right;
	width:9px;
	height:24px;
}

/*CONTENIDO LOGOS----------------------------------*/
#logo1{
padding-top:5px;
	float:left;
	width:auto;
	height:45px;
}
#logo2{
	float:right;
	width:auto;
	height:45px;
	padding-top: 20px;
}

