/*General*/
/*import url( amigos.css )*/

body{
	padding: 0;
	margin : 0 auto;
	background : #eee;
	width : 950px;
	border-left : 1px solid silver;
	border-right : 1px solid silver;
	font-family:Arial;
}

/* Titulos */
h1{
	color : #000;
	border-bottom:2px solid #006699;
	font-size:18pt;
	font-weight:bold;
	padding: 5px;
	margin: 0 0 10px 0;

}

/* Subtitulos */
h2{
	background:#f5f5f5;
	font-weight:bold;
	color:black;	
	font-size:12pt;
	text-align:center;
}
h4 {
	text-align: center;
	padding: 3px;
	color: black;
	font-weight: bolder;
	margin: 0;
}


p {
	text-align: justify;
}

a {
	color : #000033;
}

a:hover{
	color : #003300;
	text-decoration : none;
}

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

#contenedor {
	margin : 0 auto;
	padding : 0;
	border-collapse : collapse;
	table-layout: fixed;
	width: 950px;
	background : #ffffff url('imagenes/huehue.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;

}

#encabezado{
	padding: 0;
	margin: 0;
	width: 950px;
	height: 126px;
	background:#fff url('imagenes/encabezado.jpg') center no-repeat;
	cursor : pointer;
}

#menuIzquierda{
	vertical-align:top;
	width : 138px;
	padding : 5px;
	margin : 0;
	color : black;
	font-size: 10pt;
	border-right: 2px dotted black;
}

#contenido{
	padding : 5px;
	margin: 0;
	width: 100%;
	color : black;
	font-size : 10pt;
	vertical-align:top;
}

#menuDerecha{
	vertical-align:top;
	width: 138px;
	padding: 5px;
	margin : 0;
	color: black;
	font-size: 10pt;
	border-left: 2px dotted black;
}

#pie{
	margin : 0;
	padding:5px;
	width : 940px;
	color:black;
	font-size:8pt;
	clear: both;
	border-top: 2px dotted black;
	background: white;
	float: left;
}
#pie span{
	float: left;
}
#pie p{
	float:right;
}
#pie span, #pie p{
	font-weight: bolder;
	margin : 0;
	padding:3px;
}

#menu {
	background: url('imagenes/menu.jpg');
	background-repeat: no-repeat;
	background-position: fixed;
}
#menu a{
	display: block;	
}
#menu a:hover{ 
	background: #eee;
}
#menu h4 {
	display: none;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu a{
	width: 108px;
	display: block;
	padding: 3px 12px 3px 18px;
	background: url('imagenes/lista4.gif');
	background-repeat:no-repeat;
	background-position:  left center;
}

#menu a:hover{
	background: #eee url('imagenes/lista4.gif');
	background-repeat:no-repeat;
	background-position:  left center;
	-moz-opacity : .70; /* Para mozilla */
	filter : alpha(style=0, opacity=70); /* Para IE */ 
	opacity : 0.70; /* CSS 2 */
	-khtml-opacity : 0.70; /* Para Konqueror */
}

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

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

.nuevoItemMenu{
	background-image:url(imagenes/nuevo.png);
	background-position:right;
	background-repeat:no-repeat;
}

#encuestaForma {
	padding: 5px;
}

#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 silver;
	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;
}

/* Videos */
#videosLista {
	list-style: none;
	margin: 0;
	padding: 0;
}
#videosLista h4{
	text-align:left;
	font-size: 14px;
}
#videosLista li {
	clear: both;
	border-bottom : 1px solid silver;
	float: left;
	margin-bottom:10px;
}
#videosLista img {
	border : 1px solid #a9a9a9;
	padding : 4px;
	float : right;
	margin: 0 5px 15px 5px;
}
	
/*calendario*/
#calendarioJS table{
	border : 1px solid silver;
	font-size:12px;
	margin : 0px;
	padding : 2px;
	border-collapse : collapse;
	width : 100%;
}

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

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

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

#calendarioJS td.hoy, #calendarioJS td.hoy a{
	background: #000033;
	color: white;	
}


#calendarioJS caption{
	background: #000033;
	color: white;	
	border : 1px solid silver;
}

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

#calendarioJS caption a:hover{
	color:white
}


/*cines*/
.promocionCines{
	color:#ff6512;
	font-family:Comic Sans MS;
	font-size:12pt;
	font-weight:bold;
}

.pelicula{
	color:#006699
}

.tituloImagen{
	background:#f5f5f5;
	color:black;
	font-size:14pt
}

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

.articulos h3{
	color : #000;
	border-bottom:2px solid #006699;
	font-size:13pt;
	font-weight:bold;
	padding : 5px;
}

.articulos h3 a{
	color: #000;
	text-decoration: none;
}

.articulos p{
	color : #333333;
}

.articulos .pieArticulo{
	text-align : right;
	border-bottom:1px solid silver;	
	padding : 3px;
	clear : both;
}

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

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

/*Clasificados*/
#listaClasificados{
	list-style: none;
	padding:0;
}
#listaClasificados li{
	margin: 0 0 10px 0;
	padding: 5px;
	clear : both;
}

