@charset "utf-8";
body, html {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/general/header_bg.png) center top repeat-x;
/*	background-image: url(../images/general/bg.png);
	background-position: top center;
	background-repeat: repeat-y;*/
	background-color: #FFF;
	height: 100%;
}
a:hover {
	color: #000;
}
strong {
	color: #333;
}
/******************* 
******* DIVS ******* 
*******************/
.boxTop {
	width: 970px;
	margin: 0 auto;
}
.boxHeader {
	width: 970px;
	height: 130px;
	margin: 0 auto;
	border-bottom: 1px solid #e21e2a;
}
.boxLogo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 88px;
	z-index: 100;
}
.boxLogo40 {
	position: relative;
	top: -85px;
	right: 0px;
	width: 162px;
	height: 1px;
	float: right;
	z-index: 100;
}
.boxBody {
	width: 100%;
}
.boxContent {
	width: 970px;
/*	background-color: #000;
	-webkit-box-shadow: 0px 0px 28px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 28px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 28px 7px rgba(0,0,0,0.75)*/
	margin: 0 auto;
	top: -100px;
/*	width: 1062px;*/
/*	background: url(../images/general/bg.png) center center repeat-y;*/
}
.boxTable {
	padding: 10px;
	border: 10px #ececec solid;
	margin-right: 20px;
	margin-bottom: 20px;
/*	-webkit-box-shadow: 0px 0px 10px 2px rgba(3,76,118,0.50);
	-moz-box-shadow: 0px 0px 10px 2px rgba(3,76,118,0.50);
	box-shadow: 0px 0px 10px 2px rgba(3,76,118,0.50);	*/
}
.boxTableCenter {
	padding: 10px;
	border: 10px #ececec solid;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
/*	-webkit-box-shadow: 0px 0px 10px 2px rgba(3,76,118,0.50);
	-moz-box-shadow: 0px 0px 10px 2px rgba(3,76,118,0.50);
	box-shadow: 0px 0px 10px 2px rgba(3,76,118,0.50);	*/
}
.boxInfo {
	width: 970px;
/*	padding-top: 20px;*/
	margin: 0 auto;
}
.boxFooter {
	width: 100%;
	height: 250px;
	z-index: 1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	background-color: #034c76;
	background: url(../images/general/footer_bg.png) center top no-repeat;
}
.boxFooter a {
	color: #b2b2b2;
	text-decoration: none;
}
.boxFooter a:hover {
	color: #b2b2b2;
	text-decoration: underline;
}
.boxFooter .copyRight {
	font-size: 11px;
	color: #fff;
}
/***********************
******* ASSETS *********
***********************/
.boxTitle {
	background-color: #4C4A57;
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: right;
}
h2 {
	color: #a6161d;
	font-size: 30px;
	font-weight: bold;
}
.boxSubTitle {
	color: #720f12;
	font-size: 30px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;

}
.boxImagenLeft {
	float: left;
	padding: 10px;
	border: 10px #ececec solid;
	margin-right: 20px;
	margin-bottom: 20px;
}
.boxImagenRight {
	float: right;
	padding: 10px;
	border: 10px #ececec solid;
	margin-left: 20px;
	margin-bottom: 20px;
}
.imgResponsive {
	max-width:100%;
	height:auto;
	width: 100%;
}
ul {
	list-style-image: url(../images/general/bullet.png);
}


.boxRow {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 20px;
}
.boxCol {
/*	border: 0px solid #b62723;*/
	width: 200px;
	height: auto;
	max-width: 200px;
	max-height: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
/*	border-radius: 10px;*/
/*	box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);*/
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
/*	background-color: #000;*/
}
.boxCol {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
/*.boxCol * {
	vertical-align: middle;
}
.boxCol span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
/*.boxCol:hover {
	-webkit-box-shadow: 0 0 10px 1px #f8c301;
	box-shadow: 0 0 10px 1px #f8c301;
}*/
.boxCol img {
	width: auto;
	max-width: 200px;
	max-height: 150px;
/*	height: 200px;
	border-radius: 10px;*/
	border: 0px;	
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.boxCol img:hover {
	-webkit-box-shadow: 0 0 10px 1px #f8c301;
	box-shadow: 0 0 10px 1px #f8c301;
}



/******************* 
******* FORM ******* 
*******************/

#contactForm {
	border: 0px #003399 solid;
}
#contactForm fieldset {
	border: 0px #003399 solid;
}
.boxContactForm {
	border: 0px #003399 solid;
}
.inputField {
	padding: 4px; 
/*	width: 100%;*/
	border: 1px solid #ad0000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #AD0000;
}
.inputField:focus, .textareaField:focus {        
	-webkit-box-shadow: #ad0000; 0 0 6px;
    -moz-box-shadow: #ad0000 0 0 6px;
	box-shadow: #ad0000 0 0 6px;
    border-color: #ad0000;
}
.hiddenField {
	width: 0px;
	border: 0px solid #000;
	font-size: 1px;
	color: #000;
}
.hiddenField:focus {
	width: 0px;
	border: 0px solid #000;
	font-size: 1px;
	color: #000;
}
.btnEnviar	 {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #428BCA;
    border-color: #357EBD;
    color: #000;
/*    background:url(../images/contacto/boton_bg.png) repeat-x;
    cursor: pointer;
    width: 95px;
    height: 36px;
    border: none;*/
}
.btnEnviar:hover	 {
    background-color: #3276B1;
    border-color: #285E8E;
    color: #000;
/*    background: url(../images/contacto/boton_bg.png) repeat-x;
    cursor: pointer;
    width: 95px;
    height: 36px;
    border: none;
	font-size: 16px;*/
}
.verification { 
	display: none; 
}



.titularesImg {
	float: left;
}
.titularesTitulo {
	float: left;
	font-size: 14px;
}

/* GRID STYLE */
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}

.span_9_of_12 {
  	width: 74.6%;
}

.span_8_of_12 {
  	width: 66.13%;
}

.span_7_of_12 {
  	width: 57.66%;
}

.span_6_of_12 {
  	width: 49.2%;
}

.span_5_of_12 {
  	width: 40.73%;
}

.span_4_of_12 {
  	width: 32.26%;
}

.span_3_of_12 {
  	width: 23.8%;
}

.span_2_of_12 {
  	width: 15.33%;
}

.span_1_of_12 {
  	width: 6.866%;
}



.txtJustify {
	text-align: justify;
}
.txtCenter {
	text-align: center;
}
