/* Globales */
@CHARSET "UTF-8";

* {
	font-family: sans-serif;
	font-size: 14px;
}

body
{
background-color:#dddddd;
}

h1
{
color:orange;
font-size: 18px;
text-align:center;
font-weight:bold;
}

h2
{
color:#41466A;
font-size: 16px;
text-align:center;
font-weight:bold;
}
/* Fin Globales */


p.bigCaption {
	font-size: 30px;
	font-family: sans-serif;
	font-weight: bold;
	text-align:center;
	color:#800000;
	text-transform:capitalize;
	
}
p.mediumCaption {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
	text-align:center;
	color:#00009b;
	
}
p.smallCaption {
	font-size: 16px;
	font-family: sans-serif;
	text-align:center;
	font-weight: bold;
	color:#ff8000;
	
}
p.processing {
	font-size: 14px;
	font-family: sans-serif;
	text-align:left;
	text-indent: 7em;
	padding-left: 7em;	
	color:#00009b;
	
}
p.processingInside {
	font-size: 12px;
	font-family: sans-serif;
	text-align:left;
	text-indent: 10em;
	padding-left: 10em;	
	color:#707070;
	
}

p.processingPhase {
	font-size: 14px;
	font-family: sans-serif;
	text-align:left;
	text-indent: 5em;
	padding-left: 5em;		
	font-weight: bold;	
	color:#00009b;
	
}
p.resaltadoAzul {
	font-size: 14px;
	font-family: sans-serif;
	text-align:left;
	color:#00009b;
	
}

p.resaltadoGris {
	font-size: 14px;
	font-family: sans-serif;
	text-align:left;
	color:#707070;
	
}

*.menuOpt{
	font-size: 18px;
	font-family: sans-serif;
	text-align:left;
	color:#1122ff;
	font-weight: bold;
	text-decoration:none;
}

form.login {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #DDDDDD;
	font-family: sans-serif;
	margin: 0 auto;
	padding: 20px;
	width: 278px;
}

form.login div {
	margin-bottom: 15px;
	overflow: hidden;
}

form.login div label {
	display: block;
	float: left;
	line-height: 25px;
}

form.login div input[type="text"],form.login div input[type="password"]
	{
	border: 1px solid #DCDCDC;
	float: right;
	padding: 4px;
}

form.login div input[type="submit"] {
	background: none repeat scroll 0 0 #DEDEDE;
	border: 1px solid #C6C6C6;
	float: right;
	font-weight: bold;
	padding: 4px 20px;
}
/* Formulario registro usuarios */
form.registro {
	background: none repeat scroll 0 0 #F1F1F1;
	border: 1px solid #DDDDDD;
	font-family: sans-serif;
	margin: 0 auto;
	padding: 20px;
	width: 75%;
}

form.registro div {
	margin-bottom: 15px;
	overflow: hidden;
}

form.registro div label {
	display: block;
	float: left;
	line-height: 25px;
}

form.registro div input[type="text"],form.registro div input[type="password"]
	{
	border: 1px solid #DCDCDC;
	float: center;
	padding: 4px;
	width: 50%;
}

form.registro div input[type="submit"] {
	background: none repeat scroll 0 0 #DEDEDE;
	border: 1px solid #C6C6C6;
	float: center;
	font-weight: bold;
	padding: 4px 20px;
}

.agreementtext {
	border: 1px solid #000000;
	background: none repeat scroll 0 0 #FFFFFF;
	overflow: auto; 
	width:90%; 
	height:60px;
	padding: 5px;
	font-family: sans-serif;
}

/***********************/
.error {
	color: red;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

table.transparent60{ 
	width:60%;
	border-collapse:collapse;
	margin: auto;
}
table.transparent80{ 
	width:80%;
	border-collapse:collapse;
	margin: auto;
}

table.transparent90{ 
	width:90%;
	border-collapse:collapse;
	margin: auto;
}

/* Estilo de tabla para Menus */
table.menuItems{ 
	width:40%;
	border-collapse:collapse;
	margin: auto;
}

table.menuItems td {
	padding:15px;
}

/* Fin: Estilo de tabla para Menus */

table.transparent100{ 
	width:100%;
	border-collapse:collapse;
	margin: auto;
	text-align: center;
}

/* Tabla de titulares */
table.newsRSS{ 
	width:100%;
	border-collapse:collapse;
	margin: auto;
	text-align: left;
}
table.newsRSS tr {
    border: 1px solid black;
}
table.newsRSS td {
    padding:10px;
}
.imgRSSNews img {
    width: 181px;
    height: 101px;
}


/* Hacemos Responsive la tabla para noticias y titulares */

@media only screen and (max-width: 300px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table.newsRSS, 
	#no-more-tables thead.newsRSS, 
	#no-more-tables tbody.newsRSS, 
	#no-more-tables th.newsRSS, 
	#no-more-tables td.newsRSS, 
	#no-more-tables tr.newsRSS { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

/* FIN Tabla Responsive */

/* TABLAS SORTER */

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url("bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	font-size: 8pt;
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;	
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url("asc.gif");
}
table.tablesorter thead tr .headerSortDown {
	background-image: url("desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/* *******  */

/* MENSAJE DE ESPERA MIENTRAS CARGA */
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("Preloader_8.gif") center no-repeat #fff;
}
/********/

