h1, h2, h3 { margin:0px; font-weight:normal;}
h2 { font-size: 18px; } 
body{
	padding-top:30px;
}

.info{
	margin-bottom:20px;
}
.info h2{ 	
	color: #0092E8;
	border-bottom: 1px dotted #cccccc;
	
}

#yui-main{
	width: 510px;
	margin-top: 50px;
}

#content {
	width:500px;
	padding-left: 4px;
}

#sidebar{ 
	width: 350px;
	margin-top:  50px;
	margin-right: 38px;
}

#sidebar h1{ 
	color: #ffffff;
	background-color: blue; 
}

#hd{ 
	background: transparent url('img/header1-transp.png') no-repeat;
	height: 205px;
	opacity: 0.8;
}

#bd{
	background: transparent url('img/content1-transp.png') repeat-y;
	padding-left: 25px;
}

#ft{
	background: transparent url('img/footer1-transp.png') no-repeat;
	height: 53px;
}

#footer{
	text-align:center;
	color:#ffffff;
}

#meta-tux{
	margin-top: 100px;
	background: transparent url(img/meta-tux-transp.png) repeat-x;
	padding-top:20px;
}

#meta-tux-black{
	background-color: black;
}

#meta-tux-content{
	background: transparent url('img/meta-tux-content.png') top left no-repeat;
	width:73.076em;
	min-height: 237px;
	color: #00ee00;
	
}

