html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
	 border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
	line-height: 1;
	font-family: Arial;
	font-size: 0.8em;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}




body {
	background: #0c3a6d url(http://ovibarcelo.es/main/templates/rhuk_milkyway/images/fondo_home.png) no-repeat;
	
}

#fondo {
	background:url(images/fondo.jpg) no-repeat;
	width:100%;
	height:100%;
	top:50%;
	left:48%;
	margin-left:-350px;
	margin-top:-350px;
	position:absolute;
}

#header {
	background:url(images/cabecera.png) no-repeat;
	top:2%;
	width:100%;
	height:300px;
	position:absolute;
	border-bottom:3px solid #000;
}

#cuerpo {
	background: #0c3a6d url(images/bg.png)repeat-x;
	width: 100%;
	height:620px;
	position:absolute;
	top:118px;
	}

#caja {
background: #fff url(images/boxbg.png) Repeat-x;
border-width:thick;
border-color:#FFFFFF;
border-style:solid;
width: 730px;
height:500px;
position:absolute;
margin-left:50px;
margin-top:20px;
overflow: auto;
}
	/*============= NAVEGADOR ===================*/
	
#princNav{
	width:100%;
	text-align:center;
	position:absolute;
	top:85px;
	left:0;
	height:30px;
	overflow:hidden;
}

#princNav a{
	display:inline-block;
	width:130px;
	height:28px;
	background:url('images/bg_princnav.gif') no-repeat;
	margin-right:-4px;
	padding-top:10px;
	text-decoration:none;
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#princNav a:hover, #princNav .selected{
	color:#fff;
	background-position:0 -30px;
}

#princNav a:visited{
text-decoration:none;
}

#secoNav{
	position:absolute;
	top:37px;
	right:20px;
	text-align:right;
}
#secNav a{
	color:#948b9c;
	margin-left:10px;
}
#secNav a:hover{
	color:black;
}


/*============= MENU ===================*/
#menu {
	position:absolute;
	top:80px;
	right:130px;
	width: 170px;
	overflow:visible;
	background: white url('http://www.ovibarcelo.es/images/bg_menu.gif') repeat-x;
	border: 10px solid white;

}

#menu li{
	margin-bottom:3px;
	padding:3px 3px 3px 20px;
	background:#e4c5ff url('http://www.ovibarcelo.es/images/menu_vineta.png') 1px 1px no-repeat;
	border:1px solid #bf77ff;
	position:relative;
	cursor:pointer;
	text-transform:uppercase;
	font-family:verdana;
	font-size: 10px;
	font-weight:bold;

}
#lista{
	display:list-item;
	position:relative;
}
#lista li{
	width:0;
	width:145px;
	overflow:hidden;
	position:relative;
}


#lista .popular:hover{
	border:1px solid #510e8d;
	background-color:#bf77ff;
}
#menu li a {
	text-decoration: none;
	color:#000;
	display:block;
}

#menu li:hover {
	background-color:#d7aefc;
	color:Black;
}

}
#creditos{
	font-size:11px;
	color:#479012;
	cursor:pointer;
	
}
#creditos a {
text-decoration:none;
}
/*============= PIE ===================*/
#pie{
	background:#6adef5 url('http://ovibarcelo.es/images/bg_pie.png') repeat-x;
	border-top:1px solid #0890ab;
	text-align:center;
	height:50px;
	padding:10px;
	color:White;
	width:100%;
	position:relative;
	margin-top:680px;
	bottom:0;
	}

#pie li{
	display:inline;
}
#pie li a{
	color:#b1fa88;
}
#pie li a:hover{
	color:white;
}
/*=============CAJA DE VIDEO ========================*/
.cajav {    	
width: 284px; 
   	background-image: url("images/centro.png"); 
   	background-repeat: repeat-y; 
	margin-top:330px;
	margin-left:800px;
	position:relative;
}

.cajavarriba { 
   	background-image: url("images/arriba.png"); 
   	background-position: top center; 
   	background-repeat: no-repeat; 
}

.cajavabajo { 
   	background-image: url("images/abajo.png"); 
   	background-position: bottom left; 
   	background-repeat: no-repeat; 
   	padding: 15px 15px 15px 15px; 
}