@charset "utf-8";

* {
	padding:0;
	margin:0;
	border:0;
}

@font-face {
    font-family: 'alternategothic';
    src: url('../fonts/altgot2n-webfont.eot');
    src: url('../fonts/altgot2n-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/altgot2n-webfont.woff') format('woff'),
         url('../fonts/altgot2n-webfont.ttf') format('truetype'),
         url('../fonts/altgot2n-webfont.svg#alternategothic2_btregular') format('svg');
    font-weight: normal;
    font-style: normal;	

}

body {
	/*background:#F4F4F4 url(../images/bg-header.jpg) repeat-x 0 0*/;	
	background:#D70C19 url(../images/bg.jpg);
	margin:0; 
	padding:0;
	font-family:calibri;
	font-size:17px;
	color:#333;
	line-height:17px;
}

.clear { clear:both }

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  padding:0;
  margin:0;
  border:0
}


img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border:0;
	-ms-interpolation-mode: bicubic;
}

p {
	padding:0 0 0 0;
	margin:0 0 20px 0;
	line-height:normal
}

ul {
	padding:0;
	margin:0 0 15px 40px;
	list-style-image:url(../images/icon-list.png)
}

ul ul {
	padding:0;
	margin:10px 0 15px 40px;
	list-style-image:url(../images/icon-list.png)
}

ol {
	padding:0;
	margin:0 0 15px 40px;
}

ol ol {
	padding:0;
	margin:10px 0 15px 40px
}

h1, h2, h3 {
	font-family:"alternategothic";
	font-size:38px;
	color:#3388D7;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 0px 0;
	line-height:normal;
	display:block;
	margin:0 0 10px 0;
}

h2, h3 {
	font-size:32px;
	padding:0;
	line-height:32x;
	text-transform:none;
	color:#333333;
	background:none;
	border:none
}

h2.title-comunicado {
	padding:10px 0px 10px 55px;
	text-transform:uppercase;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.left { float:left }

.right { float:right }	

.clear { clear:both }

.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}

* html .clearfix { 
	zoom: 1; 
} /* IE6 */

*:first-child+html .clearfix { 
	zoom: 1; 
} /* IE7 */



.img_r_borde {
	float:right;
	padding:10px;
	border-radius:6px;
	background:#fff;
	border:#CCCCCC solid 1px;
	margin:0 0 5px 10px
}

.img_r_simple {
	float:right;
	margin:0 0 5px 10px
}

.img_l_borde {
	float:left;
	padding:10px;
	background:#fff;
	border-radius:6px;
	border:#CCCCCC solid 1px;
	margin:0 10px 5px 0px
}

.img_l_simple {
	float:left;
	margin:0 10px 5px 0px
}

.img_c_borde {
	padding:10px;
	background:#fff;
	border:#CCCCCC solid 1px;
	border-radius:6px;
	margin:0 auto
}

.img_c_simple {
	margin:0 auto
}

a:link, a:visited {
	color:#D40711;
	text-decoration:none
}

span.title_social {
	color:#666666;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin:0 0 5px 0;
}

a:hover {
	text-decoration:underline
}