#nav { float: left;  margin-top:175px; height: 30px; }
ul.nav { width:100%; padding-left:20px; margin:0px;}
ul.nav li { float: left;  list-style: none; list-style-image: none; height: 30px; padding-top:8px; min-width:80px; text-align:center;}
ul.nav li a { text-decoration: none;   color: #ffffff; padding-left:20px; padding-right: 20px; padding-top:0px; padding-bottom: 0px;}
ul.nav li:hover { background: transparent url('img/nav-li-hover.png') no-repeat center top; }


a{
	color: #0092E8;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}


a.boton{ text-decoration:none; }
.boton {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background:#F2F2F2 url(img/white-grad.png) repeat-x scroll left top;

	-moz-border-radius: 14px;
	-khtml-border-radius: 14px;
	-webkit-border-radius: 13px;

	border-radius: 14px;
	border: 1px solid #CCCCCC;
	padding: 4px 12px !important;
	font-weight: normal;
	color: #464646;
	margin-left: 4px; 
	margin-right:  4px;
	text-decoration: none;
}

.boton:hover{
	color: #000;
	border-color: #666;
}

.mensaje {
	 background-color: #FFFF88;
	 border: 1px solid #555555;
	 padding: 2px;
	 margin: 4px;
}

.bluebox {
	background-color:#E8EEFA;
	border:1px solid #C3D9FF;
	margin:10px;
	padding:5px;
}

.redbox {
	background-color:#ffeeee;
	border:1px solid #ffcccc;
	margin:10px;
	padding:5px;
}


/**
 * BLOG STYLE
 */
 .blogpost-fecha{
 	float:left;
 	margin-left:-80px;
 	width:80px;
 	text-align:center;
 	background-color:#4096EE;
 	display:block;
 	opacity: 0.5;
 	color:#ffffff;
 	-moz-border-radius-topleft: 10px;
 	-moz-border-radius-bottomleft: 10px;

 	
	-khtml-border-top-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;

		
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
 }
 .blogpost-dia{ font-size: 17px; font-weight: bold;}
 .blogpost-mes{ font-size: 14px; text-transform: capitalize; }
 .blogpost-anio{ font-size: 12px; }
 
 
.blog_title{
	font-size: 1.8em;
	margin: 20px;
	text-align: center;
}

.redondeado_superior{
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	
	-khtml-border-top-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;

	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}

.redondeado_inferior{
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	
	-khtml-border-bottom-left-radius: 8px;
	-khtml-border-top-right-radius: 8px;

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}


.blogpost{
	position:relative;
	margin-bottom: 50px;
}

.blogpost-title { 
	border: 1px solid #E0E0E0;
	margin-right: 20px;
	padding: 10px 0 10px 0;
	height: 25px;
	width: 498px;
}


.blogpost-title:hover, .blogpost-title:hover a{ 
	background-color: #4096EE;
	color: #FFFFFF;
}

.blogpost-title a{
	font-weight:normal;
	height:21px;
	margin-bottom:0;
	overflow:hidden;
	padding:4px 5px 0;
	position:relative;
	text-decoration: none;
	display:block;
	text-decoration: none;
	font-size: 18px;
	 
}

.blogpost-category-image {
	float:right; 
	margin:5px;
	padding:2px;
	border: 1px solid #cccccc;
	
}

.blogpost-content{
	background:transparent url(img/blog/default_content_post.png) no-repeat scroll 0 100%;
	overflow:hidden;
}
.blogpost-descripcion{
	padding: 10px;
}
.blogpost-meta{ padding: 10px; }
.blogpost-meta ul{ margin:0px; padding:0px;}
.blogpost-meta ul li{ list-style: none; list-style: none; float:left; margin-left: 20px;  }
.blogpost-paginator{
	padding: 2px;
}

.divider {
	clear: both;
}


/*background-color: #FFF7C0;*/

/*======================================================*/
/* LINK TAG */
/*======================================================*/
a.tag{
	
	background-color: #4096EE;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	
	border: 1px solid #4096EE;
	padding-left: 4px; 
	padding-right: 4px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:20px;
}

a.tag:hover{ background-color: #356AA0; border-color: #356AA0;}


/* MYTIP */
.prototip .mytip { border: 5px solid #606060; text-align:left; opacity:0.9; }
.prototip .mytip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.prototip .mytip .toolbar a.close { background: url(close_hover.gif);}
.prototip .mytip .toolbar a.close:hover { background: url(close.gif);}
.prototip .mytip .title { padding: 5px;}
.prototip .mytip .content { background: #606060; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }



/******************************************************************/
/* WIDGETS */
.amarillo{
	background-color:#FFF7C0;
}

.shadow{
	-moz-box-shadow:0px 0px 15px #555555;
	-webkit-box-shadow:0px 0px 15px #555555;
	padding:2px;
}

.shadow:hover{
	-moz-box-shadow:0px 0px 15px #0092E8;
	-webkit-box-shadow: 0px 0px 15px #0092E8;
}

.widget{
	background-color: white;
	border: 1px solid #cccccc;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	-khtml-border-top-left-radius: 10px;
	-khtml-border-bottoms-right-radius: 10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	
	
	-moz-box-shadow:0px 4px 18px #cccccc;
	-webkit-box-shadow: 0px 4px 18px #cccccc;
	
	margin-bottom:30px;
}

.widget-title{
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	font-size:18px;
	font-weight:normal;
	height:21px;
	margin-bottom:0;
	padding:10px;
	position:relative;
	text-decoration:none;
	color:#0092E8;
	-moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

.widget-title:hover{
	background-color:#4096EE;
	color:#FFFFFF;	
}

.widget-content{

}


.widget-content a{
	background: transparent url('img/flecha.jpg') no-repeat scroll right center;
	display:block;
	width:100%;
}

.widget-content a:hover{
	text-decoration: none;
}

.widget-content ul{
 	margin:0px;
 	margin-top:4px;
 	margin-bottom:15px;
 	padding:0px;
}

.widget-content ul li{
	list-style:none;
 	list-style-image: none;
 	border-bottom: 1px solid #cccccc;
 	padding:4px;
 	background-position: left center;
 	padding-left:10px;
}

.widget-content ul li:hover{
	background-color:#4096EE;
}

.widget-content ul li:hover a{
	color: #ffffff;
	background: transparent url('img/flecha-sobre-color.jpg') no-repeat scroll right center;
}

.widget-footer{

}


/*  COMENTARIOS */

.comentario{
	/*background-color: #FAFAFA;*/
	background-color: #FFFFFF;
	
	padding:20px;
	border-top:none;
	margin-bottom: 24px;
	padding:10px;
	-webkit-box-shadow: #cccccc 0px 5px 10px 1px;
	-moz-box-shadow: #cccccc 0px 5px 10px 1px;
	
	width:400px;
	margin:1px auto;
	margin-bottom:30px;
	
	
}


.comentario:hover{
	background-color: #F2F2F2;
}
.comentario-title{
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	
}
.comentario-content{
	width: 400px;
}

.comentario-usuario{
	font-size: 20px;
}

.comentario-comentario{
	float:left;
}

/* GALERY */

.mostrar_galery{
	margin-bottom:20px;
}

.mostrar_galery_img{
	float: left;
}

.mostrar_galery_content{
	float:left; 
	margin-left: 0px; 
	margin-left:15px;
}


.mostrar_galery_content ul{
 	margin-top:4px;
}

.mostrar_galery:hover .mostrar_galery_boton{
	display: inline;
}

.small{
	font-size: x-small;
}

/* FORMS */

form{
	font-size:16px;
}
.field{
	margin:10px;
	padding:4px;
}

label{
	border:medium none;
	color:#222222;
	display:block;
	font-size:80%;
	font-weight:bold;
	line-height:150%;
	padding:0 0 1px;

}

.field-input{
}

.errors{
	font-size
}

INPUT[type='text'], TEXTAREA{
	font-size:16px;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	background: #FFFFFF url(img/fieldbg.gif) repeat-x scroll center top;
	font-size:16px;
	width:28.25em;
}

.field-error{
	background-color:#FFDFDF !important;
	border-bottom:1px solid #F9B9B2;
	border-right:1px solid #F9B9B2;
	display:block !important;
}

.field-error label{
	color: #DF0000 !important;
}
div.errors{
	color: #DF0000;
	font-size:10px;
}

div.field:hover {
	background-color: #FFF7C0;
}

/* ESTILO DE WIDGETS */

.widget-content-style{
	background: url(img/icons/preferences_desktop_color.png) no-repeat bottom right;
	padding:10px;
}
.widget-content-style a{
	background: none; 
	border: none;
	padding:2px;
	font-size: 20px;
	width:80px;
}

.verde{ color: #4BDB4B; margin-left:10px;}
.azul-claro{ color: #4BB6B6;  margin-left: 30px;}
.azul-oscuro{ color: #4B6FDB;  margin-left: 50px; }
.violeta{ color: #934BB6;  margin-left: 70px;}
.rosado{ color: #DB4BB7;  margin-left: 90px; }
.rojo{ color: #FF4C4C;  margin-left: 110px; }



.contenedor_barra_de_grafico{
	width:50%;
	border: 1px solid #cccccc;	
}

.barra_de_grafico{
	height: 20px;
	display: block;
	background-color: #FFFF88;
	text-align: center;	
}


#mi_tabla_de_twitter{ border: none; margin:0px; padding:0px;}
#mi_tabla_de_twitter td{ border: none;}

.yui-skin-sam .yui-carousel-nav{
	padding:0px !important;
	background: none !important;
	
}

.li_wifi a{
	background-image: url(../../img/quierowifi/network_wireless_16x16.png) !important;
}

#contenedor-botones-categoria{
	/*
	height: 210px;
	overflow-y:auto;
	margin-bottom:10px;
	*/
}
#contenedor-botones-categoria a { background:none; }
.boton-categoria{
	text-align:center;
	margin:5px; 
	padding:5px; 
	float:left; 
	width:140px;
	color: #4096EE;	

}

.boton-categoria:hover{
	background-color:#4096EE;
	color:#FFFFFF;
}

