/*_____________PAGINA WEB_____________*/

body, html{
	background: url('images_bs/fondo.jpg') repeat-x top center;
	;
	background-color:#0608fbf;
	padding: 0px;
	margin: 0px;
	color:#000000;
	border: none;
	border:0px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



img {
	border: none;
}


a {
	font: normal 11px Tahoma, Arial, Verdana, Helvetica, Sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	background: none;
}

.menu_bg {
	background-image: url(img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}

.head_bg {
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.footer_bg {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.zon_usu_top {
	background-image: url(images_bs/zon_usu_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*______________CELDAS______________*/


.celda {
	padding-left:65;
}

.celda2 {
	padding-right:10;
}

.celda3 {
	padding-left:10;
	padding-top:10;
	padding-right:10;
}

.celda4 {
	padding-left:15;
	padding-bottom:8;
}

.celda5 {
	padding-top:8;
}


/*_____________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;
}

.borde img{border:3px solid #075d79;}
.borde a img{border:3px solid #075d79;}
.borde a:hover img{border:3px solid #003b50;}

/*_____________CAPAS_____________*/

#header {
	background: url(images/degtop.jpg) no-repeat;
	width: 970px;
	height: 129px;
	margin: 0 auto;
	position: relative;
}

#menu_top {
	background: url(images/boncelbot.gif) no-repeat;
	width: 970px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#menu_items {
	left: 0px;
	top: 0px;
	width: 970px;
	height: 40px;
	position: absolute;
	margin: 9px 0px 0px 0px;
	text-align: center;
}

#menu_items li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url("images/tribot.gif") no-repeat left;
}
#menu_items li a { vertical-align: middle; }














/* Menu Admin */
.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 217px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