a.social {
	display:inline-table;
	width:41px;
	height:41px;
	background-image:url(../images/social/twitter.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-indent:-9999px
}

a.social:hover {
	background-position:center bottom;
}

/*====================================*/

h1.title-page{
	color:#D40711;
	font-size:42px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 10px 0;
	margin:0 0 30px 0;
	border-bottom:#D6D6D6 solid 1px;
}

#wrapper {
	width:1120px;
	height:auto;
	padding:0;
	margin:0 auto;
}

	.head {
		width:auto;
		display:block;
		height:94px; 
	}
	
		.head_column_01 {
			width:250px;
			height:auto;
			padding:0;
			margin:12px 0px 0 0;
			float:left
		}
		
		.head_column_02 {
			width:auto;
			height:auto;
			padding:0;
			margin:22px 0 0 0;
			float:right
		}
	
	.menu {
		width:auto;
		display:block;
		height:55px;
		margin:2px 0 0 0;
		padding:0;
		font-family: 'alternategothic';
	}
	
	#content {
		width:auto;
		padding:45px;
		margin:30px 0 10px 0;
		min-height:350px;
		background:#FFF;
		border:#A70A15 10px solid;
		border-radius: 18px; 
			-moz-border-radius: 18px; 
			-webkit-border-radius: 18px;
	}
	
		.blocks {
			background:#FFF;
			border:#CCC solid 1px;
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			padding:25px 15px;
			margin-bottom:20px;
			line-height:normal;
			background:#FFF url(../images/bg-block-01.jpg) repeat-x 0 0;
		}

		.title_block {
			display:block;
			width:auto;
			padding:12px 10px 8px 30px;
			background:#E51000 url(../images/bg-title-block.jpg) no-repeat 0 0;
			border:none;
			position:relative;
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			position:relative;
		}
	
			.title_block h2 {				
				color:#FFF;
				font-size:22px;
				margin:0;
				padding:0;
				line-height:normal;
				text-transform:uppercase;
			}

			
		.blocks_content {
			width:auto;
			margin:10px 0 0 0;
			overflow:hidden;
		}		
		
		
		.content_column_01 {
			width:262px;
			height:auto;
			margin:0 0 0 0;
			padding:0;
			float:left
		}
		
			.block_comunicados {
				height:225px;
			}
			
				.block_comunicados hr {
					border:none;
					border-top:#ccc solid 1px;
					border-bottom:#FFF solid 1px;
					margin:12px 0
				}
				
				.block_comunicados a{
					color: #333333;
					font-size:13px;
					font-weight:bold
				}
				
				.block_comunicados p{
					margin:0;
					padding:10px 0 0 0;
				}
			
			a.scroll-down, a.scroll-down-second {
				position:absolute;
				top: 5px;
				right: 25px;
				width: 20px;
				height: 32px;
				cursor: pointer; 
				background: transparent url(../images/arrow-left-2.png) no-repeat 0 0; 
			}
			
			a.scroll-down:hover, a.scroll-down-second:hover {
				background-position: 0 -32px;
			}
			
			a.scroll-up, a.scroll-up-second  {
				position:absolute;
				top: 5px;
				right: 5px;
				width: 20px;
				height: 32px;
				cursor: pointer;
				background: transparent url(../images/arrow-right-2.png) no-repeat 0 0; 
			}
			
			a.scroll-up:hover, a.scroll-up-second:hover {
				background-position: 0 -32px;
			}
			
				a.scroll-up-second {
					
				}
				
				a.scroll-down-second {
					
				}
			
			.block_actividades ul, .block_intereses ul {
				list-style-image:url(../images/vineta.gif);
				margin:0px 0 10px 20px;
				padding-left:0
			}
			
				.block_actividades ul li, .block_intereses ul li{
					padding:5px
				}
				
				.block_actividades ul li a, .block_intereses ul li  a{
					color:#333;
					font-weight:bold
				}
		
		.content_column_02 {
			width:710px;
			height:auto;
			margin:0 0 0 0;
			padding:0;
			float:right;
		}

			#slider {
				width:750px;
				height:300px;
				margin-bottom:20px;
				overflow: hidden;
				border:#CCC solid 1px
			}
			
			
			.block_noticias {
				width:695px;
				padding:10px ;
				margin:10px 0 0 0;
				height:270px;
				overflow:hidden
			}
			
			.news {
				width:auto;
				height:80px;
				padding:0;
				margin:0 0 15px 0
			}
			
			.news a{
				color:#333;
				font-weight:bold
			}
			
			.news p{
				margin-top:0
			}
			
			
		.content_column_03 {
			width:242px;
			height:auto;
			margin:0 0 0 0;
			padding:0;
			float:left
		}
			
			.block_intereses {
				margin:10px 0 0 0;
				overflow:hidden
			}
			
		.content_column_04 {
			width:698px;
			height:auto;
			margin:0 0 0 0;
			padding:0;
			float:right
		} 
			
			#tabs {
				width:auto;
				height:238px;
				padding:0;
				margin:0px 0 0 0;
				background:url(../images/bg-tabs.jpg) no-repeat 0 0;
				position:relative
			}
			
				.tabs_head {
					padding:0;
					margin:0;
					width:auto;
					height:40px
				}
				
					ul.tabs_items {
						margin:0;
						padding:15px 0 0 0;
						list-style:none
					}
					
						ul.tabs_items li  {
							width:300px;
							display:inline-block;
						}
						
						ul.tabs_items li a:link, ul.tabs_items li a:visited  {
							font-size:14px;
							color:#999999;
							text-decoration:none;
							font-weight:bold
						}
						
						ul.tabs_items li a.active, ul.tabs_items li a:hover {
							color:#D40711;
						}
						
						ul.tabs_items li.first  {
							float:left;
							text-align:right;
						}
						
						ul.tabs_items li.second  {
							float:right;
							text-align:left;
						}
		
				.tabs_content_load {
					margin:25px 0 0 -40px; width:auto; height:auto; position:absolute; text-align:center; background:#FFF; border:#CCC solid 1px; padding:10px; left:50%; z-index:99
				}
						
				.tabs_content {
					padding:0;
					margin:20px 0 0 0; /**/
					width:auto;
					height:auto;
				}
					
					.item {
						width:280px;
						height:112px;
						text-align:center;
						float:left;
						margin:0px 25px 10px 0px;
						position:relative;
						cursor:pointer;
						background:url(../images/bg-tabs-item.jpg) no-repeat 0 0;
					}
					
					.item a{
						text-decoration:none
					}
					
					.item_desc {
						width:282px;
						height:114px;
						padding:0;
						margin:0;
						display:none;
						position:absolute;
						top:0;
						left:0;
						background:url(../images/bg-tabs-item-2.png) no-repeat 0 0;
					}
					
						.item_desc p {
							padding:10px 20px;
							margin:0;
							color:#FFF;
							text-align:left;
						}
					
					.item h2{
						margin:10px 0 0 0;
						padding:0;
						font-size:14px;
						color:#D30611;
						font-weight:bold;  
					}
				
					ul.list_block_v {
						list-style:none;
						display:block;
						margin:0;
						padding:0
					}
					
					ul.list_block_v li {
						width:698px;
						height:165px;
						padding:0;
						margin:0 0 0 55px;	
					}
			
			
