/*General*/
body{
	padding: 0;
	margin : 0 auto;
	background : #eee;
	width : 1000px;/*770px;*/
	font-size: 12px;
	font-family: bitstream vera sans, sans-serif;
}

/* Titulos */
h1{
	text-align:left;
	color:black;
	font-weight:400;
	font-size:18px;
	border-bottom:1px solid #ffdd63;
}

/* Subtitulos */
h2{
	background:#f9f9f9;
	font-weight:bold;
	color:black;
	font-size:14px;
	text-align:center;
}

h4 {
	text-align: center;
	padding: 3px;
	color: white;
	font-weight: bolder;
	margin: 0 7px 5px 7px;
	background: #65634e;
	width: 130px;
}


img{
	border : 0px;
}

p {
	text-align: justify;
}

.mensaje {
	border : 1px dotted navy;
	padding : 5px;
	background : #eeeeee;	
	text-align : justify;
}

#contenedor {
	background : url(imagenes/contenedor.gif);
	margin : 0;
	padding : 0;
	width: 1000px;
	float: left;
	/*background: white;*/
}
#encabezado{
	padding:0px;
	width: 1000px;
	height: 149px;
	background-image: url(imagenes/banner.jpg);
	cursor: pointer
}

#encabezado p{
	display: none;
}

#menuIzquierda{
	/*background: #413f25;*/
	float : left;	
	width : 150px;
	padding : 0;
	margin : 0;
	color : white;
}
#menuIzquierda a{
	color : white;
}
#menuIzquierda a:hover{
	color : white;
	text-decoration : none;
}

#contenido{
	padding : 5px;
	margin: 0;
	/*width: 610px;*/
	width : 840px;
	color : black;
	/*background : #ffffff;*/
	float : left;
	vertical-align:top;
}
#contenido.sinMenuIzquierda{
	width: 990px;
	background:white;
}
#contenido a{
	color:#413f25;
}
#contenido a:hover{
	color : #000000;
	text-decoration:none;
}

#pie{
	margin : 0;
	padding:5px;
	width : 990px;
	font-size:10px;
	clear: both;
	background: #ffdd63;
}
#pie p{
	margin : 0;
	padding:3px;
	text-align:right;
}
#menu h4 {
	display: none;
}
/*http://css.maxdesign.com.au/listutorial/sub_master.htm*/
#menu ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#menu a{
	display: block;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	font-weight: bold;
	width: 130px;
}

#menu a:hover{
	background-color: #65634e;
}

#menu ul ul li a{
	padding: 3px 3px 3px 17px;
	font-weight: normal;
}

#googleSearch {
	text-align:center;
	margin-bottom: 5px;
}

#googleAds{
	text-align: center;
	margin-bottom: 10px;
}

#encuestaForma {
	padding: 5px;
}

#encuestaForma h4 {
	text-align : center;
	font-weight: normal;
	margin: 0;
}

#banners {
	text-align: center;
}

#banners img{
	margin-bottom: 10px;
}

/*Galerias*/
.imagenGalerias{
	text-align : center;
}

.imagenGalerias img{
	border : 1px solid #a9a9a9;
	padding : 4px;
}

.galeria {	
	margin-bottom:15px;
}
.galeria p {
	width : 70%;
	float : left;	
	border-bottom : 1px solid black;
	padding : 4px;	
}
.galeria img {
	border : 1px solid #a9a9a9;
	padding : 4px;
	float : right;
	margin-bottom : 15px;
	margin-right : 5px;
}

#tablaFotos{
	width : 100%;
}

#tablaFotos img  {
	border : 1px solid #a9a9a9;
	padding : 4px;
}

#tablaFotos td  {
	vertical-align : top;
	text-align : center;
	padding-bottom : 10px;
}
	
/*gadgets*/
.tituloGadget{
	padding-left : 5px;
	padding-right : 5px;
	font-weight : bold;
	color:#ffffff;
	border:1px outset #ff9952;
	background:#ff6600;
}

/*calendario*/
#calendarioJS table{
	border : 1px solid #fff;
	font-size:12px;
	margin: 0 5px 10px 5px;
	padding : 0px;
	border-collapse : collapse;
	width : 140px;
}

#calendarioJS td, #calendarioJS th {
	text-align:center;
}

#calendarioJS th{
	background:#ffdd63;
	color:black;
	
}

#calendarioJS td a{
	font-weight : bolder;
}

#calendarioJS td.hoy, #calendarioJS td.hoy a{
	background:#65634e;
	font-weight:bolder;
}


#calendarioJS caption{
	background:#9d9169;
	color:black;	
	border : 1px solid #fff;
	margin: 0 5px;
	padding : 0px;
	width : 140px;
}

#calendarioJS caption a{
	color:black;
	text-decoration:none
}

#calendarioJS caption a:hover{
	color:black;
}

/*Articulos*/
.articulos {
	margin-bottom : 20px;
	clear : both;
}

.articulos h3{
	background-color : #eeeeee;
	/*color : #006699;*/
	/*border-bottom:2px solid #006699;*/
	font-size:15px;
	font-weight:bold;
	cursor : pointer;
	/*padding : 5px;*/
}
.articulos h3 span{ 
	padding-left: 15px;
}
.articulos p{
	/*color : #333333;*/
	/*cursor : pointer;*/
}

