/********************************************************
Etiquetas para el nuevo diseño
************************************************************/
body {
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align: center;
	background-color: #666633; 		/*#F2F2F2; */
	/*background-image: url(../imagenes/fondoLateral3.gif); */
	/*background-position: center;*/
	/*background-repeat: inherit; */
}

h1{font-size: 12pt;}
h2{font-size: 10pt;}

Span {
	color: #FFFFFF;
	background-color:#336600; 					/*#006633;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	/*margin-top:3px;*/
}

#borde{
	background-color: #FFFFFF; 
	border-left : 2px solid #FFFF99;
	border-right : 2px solid #FFFF99;
	border-top: 2px solid #FFFF99;
    border-bottom: 2px solid #FFFF99;
	width: 740px;
	height: 450px;
	/*text-align: left;*/
	/*margin-top:10px;*/
	margin: auto;
	/*margin-bottom: 10px;*/
	/*background-image:url(../imagenes/fondo_gal.jpg);
	background-position: center; */
}

/* Esta es la que había siempre */
.contenedor_th_pyc {
   float:left;
   width:100px;				/* 210 px */
   height:135px;			/* 180 */
   margin: 10px;
   /*padding-bottom:5px; ORIGINAL: ESTO SI LO TIENE EL ESTILO ORIGINAL */
   /*background-color: transparent;  		/* #f5f7f9 */
   /*border-right: #a5a7aa solid 1px;  */
   /*border-bottom: #a5a7aa solid 1px; */
   text-align:center;
   padding: 5px 5px 5px 5px;
   background-color: #FFF;
   background-image:url(../imagenes/sombra.gif);
   background-repeat: repeat-x;
   background-position: left bottom;
   border-top: 1px solid #DDD;
   border-right: 1px solid #DDD;
   border-left: 1px solid #DDD;     
} 

.contenedor_th_fotos {
   float:left;
   width:130px;				/* 210 px */
   height:130px;			/* 180 */
   margin: 10px;
   padding-bottom:5px;
   background-color: transparent;  		/* #f5f7f9 */
   border: #a5a7aa solid 1px; 
   /*border-bottom: #a5a7aa solid 1px; */
   text-align:center;
} 

.contenedor_foto_grande {
   /*float:center;*/
   width:300px;				
   height:400px;			
   margin: auto;
   padding:5px;
   /*background-color: #99CC66; 			
   border-right: #006633 solid 3px;
   border-left: #006633 solid 3px;
   border-top: #006633 solid 3px;
   border-bottom: #006633 solid 3px; */
   text-align:center;
   float: left;
}

.contenedor_fotos {
	width:660px;	/* 740 valor anterior bueno */
	margin-left:40px;
	margin-right:40px;
	/*margin:auto;*/  /* Originalmente, esta a auto*/
	/*margin-left:40px;*/
	/*margin-right:10px;*/
	margin-top:10px;
	/*padding-left:10px;
	padding-right:10px;
	text-align:center;
	/*margin-left:20px;
	margin-right:20px; */
	/*border:#000000 solid 1px;*/
	/*border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;*/
}

#franja_informacion {
	width: 740px;
	height: 20px;
	background-color:#006633;
	color: #FFFFFF;
}

#franja_izqda {
	width:200px;
	height: 20px;
	float:left;
	clear:both;
	margin-left:10px;
	color: #FFFFFF;
	text-align:left;
}

#franja_izqda A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color: #FFFFFF; 
	text-decoration:none;	
}

#franja_izqda A:HOVER {
	color: #FFFFFF; 
	text-decoration:underline;
}

#franja_central{
	width: 300px;
	height:20px;
	float:left;
	background-color:#006633;
	color: #FFFFFF;
	text-align:center;
	font-size:bold;
	font-size:12px;
}

/* Paginación de Resultados */
#paginacion {
	width: 740px;
	float:left;
	clear:both;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	margin-top:10px;
	margin-top:10px;

	/*border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;	*/
	/*margin-bottom: 10px;*/
	/*margin-right:20px;*/
	/*margin-left: 0px;*/
	/*margin:auto;*/
}

#paginacion_grandes {
	width: 100px;
	float:both;
	color: #006633;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-right:20px;*/
	/*margin-left: 0px;*/
}

#paginacion A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color: #006633; 
	text-decoration:none;
}

#paginacion A:HOVER{
	color: #006633; 
	text-decoration:underline;	
}

#paginacion_grandes A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color: #006633; 
	text-decoration:none;
}

#paginacion_grandes A:HOVER{
	color: #006633; 
	text-decoration:underline;	
}

#texto {
	width:740px;
	height:15px;
	padding-top:15px;
	font-size:10px;
	color: #666666;
	clear:both;
	
	/*border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;*/
}

.prueba {
	width: 180px;
	float: left;
}


