
/* ESTRUCTURA GENERAL */
* {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

body 
{	
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFF;
}

/* HTML5 en bloques */
header, footer, section, aside, nav, article {
	display: block;
}

/* Header */
header
{
	background-color:#FFF;
	border-bottom: 4px solid #565656;
	
}

.divHeaderContent
{
	width: 97%;
	display:table;
}

.logo
{	
	padding: 0 1% 0 1%;
	width: 198px;
	height: 30px;
	cursor:pointer;
	display:table-cell;
	vertical-align:middle;
}

.logo img
{
	width: 198px;
	height: 30px;
}

.siguenos
{
	width:0 auto;
	display:table-cell;
	vertical-align:middle;
	text-align: right;
	text-decoration: none;
	padding-right: 0;
	padding-left: 0;
}

.siguenos .title
{
	width:0 auto;
	height: 25px;
	font-weight: 700;
	font-size: 13px; 
	color:#5D5D5D; 
	
	display:inline;
}

.siguenos .title span
{
	vertical-align:top;
}

.siguenos a 
{
	border:0; 
	text-decoration: none;
}
.siguenos img
{
	max-width: 25px;
	min-height: 25px;
	border:0;
}

.fsiguenos
{
	width:0 auto;
	vertical-align:middle;
	text-align: center;
	text-decoration: none;
}

.fsiguenos a 
{
	border:0; 
	text-decoration: none;
}
.fsiguenos img
{
	max-width: 28px;
	min-height: 28px;
	border:0;
}

.slogan
{
	width:97%;
	font-size:13px;
	padding-left:1%;
	padding-bottom: 5px;
}

.about
{
	width:97%;
	height: 15px;
	font-size:13px;
	margin:0;
	padding-left:0;
	font-weight:normal;
	padding-bottom: 3px;
	text-align: right;
}

.about a
{
	color:Orange;
	
}
.about a img
{
	vertical-align:middle;
	border:0;
}


/* ----------------------------- COMENTARIOS -------------------------------- */        
.commentForm
{
	padding: 3%;
	width: 0 auto;
	max-width: 350px;
	text-align: left;
}


.tituloComment
{
	width: 260px;
	border-bottom: 1px solid #bbb;
	font-weight: 700;
}

.textBoxComment
{
	border:1px solid #b3b3b3;
	padding: 4px;
	width: auto;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	background:-moz-linear-gradient(top,#eee,#ddd);
	background:-o-linear-gradient(top,#eee,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FeFeFe), to(#dddddd));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FeFeFe', endColorstr='#dddddd');
}
.textBoxComment span{border:0;}

.textAreaComment
{
	border:1px solid #b3b3b3;
	padding: 4px;
	width: auto;
	margin-bottom: 5px;
	font-family: Helvetica, Arial, sans-serif;
	-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	background:-moz-linear-gradient(top,#eee,#ddd);
	background:-o-linear-gradient(top,#eee,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FeFeFe), to(#dddddd));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FeFeFe', endColorstr='#dddddd');
}
.textAreaComment span{border:0;}

.labelComment
{
	font-size:14px;
}

.btn-Comment
{
	width: 75px;
	margin-left: 183px;
	height: 30px;
	text-decoration: none;
	color: #FFF;
	cursor:pointer;
	border: 1px solid #2F5375073BB7;
	text-shadow: 0 1px 1px #375073;
	background: -webkit-gradient(linear, left top, left bottom, from(#8B9FBA), to(#375073));
	background: -moz-linear-gradient(top,  #8B9FBA,  #375073);
	background: -o-linear-gradient(top,  #8B9FBA,  #375073);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B9FBA', endColorstr='#375073');
}
/* ----------------------------- SEARCH -------------------------------- */        
.search
{
	padding-left: 3%;
	padding-right: 20px;
	padding-top:0;
	font-weight: 700;
	font-size: 14px;
	color:#AAA;
	margin: 5px;
	display:table-cell;
	vertical-align:middle;
}

.searchBox
{
	display:table;
	border:1px solid #b3b3b3;
	padding: 4px;
	width: auto;
	background-color:#fff;
}

.w-searchBox
{
	display:table;
	border:1px solid #b3b3b3;
	padding: 4px;
	width: auto;
	-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	box-shadow:inset 0 1px 4px rgba(0,0,0,.2);
	background:-moz-linear-gradient(top,#eee,#ddd);
	background:-o-linear-gradient(top,#eee,#ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#FeFeFe), to(#dddddd));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FeFeFe', endColorstr='#dddddd');
}

.textBox
{
	width:200px;
	height:24px;
	display:table-cell;
	font-size: 14px;
	font-weight: normal;
	color:#5D5D5D;
	border: 0;
	background-color:Transparent;
	vertical-align:middle;
	border-style:none;
}

.w-textBox
{
	width:200px;
	height:24px;
	padding-top: 3px;
	padding-bottom: -3px;
	display:table-cell;
	font-size: 14px;
	font-weight:600;
	color:#CCC;
	border: 0;
	background-color:Transparent;
	vertical-align:middle;
	border-style:none;
}

.searchButton
{
	display:table-cell;
	padding-left:2px;
	width: 15px;
	height: 15px;
	vertical-align:middle;
	cursor:pointer;
}
.searchButton img
{
	width: 15px;
	height: 15px;
	vertical-align:middle;
}

/* ----------------------------- NavBar ----------------------------------- */

.navBar
{
	display:table;
	width:100%;
	height: 40px;
	vertical-align: middle;
	padding-left:5%;
	border-bottom: 4px solid #686868;
	background: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#686868));
	background: -moz-linear-gradient(top,  #565656,  #686868);
	background: -o-linear-gradient(top,  #565656,  #686868);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#686868');
}

.temaInfo
{
	display:table-cell;
	padding-left: 10%;
	width:0 auto;
	height: 25px;
	vertical-align: middle;
}

.temaInfo h3
{
	width: 250px;
	font-size: 16px; 
	color:#FFF;
    text-shadow: 1px 1px 1px #565656;
    display:table-cell;
    vertical-align:middle;
}

.btn-back /* boton back */
{
	width: 75px;
	height: 20px;
	padding-left:2px;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	vertical-align: middle;
	display:table-cell;
	border: 1px solid #2F5375073BB7;
	text-shadow: 0 1px 1px #375073;
	background: -webkit-gradient(linear, left top, left bottom, from(#8B9FBA), to(#375073));
	background: -moz-linear-gradient(top,  #8B9FBA,  #375073);
	background: -o-linear-gradient(top,  #8B9FBA,  #375073);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B9FBA', endColorstr='#375073');
	
}

/* ----------------------------- BOTONE LINKBUTTON ----------------------------------- */
.boton /* boton menu items */
{
	width: 100%;
	height: 45px;
	text-decoration:none;
	font-weight:700;
	color:#444;
	cursor:pointer;
	display:table;
	border-bottom: 1px solid #D5D5D5;
	text-shadow:0 1px 1px #f6f6f6;
 	background-image:-moz-linear-gradient(top,#fefefe,#eeeeee);
 	background-image:-webkit-gradient(linear,left top,left bottom,from(#fdfdfd),to(#eeeeee));
 	background-image:-o-linear-gradient(top,#fefefe,#eeeeee);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eeeeee');
}

.botonOver /* boton menu item sobre */
{
	width: 100%;
	height: 45px;
	text-decoration:none;
	font-weight:700;
	color:#101010;
	cursor:pointer;
	display:table;
	border-bottom: 1px solid #D5D5D5;
	text-shadow:0 1px 1px #fff;
	background-image:-moz-linear-gradient(top,#ededed,#dadada);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ededed),color-stop(1,#dadada));
	background-image:-o-linear-gradient(top,#ededed,#dadada);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed', EndColorStr='#dadada')"
}
   
.botonSelected /* boton menu item seleccionado */
{
	width: 100%;
	height: 45px;
	text-decoration:none;
	font-weight:700;
	color:#fff;
	cursor:pointer;
	display:table;
	border-bottom: 1px solid #D5D5D5;
	text-shadow:0 -1px 1px #145072;
	background-image:-moz-linear-gradient(top,#85bae4,#5393c5);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#85bae4),color-stop(1,#5393c5));
	background-image:-o-linear-gradient(top,#85bae4,#5393c5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#85bae4', endColorstr='#5393c5');
	outline:0;
}

        
.btn-extra
{
	display:table-cell;
	vertical-align:middle;	
	text-align:left;
	width:15%;
	font-size: 16px;
	text-align:center;
}
        
.btn-next-img
{
	display:table-cell;
	vertical-align:middle;
	margin-top:15px;
	width: 5%;
	text-align:left;
	
	text-decoration:none;
}
.btn-next-img img
{
	border:none;
}
        
.btn-imagen
{
	display:table-cell;
	vertical-align:middle;
	width:50px;
	text-align:center;
	font-size:14px;
	text-shadow:none;
}
.btn-imagen a:hover {text-decoration:none;} /*BG color is a must for IE6*/
.btn-imagen a.tooltip span {display:none; padding:2px 3px; margin-left:1px; margin-top:8px; width:auto;}
.btn-imagen a.tooltip:hover span{display:inline; position:absolute; border:1px solid #CCC; background:#5D5D5D; color:#FFF;}


.btn-imagen img
{
	width:40px;
	height:40px;
	border:none;
}

.btn-texto { display:table-cell; vertical-align:middle;}
.btn-texto .btn-texto-titulo{ padding-left:5%; font-size:16px; font-weight:700; display:block;margin:.1em 0; text-decoration: none; text-shadow: 1px 1px 1px #BBB; }
.btn-texto .btn-texto-desc{ padding-left: 7%; padding-top:4px; display:block; text-decoration: none; font-size: 12px; color:#666; }	

/* ----------------------------- ADDTHIS -------------------------------- */        
.botones_addthis
{
	padding: 2px;
	float:right;
	margin-right:5%;
	margin-top: 5px;
	height: 20px;
	vertical-align:middle;
	width:150px;
}

/* ----------------------------- NO ARTICULOS ----------------------------------- */
.noArticulos
{
	width: 80%;
	height:0 auto;
	margin-left:10%;
	margin-right:10%;
	margin-top:5px;
}

.noArticulos span
{
	font-size: 13px; 
	color:#5D5D5D;
	font-style:italic;	
}

.noArticulos div
{
	font-size: 12px; 
	color:#8D8D8D;
	cursor:pointer;
}

/* ----------------------------- CONTENIDO -------------------------------- */        

.contenido
{
	width: 90%;
	height:0 auto;
	text-align:center;
	margin-left:5%;
	margin-right:5%;
	margin-top:5px;
	
}

.contenido .iframe
{
	width:100%;
	max-width:560px; 
	max-height:349px;
}

.contenido .htmlExt
{
	margin-bottom: 15px;
	text-align:left;
}
.contenido .htmlExt table
{
	width: auto !important;
}

.contenido .htmlExt table tr
{
	width: auto !important;
}

.contenido .htmlExt ul 
{
	padding-left: 20px;	
}

.contenido .htmlExt ol 
{
	padding-left: 22px;	
}

/* ----------------------------- TEXTS -------------------------------- */        

h3 
{
	width: 350px;
	font-size: 13px; 
	color:#5D5D5D;
	text-align: left; 
	text-decoration: none;
    text-shadow: 1px 1px 1px #EEE;
}

.fTitle{ padding-left:3%; display:block; text-decoration: none; font-weight: 700; font-size: 14px; text-shadow: 1px 1px 1px #BBB; text-align:left;}	
.fDesc{ padding-left: 4%; padding-top:4px; display:block; text-decoration: none; font-size: 12px; color:#666; text-align:left;}	


.status
{
	text-align:right;
}

/*-------------------------- FOOTER -----------------------------*/
footer {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	left: 0;
	width: 100%;
	font: 13px/22px Helvetica, Arial, sans-serif;
	
}

footer h1  {
	font-size: 16px; 
	color:#5D5D5D;
	text-align: center; 
	text-decoration: none;
    text-shadow: 1px 1px 1px #FFF;
}

footer h1 a
{
	width: 91px;
	height: 18px;
	font-size: 15px; 
	color:#5D5D5D;
	text-align: center; 
	text-decoration: none;
    text-shadow: 1px 1px 1px #FFF;
}
footer h1 a img
{
	border:0;
}

footer h1 a:hover img
{
	font-size: 16px;
	text-shadow: 1px 1px 1px #CCC;
	width: 95px;
	height: 18px;
}

footer h2  {
	font-size: 13px; 
	color:#5D5D5D;
	text-align: center; 
	text-decoration: none;  
}
footer h2 a {
	font-size: 13px; 
	color:#5D5D5D;
	text-align: center; 
	text-decoration: none;  
	text-decoration: underline;
}

/*----------------------------------------- loading panel -------------------------------*/
.ui-loading .ui-mobile-viewport { overflow: hidden !important; }
.ui-loading .ui-loader { display: block; }
.ui-loading .ui-page { overflow: hidden;  }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 10; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }
.ui-loader h1 { font-size: 15px; text-align: center; }
.ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }

/* spin */
.spin  {
	-webkit-transform: rotate(360deg);
	-webkit-animation-name: spin;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:  infinite;
}
@-webkit-keyframes spin {
	from {-webkit-transform: rotate(0deg);}
  	to {-webkit-transform: rotate(360deg);}
}

/* loading icon */
.ui-icon-loading 
{
	
	background-image: url(../images/ajax-loader.png);
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-size: 35px 35px;
}

.ui-body-a {
	border: 1px solid #2A2A2A;
	background:#222;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	font-weight: 400;
	background-image: -moz-linear-gradient(top, #666666, #222222);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #666666), color-stop(1, #222222));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#666666', EndColorStr='#222222)')";
}

/* corner rounding classes
-----------------------------------------------------------------------------------------------------------*/

.ui-corner-tl {
	-moz-border-radius-topleft: 		.6em;
	-webkit-border-top-left-radius: 	.6em;
	border-top-left-radius: 			.6em;
}
.ui-corner-tr {
	-moz-border-radius-topright: 		.6em;
	-webkit-border-top-right-radius: 	.6em;
	border-top-right-radius: 			.6em;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 		.6em;
	-webkit-border-bottom-left-radius: 	.6em;
	border-bottom-left-radius: 			.6em;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 	.6em;
	-webkit-border-bottom-right-radius: .6em;
	border-bottom-right-radius: 		.6em;
}
.ui-corner-top {
	-moz-border-radius-topleft: 		.6em;
	-webkit-border-top-left-radius: 	.6em;
	border-top-left-radius: 			.6em;
	-moz-border-radius-topright: 		.6em;
	-webkit-border-top-right-radius: 	.6em;
	border-top-right-radius: 			.6em;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 		.6em;
	-webkit-border-bottom-left-radius: 	.6em;
	border-bottom-left-radius: 			.6em;
	-moz-border-radius-bottomright: 	.6em;
	-webkit-border-bottom-right-radius: .6em;
	border-bottom-right-radius: 		.6em;
	}
.ui-corner-right {
	-moz-border-radius-topright: 		.6em;
	-webkit-border-top-right-radius: 	.6em;
	border-top-right-radius: 			.6em;
	-moz-border-radius-bottomright: 	.6em;
	-webkit-border-bottom-right-radius: .6em;
	border-bottom-right-radius: 		.6em;
}
.ui-corner-left {
	-moz-border-radius-topleft: 		.6em;
	-webkit-border-top-left-radius: 	.6em;
	border-top-left-radius: 			.6em;
	-moz-border-radius-bottomleft: 		.6em;
	-webkit-border-bottom-left-radius: 	.6em;
	border-bottom-left-radius: 			.6em;
}
.ui-corner-all {
	-moz-border-radius: 				.3em;
	-webkit-border-radius: 				.3em;
	border-radius: 						.3em;
}


/********************************************************************************************/


                 