.articulos .pieArticulo{
	text-align : right;
	/*background-color : #eeeeee;*/
	border-bottom:1px dashed black;
	padding : 3px;
	clear : both;
}

.articulos img, .articulo img {
	border : 1px solid #a9a9a9;
	padding : 4px;
	clear: both;
	margin : 0 10px 10px 0;	
}

/*Principal*/

.imagenAleatoria{
	background : #dee6ee;
	text-align:center;
	padding:5px;
	margin: 0 5px;
	border:1px solid #a9a9a9;
	width: 120px;
	float: left;
}

.imagenAleatoria img{
	border : 1px solid #a9a9a9;
	padding : 4px;
	margin-bottom : 5px;
}

.imagenAleatoria h5{
	background:#eeeeee;
	padding:3px;
	margin: 0 0 5px 0	;
}

/*Admin*/
.tablaEditar{
	background:#eeeeee;
	padding:0px;
}
.tituloTablaEditar{
	background:#336699;
	color:#FFFFFF;
	text-align:center
}

.mensajesAdmin{
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}

.indexAdmin{
	list-style: none;
	margin:5px;
	padding:0;
}

.indexAdmin li{
	text-align: center;
	width : 70px;
	height: 70px;
	margin : 10px;
	padding: 10px;
	border: 1px solid #eee;
	background: #FBFBFB;
	float: left;
}
.indexAdmin li:hover{
	background: #F4F4F4;
}

/*Comentarios*/
.tituloComentarios{
	color:#000033;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	margin-bottom : 10px;
}

.textoComentarios{
	text-align:justify;
}

.textoComentarios img {
	border : 1px solid #a9a9a9;
	padding : 4px;
	float : left;
	margin : 0 10px 10px 0;
}

.pieComentarios{
	text-align:center;
	border-bottom:1px dashed #000033;
	color:#aaaaaa;
	clear : both;
}

.formaComentarios label{
	font-weight: bolder;
}
.formaComentarios input, .formaComentarios label{
	margin-bottom: 5px;
}
/* Encuestas */
.encuesta {
	margin : 2px;
	list-style-image : url(imagenes/bola.gif);
	padding : 0px;
	padding-left:15px;
}
.encuesta li {
	padding : 3px;
}

/* ligas */

#listaLigas li{
	padding-bottom:10px;
}

#listaLigas .tituloLiga{
	color : #206C11;
	text-decoration : none;
	font-weight : bolder;
}

#listaLigas div{
	text-align : justify;
}

#categoriasLigas li{
	width: 50%;
	float: left;
	padding-bottom: 5px;
}

/* archivos */

#tablaArchivos{	
	width : 100%;
}

#tablaArchivos a{
	text-decoration : none;
	color : black;
}

#tablaArchivos td{
	padding : 5px;
	vertical-align : top; 
	text-align : center; 
	width : 25%;
}

#rutasArchivos li{
	display: inline;
	list-style-type: none;
	/*padding-right: 20px;*/
}
/* Colaboradores */
#colaboradoresPopUp{
	padding :10px;
	background : #eeeeee;
}

#colaboradoresPopUp h1 {
	font-size:18px;
}

#colaboradoresPopUp img {
	float: left;
	margin-right: 10px;
}

#colaboradoresPopUp #descripcionColaborador{	
	background : #fff;
	border: 1px outset black ;
	width: 300px;
	height: 150px;
	overflow: auto;
	text-align: justify;
	padding: 10px;
}

/* Clima */
#clima{
	width : 100%;
}
#clima h5{
	margin : 0;
}
#clima td{
	text-align: center;
	vertical-align: top;
}
.logoClima{
	vertical-align: middle !important;
}
#clima thead th{
	text-align: center;
	background : #eeeeee;
}
#clima tfoot td{
	text-align: right;
	background : #eeeeee;
}

/* Sugerencias */
#listaSugerencias{
	list-style: none;
	padding:0;
}
#listaSugerencias li{
	margin: 0 0 10px 0;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaa #000 #000 #aaa;
	background: #eee;
}
#listaSugerencias div{
	padding: 1px;
	text-align: right;
}

/* Tabla Admin */
.tablaAdmin {
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
.tablaAdmin td{
	background:#eee;
	padding:2px;
	border: 1px solid #CCC;
}
.tablaAdmin th{
	background:#413f25;
	color:#FFF;
	text-align:center;
	padding:2px;
}

.tablaAdmin .clicked td{
	background: #fff;
	color: black;
}


/*Sombra*/
/*http://www.alistapart.com/articles/cssdrop2/*/

.tituloCampo{
	display:block;
	font-weight: bolder;
}

/* admin usuarios */
#articulosFormaAdmin label, #articulosFormaAdmin input, #articulosFormaAdmin select {
	margin-bottom: 10px;
}

#articulosFormaAdmin label {
	float: left;
	display: block;
	font-weight:bolder;
	width: 150px;
}

#articulosFormaAdmin br {
	clear: both;
}

#temas {
	text-align: center;
	margin-bottom: 10px;
}
#temas select{
	margin-bottom: 10px;
}

#textLinkAds ul li{
	display: block;
	width:100px !important;
	clear: both !important;
}
