/*_____________PAGINA WEB_____________*/

body, html{
	background: url('images/fondo.jpg') repeat-x top center;
	background-color:#2a3b43;
	padding: 0px;
	margin: 0px;
	font:70% Arial, Helvetica, sans-serif; 
	color:#000000; 
	border: none;
	border:0px;
	text-align: center;
}




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

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



/* image border */
img.border {
	display: block;
	padding:6px;
	border:solid;
	border-color: #C0C0C0 #C0C0C0 #C0C0C0 #C0C0C0;
	border-width: 1px 1px 1px 1px;
	background-color:white;
}
