

body {
	background: #052A71 url(../cssImages/fondo.png) top left repeat-x;
	color:#fff;
	font-family:verdana;
}

 p {
	//outline:1px solid red;
}

#carrillofondo {
	background:transparent url(../cssImages/carrilloFondo.png) no-repeat;
	position:absolute;
	top:330px;
	left:50%;
	
	margin-left:-400px;
	width:800px;
	height:285px;
	z-index:0;	
}

a {
	color:#fff;
	font-weight:bolder;
	text-decoration:none;
}

a:hover, a:link, a:visited {
	color:#fff;
}

#container, #footer {
	width:780px;
	margin:10px auto;
	overflow:hidden;
	z-index:100;
	position:relative;
}

#principal, #sidebar { 
	float:left; 
	padding-bottom:9999px; 
	margin-bottom:-9999px; 
	background:url(../cssImages/background.png); 
	z-index:100;
	display:inline;
}

#principal { width:460px; margin-right:5px; }
#sidebar { width:310px; margin-left:5px; }

#sidebar h1 {
	width:300px;
	height:166px;
	background:url(../cssImages/logo.png);
	margin:5px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:1.5em;
}

#rotativo {
	height:263px;
	overflow:hidden;
}

#rotativo img {
	margin:10px;
	padding:5px;
	background:url(../cssImages/background.png); 
}

#menu {
	overflow:hidden;
}

#menu ul{
	list-style:none;
	margin:10px;
}

#menu ul li{
	clear:both;
}

#menu a {
	height:20px;
	float:left;
}

#menu p {
	background:url(../cssImages/fondomenu.png) center left repeat-x;
	margin:7px 3px 5px 0;
	padding:0;
	width:0px;
	height:2px;
	float:left;
}

#menu a.selected p {
	width:100px;
}

#menu a.loading {
  background:url(../cssImages/load.gif) no-repeat right center;
  padding-right:20px;
}

#contenido {
	text-align:justify;
	margin:10px;
}

#contenido p {
	margin:5px 0;
}

.overlay {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	height:100%;
	background:#000;
	z-index:1000;
}

.wrap-img {
	border:10px solid #fff;
	position:absolute;
}
#imgs {  
  padding:0;
}

#imgs ul {
  list-style:none;
  padding:0;
  overflow:hidden;
  margin-top:0;
  margin-bottom:.5em;
}

#imgs ul li{
  float:left; 
  margin:2px;
  margin-top:0;
  height:80px;
  display:inline;
  background:url(../cssImages/background.png); 
  padding:3px;
}

#imgs ul li img {
  margin:0;   
  vertical-align:middle;
  cursor:pointer;
}


#image {
  padding:0;
  margin-bottom:0;
  text-align:center;
}

#image img {
  margin-bottom:0;
  background:url(../cssImages/background.png); 
  padding:5px;
  cursor:pointer;
}

.load {
  background:url(../cssImages/load.gif) no-repeat center center; 
}

#footer {
	background:url(../cssImages/backfooter.png);  
	font-size:0.85em;
	text-align:center;
}

#footer p {
  margin:0.3em 0;
}

#footer a {
  font-weight:normal;
  border-bottom:1px dotted #fff;
  
}
