/*_____________PAGINA WEB_____________*/

body, html{
	background: url('images/fondo.gif') repeat-x top center;;
	background-color:#b4b4b4;
	padding: 0px;
	margin: 0px;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	color:#000000; 
	border: none;
	border:0px;
	text-align: center;
}

img {
	border: none;
}




/*_____________BOTONES______________*/

#submenuMain{
	width:667px;
	height:55px;
	display:block;
}

#submenu{
	height:55px;
	margin:0 auto;
	position:relative;
	float:left;
}

#submenu a.pic1{
	display:block;
	background:url(images/btvi_of.gif) 0 0 no-repeat;
	width:202px;
	height:47px;
	position:absolute;
	padding:0;
	float:left;	
}

#submenu a.pic1:hover{
	background:url(images/btvi_on.gif) 0 0 no-repeat;
}

#submenu a.pic2{
	display:block;
	background:url(images/btta_of.gif) 0 0 no-repeat;
	width:202px;
	height:47px;
	position:absolute;
	padding:0;
	float:left;
	left:229px;
}

#submenu a.pic2:hover{
	background:url(images/btta_on.gif) 0 0 no-repeat;
}

#submenu a.pic3{
	display:block;
	background:url(images/btou_of.gif) 0 0 no-repeat;
	width:202px;
	height:47px;
	position:absolute;
	padding:0;
	float:left;
	left:449px;
}

#submenu a.pic3:hover{
	background:url(images/btou_on.gif) 0 0 no-repeat;
}


/*______________CELDAS______________*/

.celda {
	padding-top:10;
	padding-left:10;
	padding-right:10;
	padding-bottom:10;
}

/*_____________IMAGENES_____________*/

.img_left {
	float:left;
	margin:-1px 10px 10px 0;
	border:solid 1px #e7ecf0;
}

.img_right {
	float:right;
	margin:-1px 10px 0px 10;
	border:solid 1px #e7ecf0;
}
