@charset "utf-8";
/* Documento CSS  */
/******************************************************* 
   Alcaldía de San Diego, Estado Carabobo - Venezuela
   Creado por El Departamento de Desarrollo Tecnológico
   Enero de 2009
********************************************************/
/* Ponemos cero al margin y paddin en todos los elementos */
* {
	margin: 0;
	padding: 0;
}

body {
	margin:auto;
	min-width: 800px;
	/*font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;*/
	background-color:#D4D4D4;
	background: #FFF;
}

/*h1 {
  font-size: 2.4em;
  font-weight: normal;
}
h1 {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1.1em;
	text-shadow:0 1px 0 #FFFFFF;
}

p {
	margin-bottom: 13px;
}



h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}*/

#branding {
	height: 236px;
	background:#FFF;  
	background-color:#FFF;
	padding: 0px;
}

.new img {
	/*float: left;*/
	padding:15px 0 15px 20px;
	/*width: 25%;
	max-width: 100px;*/
}

#menup{
		/*padding-top:4px;
		padding-left:20px;*/
		height:35px;
		background:url(../images/button_back.gif);
		/*border:#fff solid 1px;*/
		text-align:center;
}

#branding h1 {
  margin: 0;
}

#mainNav {
  /*list-style: none;*/
}

#secondaryContent h2 {
  /*font-size: 1.6em;*/
  margin: 0;
}

#secondaryContent p {
  /*font-size: 1.2em;*/
}

#footer {
  background-color:#00539F;
  padding: 1px 20px;
  margin-bottom:10px;
  height:90px;
  background: #fff url(../images/footer.png);   
}

/* The Core Technique
================================= */

body {
  /*text-align: center; */
  min-width: 775px;
}
#wrapper3 {
	width: 95%;
	margin: 40px auto;
}
#wrapper {
  width: 95%;
  margin: auto; 
  text-align: left;
  background: #fff url(../images/nav-faux-col.gif) repeat-y 23% 0;
}

#wrapper2 {
  background: url(../images/secondary-faux-col.gif) repeat-y 78% 0;
}


#mainNav { 
  width: 23%;
  float: left;
}


#content { 
  width: 76%; 
  float: right; 
}

#mainContent { 
  width: 66.5%; 
  margin: 0; 
  float: left; 
} 
#secondaryContent { 
  width: 30%;
  min-width: 10em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right;
} 

#footer { 
  clear: both; 
}

/* add some padding to the contentse in the main nav and secondary content areas */

#mainNav, #secondaryContent {
  padding-top: 0px;
  padding-bottom: 10px;
}

#mainNav *, #secondaryContent * { 
 padding-left: 0px;
 padding-right: 10px;
}

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}

a:link {
	color: #184890;
	text-decoration:none;
}
a:hover {
	color: #3fae3d;
	/*text-decoration:none;	*/
}
a:active {
	color: #3fae3d;
	text-decoration:none;	
}
a:visited {
	color: #184890;
	text-decoration:none;	
}
/* Puntuacion */
.puntuacion {
	cursor: pointer;
	margin-right: 5px;
	clear: both;
	display: block;
	float: right;
	overflow: visible;
}
.puntuacion:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.estrella {
	float: left;
	width: 35px;
	height: 35px;
	overflow: hidden;
	display: inline-block;
	text-indent: -999em;
	cursor: pointer;
	margin-top: 1em;
}
.estrella_izq,
.estrella_der {
	width: 18px
}

.estrella,
.estrella a {
	background: url('imagenes/estrella_sprite.png') no-repeat 0 0px;
}

.estrella_izq,
.estrella_izq a {
	background: url('imagenes/estrella_sprite_izq.png') no-repeat 0 0px;
}

.estrella_der,
.estrella_der a {
	background: url('imagenes/estrella_sprite_der.png') no-repeat 0 0px;
}
	
.estrella a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.puntuacion div.on a {
	background-position: 0px -45px;
}

div.puntuacion div.hover a,
div.puntuacion div a:hover {
	background-position: 0px -90px;
}

#num_votos {
	float: right;
	clear:both;
	margin: 5px;
}

#num_votos p {
	font-size: 14px;
}

/* Fin Puntuación */