@charset "utf-8";
/* CSS Document */

/* 100% de alto */
html, body {height: 100%;}

body,td,th {
	color: #CCCCCC;
}
#menuv ul, li {
	list-style-type: none;
}

body {
	background-color:#000000;
	font-family: helvetica;
    margin : 0px 0px 0px 0px;
	position:inherit;	
}

a{ 
font-size:12px;
color: #C03; 
} 
a:hover{ 
font-size:12px;
text-shadow: #933;
color: #900; 
}

/* es para la TABLA en general el body */ 
#todo {
    background-color:#000000;
	}

/* aca viene el menu... */

#menu {
      width:632px;
      height:30px;
      margin:0px auto;
	  padding-left:35px;
	  }	  
#menu #menuUL { 
    margin: 0px;
	padding: 0px;
}
#menu #menuUL li {
	display:inline;
}
#menu #menuUL li a {
	float:left;
	width:124px;
	height:0px;
	padding-top:30px;
	background-image:url(image/menu.jpg);
	background-position:center;
	overflow: hidden;
}
/* botones uno por uno primero con el mouse over y despues estatico */
#menu #menuUL li#bcont a:hover {
	background-position:-512px -32px;
	width:122px;
}
#menu #menuUL li#bcont a {
    background-position:-512px 0px;
	width:122px;
}

#menu #menuUL li#binfo a:hover {
	background-position:-383px -32px;
}
#menu #menuUL li#binfo a {
    background-position:-383px 0px;
}

#menu #menuUL li#bup a:hover {
	background-position:-256px -32px;
}
#menu #menuUL li#bup a {
    background-position:-256px 0px;
}


#menu #menuUL li#bvideos a:hover {
	background-position:-128px -32px;
}
#menu #menuUL li#bvideos a {
    background-position:-128px 0px;
}


#menu #menuUL li#bfotos a:hover {
	background-position:-0px -32px;
}
#menu #menuUL li#bfotos a {
    background-position:-0px 0px;
}
/*div contenido */
.contenido {
   margin-left:10px;
   width:765px;
   margin:5px 5px 5px 5px;
   padding-top:30px;
   padding-left:5px;
  }
  
/* para los margenes de los td */
.marg {
   margin:0px 0px 0px 0px;
   }  

.publi {
	width:120px;
	height:502px;
	float:right;
	padding-top:50px;
	background-repeat:no-repeat;
	background-image:url(image/publicidades.jpg);
	}  
 	
.fotos {
	width:609px;
	float:left;
	}
.form {
   margin-left:10px;
   width:530px;
   margin:5px 5px 5px 5px;
   padding-top:90px;
   float:left;

  }	
.cartera {
	float:right;
	padding-bottom:40px;
	}   
.cuerpo {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}