/* Generales ----------------------------------------- */
	* { 
		font-size: 14px; 
		color:#333333; }

	body { 
		font-family: Arial, Helvetica, sans-serif;
		background: #FFF url(bg.jpg) repeat; }

	label { padding-top: 6px; }
	
	img { border: none; }

	h1 { font-size: 20px; }


/* Encabezado ----------------------------------------- */
	.ctndrclaa {
		width: 960px;
		margin: 0 auto;

		background-color: #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff; }

	#hdrlogo a {
		padding-bottom: 5px; }

	#lgnSpace {
		position: relative;
		top: 18px;
		right: 30px;
		width: auto;
		max-width: 100%; }

/* Vrinculos ---------------------------------------------- */

	.h { text-decoration:none; font-size: 16px; font-style: italic;}
	.h:hover { text-decoration:none; border-bottom: 1px dashed;  }

/* Parrafos ----------------------------------------------- */
	.T { font-size: 16px; line-height: 22px; }

	.error {
		font-size: 12px;
		font-weight: bold;
		color: #FF530D; }

	.Tx { text-align: justify; 
		padding: 8px;
		background-color: #D8F0F0; }

/* Combinaciones para boot ----------------------------------------------- */
	.noTop { margin-top: 0; }

	.noBottom { margin-bottom: 0; }

	.noAire { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

	.sombra { box-shadow: 3px 3px 5px #888; }

	.imgPublicidad { width:220px; }

	.wttl { color: #337ab7; }

	.wsbttl { color: #115895; }

	.blancas { color: #fff; }

	.bBien { color: #5cb85c; font-weight: bold; }

	.bRegular { color: #f0ad4e; font-weight: bold; }

	.bMal { color: #d9534f; font-weight: bold; }

	.noLine:hover { text-decoration: none; }
	.noColor { color: #000; }

	.centro { vertical-align: middle;}

	.margenes { margin-top: 5px; margin-bottom: 5px; }

	.sombraActivo { color: #666; 
 		text-shadow: -2px -2px 3px #f0ad4e, 2px -2px 3px #f0ad4e, -2px 2px 3px #f0ad4e, 2px 2px 3px #f0ad4e; }

	.sombraInactivo { color: #666; 
 		text-shadow: -2px -2px 3px #bbb, 2px -2px 3px #bbb, -2px 2px 3px #bbb, 2px 2px 3px #bbb; }

 	.Aire { padding-top: 8px; font-weight: bold; margin-left: 5px; margin-bottom: 4px;}

 	.sociales { opacity: 0.5; }
	.sociales:hover { opacity: 1; text-decoration: none; }

	#socialicons {
		padding-top: 9px;
		padding-left: 13px; }
	
	#faddress ul li, #faddress ul li strong { 
		font-size: 10.5px; 
		line-height: 17px; }

	.footer { 
		height: 110px;
		bottom: 0; }

	.contAd { 
		width: 960px;
		height: 100%;
		margin: 0 auto;
		padding: 6px 0px; 
		background-color: #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff; }

	#faddress {
		position: relative;
		text-align:left;
		float: right;
		top: 15px;
		right: 20px;
		width: 317px; }

.filaItems { padding-top: 22px; list-style: none; padding-left: 15px;}
.filaItems > li { display: inline-block;}
.filaItems > li a { font-size: 10.5px; }

.filaItems > li + li:before {
  padding: 0 5px;
  color: #000;
  content: "|";
}

.mini { zoom: 77%; }

.peque { zoom: 88%; }