#wrapper_footer {
	width:auto;
	height:auto;
}

	.footer {
		width:1100px;
		padding:20px 0px;
		margin:0 auto; 
		/*color:#333;*/
		color:#fff;
		font-size:14px
	}
		
		.footer_column_full {
			text-align:center;
		}
		
		.footer_column_1 {
			width:40%;
			float:left;
			margin:0px 0 0 0;
			padding:0 0 0 0px;
		}
		
			.footer_column_1 a{
				color:#FFF;
				text-decoration:none
			}
			
			.footer_column_1 a:hover{
				text-decoration:underline
			}
		
		.footer_column_2 {
			width:40%;
			float:right;
			margin:0px 0 0 0;
			padding:0 0 0 0;			
			text-align:right
		}

			.footer_column_2 a{
				color:#CCCCCC;
				font-size:10px;
				text-decoration:none
			}
			
			.footer_column_2 a:hover{
				text-decoration:underline
			}		

ul.menu_lateral {
	padding:0;
	margin:20px 0 20px 0;
	list-style:none
}

	ul.menu_lateral li {
		padding:0;
		margin:0 0 10px 0;
	}
	
	ul.menu_lateral li a:link, ul.menu_lateral li a:visited{
		background:#D70C19 url(../images/bg-menu.png) no-repeat 7px 0px;
		border:#900 solid 1px;
		border-radius:6px;
		display:block;
		padding:15px 15px 15px 22px;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		transition: all 0.5s ease;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			-ms-transition: all 0.5s ease;
	}
	
		ul.menu_lateral li a:hover, ul.menu_lateral li a.active{
			background:#A70A15 url(../images/bg-menu.png) no-repeat 7px 0px;
			color:#FFF;
		}

.rojo {
	color:#D70C19;
}

.column_l_bono {
	float:left;
	width:30%;
	padding-right:30px;
}

.column_r_bono {
	float:right;
	width:60%;
	border-left:#CCC solid 1px;
	padding-left:30px;
}


#esquina{ 
	border:0px;
	position:absolute;
	right:0px;/*para posicionar en la esquina superior derecha*/
	top:0px;
	width:100px;/*la imagen es escalada a esta resolucion*/
	height:102px;
	z-index:999;
	display:none
}

#fondo{
	z-index:998;
	right:0px;
	top:0px;
	position:fixed;
	background: url(../images/blholls2.png) no-repeat top right;
	width:300px;/*el fondo se pega arriba a la derecha*/
	height:302px;/*el mismo tamaño que la imagen*/
}

.clear {
	clear:both
}

a.btn:link, a.btn:visited{
	background:#D70C19 url(../images/bg-menu.png) no-repeat 7px 0px;
	border:#900 solid 1px;
	border-radius:6px;
	padding:10px 15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
}

	a.btn:hover{
		background:#333 url(../images/bg-menu.png) no-repeat 7px 0px;
		color:#FFF;
	}

.blocks_social {
	background:#FFF;
	border:#CCC solid 1px;
	border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	padding:25px 15px;
	margin:0 20px 20px 0;
	line-height:normal;
	background:#FFF url(../images/bg-block-01.jpg) repeat-x center center;
	width:25%;
	display:inline-block
}	

	.blocks_social span {
		color:#333; 
		text-transform:uppercase; 
		font-size:22px;
		display:block;
		margin:10px 0 20px 0;
	}


/****************/
label {
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    outline: none;
	background:#D70C19;
	border:#08050D solid 1px;
	border-radius:6px;
	padding:12px 22px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
}

	input[type="submit"]:hover{
		background:#08050D;
		color:#FFF;
	}


#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea {
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
    width: 100%;
    padding: 12px 15px;
    display: block;
	margin-top: 7px;
    margin-bottom: 30px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #aaa;
	box-shadow: 0 0 5px #ddd;
	-o-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
  	-webkit-box-shadow: 0 0 5px #ddd;
}

.mail_response {
   
}

.name-missing, .fullname-missing, .dni-missing, .email-missing, .company-missing, .cargo-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}



.loader-form {
	background:url(../images/ajax-loader.gif) center center;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-16px;
	z-index:999999;
	width:32px;
	height:32px;
	display:none
}

.wrapper2 {
	width:820px !important;
}

.wrapper2 #content {
	padding:60px !important;
}
