@charset "UTF-8";

/* Global Styles */

body {
	color: #3f435d;
	/*color: #fff;*/
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	/*background: #515673 url(../images/background_gradient.jpg) repeat-x 0px 0px;*/
}
.page {
	max-width: 980px;
	margin: 0px auto;
	position: relative; background-color: #fff;
}

h1 { color: #f19d30; margin: 0em 0em .5em 0em; font-size: 2em; font-weight: bold; line-height: 1em;}
h2 { color: rgba(8,114,68,0.7); font-size: 1.7em; margin: 0em 0em 1em 0em; line-height: 1em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }

p { margin: 0px 0px .75em 0px; }
a { color: #087244; font-weight: bold;}
a:hover { color: rgba(254,226,136); }
a.cta {
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	margin: .5em 0 0 0;
	padding: 0px 12px 0px 0px;
	background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px; }
footer { font-size: .85em; color: #087244; background-color: rgba(8,114,68,0.3); padding: 10px; }

.promo h3 { font-size: 1.1em; margin: 0; }
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo { background-repeat: no-repeat; background-size: 60px 60px; }

/*.promo.one { background-image: url(../images/promo_1.jpg); }*/
.promo.one { background-image: url(../images/Logo20142015.jpg); }
.promo.two { background-image: url(../images/Logo20132014.jpg); }
.promo.three { background-image: url(../images/20112012-peq.jpg); }


nav a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: .9em;
}
nav a:hover { color: rgba(254, 226, 136, 1); }

.clear-fix { clear: both; line-height: 1px; }

.print { display: none; }

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)
{
	.promo.one { background-image: url(../images/promo_1_2x.jpg); }
	.promo.two { background-image: url(../images/promo_2_2x.jpg); }
	.promo.three { background-image: url(../images/promo_3_2x.jpg); }
}

table.campos
{
	border: solid 1px black;
}
table.campos td
{
	text-align: right;
}	

.titinteriorcampos
{
	/*background-color: #cc0033;
	font-weight: bold;
	color: White;
	font-size: small;	*/
	background-color: #a6430a;
	color: #f5a06e;
	text-transform: uppercase;
	text-decoration: none;
	/*display: inline-block;*/
	font-weight: bold;
	font-size: .9em;
	
	
	
}
.titinterior1
{
	background-color: #000099;
	font-weight: bold;
	color: White;
	font-size: small;	
}
.titinterior2
{
	/*background-color: #ff6666;*/
	background-color: #006600;
	font-weight: bold;
	color: White;
	font-size: small;
}
.textointerior 
{
	 color: #804000;
	 font-weight: bold;
	 font-size: small;
}

 
.Transparencia
{
    /*width: 100%;
    height: 100%;*/
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    z-index: 10;
    /*position: fixed;
    top: 0px;
    left: 0px;*/