#listaClasificados p 	img{	
	border : 1px solid #a9a9a9;
	padding : 4px;
	/*margin: 4px;*/
	margin : 0 10px 10px 0;	
	float : left;

}

#listaClasificados div{
	color: gray;	
	border-bottom: 1px dotted gray;
	padding: 1px;
	text-align: right;
	clear : both;
}

.clasificados{
	width : 100%;
}
.clasificados img{
	border-style : none;
	margin : 5px;
}
.clasificados td{
	width : 25%;
	text-align : center;
}


/*Principal*/
#barraNoticias{
	text-align:center;
}

#imagenAleatoria{
	text-align:center;
}

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

.cajaInicio h5 {
	padding : 3px;
	font-weight : bold;
	color:#ffffff;
	background:#000033;
	font-size:10pt;
	text-align:center;
	margin: 0;
}
.cajaInicio {
	width: 310px;
	height: 230px;
	padding: 0;
	background:#eeeeee;
	float:left;
	margin: 0 5px 10px 5px;
}
.cajaContenido {
	width:298px;
	border:1px solid silver; 
	height:200px;
	padding: 5px;
	overflow:auto;
	/*position:absolute;  para versiones viejas de firefox que si no lo tengo, parpadea el flash */
}

#indexNoticias {
	text-align: center;
}

/* Encuestas */

#resultadosfEncuesta {
	margin: 10px;
	margin-top: 20px ;
}
#resultadosEncuesta div {
	margin-bottom: 5px;
	border-left:1px solid #003;
}
#resultadosEncuesta span{
	color: gray;
}

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

.mensajesAdmin{
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom: 10px;
}

.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;
	font-family:Comic Sans MS;
	text-align:center;
	font-size:12pt;
	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{
	margin: 20px 0;
	border: 1px solid gray;
	background: #F9F9F9;
	line-height: 2;
}

.formaComentarios legend{
	color: #0066CC;
	font-size: 16px;
}

.formaComentarios label{
	color: #003366;
	font-weight: bolder;
}

.formaComentarios input{
	margin-right: 10px;
}

.formaComentarios p{
	border-top: 1px dotted gray;
	padding-top: 10px;
	text-align: center;
}

/* Encuestas */
.encuesta {
	margin : 2px;
	list-style-image : url(imagenes/lista.gif);
	padding-left:45px;
}
.encuesta li {
	padding : 3px;
}

/* ligas */

#categoriasLigas{
	list-style-type: none;
	margin:0;
	padding:0;	
}
#categoriasLigas li{
	width: 250px;
	float: left;
	padding: 5px 0px 5px 35px;
	background-image : url(imagenes/lista.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#categoriaLiga1{ /* Hoteles */
	background-image : url(imagenes/casa_verde_architetto_fr_01.png) !important;
}
#categoriaLiga2{ /* Restaurantes */
	background-image : url(imagenes/soup_jarno_vasamaa_.png) !important;
}	
#categoriaLiga3{ /* Computacion */
	background-image : url(imagenes/workstation_hash_0x89c79_01.png) !important;
}
#categoriaLiga4{ /* Gobierno */
	background-image : url(imagenes/bibliografia_francesco__01.png) !important;
}
#categoriaLiga5{ /* Entretenimiento */
	background-image : url(imagenes/9ball_form_jarno_vasama.png) !important;
}
#categoriaLiga6{ /* Medios de Comunicacion */
	background-image : url(imagenes/satellite_dish_ali_hussn_01.png) !important;
}
#categoriaLiga7{ /* Ecologia */
	background-image : url(imagenes/northern_hemisphere_glo_.png) !important;
}
#categoriaLiga8{ /* Religion */
	background-image : url(imagenes/closed_bible_01_01.png) !important;
}
#categoriaLiga9{ /* Empresas */
	background-image : url(imagenes/demolizione_costruzione_01.png) !important;
}
#categoriaLiga10{ /* Educacion */
	background-image : url(imagenes/slate-apple_benji_park_01.png) !important;
}
#categoriaLiga12{ /* Turismo */
	background-image : url(imagenes/backpacker_ganson.png) !important;
}
#categoriaLiga13{ /* Paginas Personales */
	background-image : url(imagenes/people_juliane_krug_05a.png) !important;
}

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

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

#listaLigas div{
	text-align : justify;
}


/* 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;
}
/* Colaboradores */
#colaboradoresPopUp{
	margin :0;
	padding :10px;
	background : #eeeeee;
	width: auto !important;
	font-size: 12px;
}

#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:#369;
	color:#FFF;
	text-align:center;
	padding:2px;
}

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

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

/* Admin encuestas */
#encuestasAdmin th{
	background: #eee;
	color: #000;
	text-align:left;
	cursor: pointer;
}

/* admin usuarios */

/* Planeta */
#planetaAmigos {
	width: 200px;
	float: right;
	background: #fff;
	border: 1px dotted black;
	margin-left: 10px;
	padding: 5px;
}

#planetaAmigos ul{
	list-style-image : url('imagenes/people_juliane_krug_05a.png');
}
#planetaAmigos h2{
	background: none;
}

/* Admin imagenes */

.sobreImagenAdmin {
	background:#eee;
}