/************************ MENU BAR ************************/
#menu_bar{
	background-color: #FFF;
	height: 30px;
}

/************************ Clear Box ************************/

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

}

/************************ WRAPPER ************************/
#main{
	margin:0;
	padding: 0;
	background-color: #F5F5F5;
	width:100%;
}

/************************ SOCIAL BAR ************************/
#social_bar{
	background-color: #B71B1F;
	height: 140px;
}

.social_special_pad{
	padding-left: 50px;
}

#social_bar h1{
	width: 152px;
	height: 138px;
	position: relative;
}

#social_bar h1 {
	position: absolute;
	
}
	
#social_bar h1 a{
	display: block;
	border: none;
	width: 152px;
	height: 138px;
	/*text-indent:-9000px;*/
	text-decoration: none;
}

#social_bar .social_bar_small{
	text-align: right;
	padding-top: 75px;
	padding-right: 20px;
}
	

/************************ BANNER BAR ************************/
#banner{
	color: white;
	background-color: #3AD9FF;
	height: 320px;
}

#banner #noflash{
	
}

/************************ MENU ************************/

#nav_general{
	background-color: #FFFFFF;
	border-left: solid 1px #EBEBEB;	
	border-right: solid 1px #EBEBEB;
}

#nav_general ul li{
	font-weight: normal;
	text-align: center;
	float: left;
	background-color: white;
	line-height: 26px;
	font-size: 12px;
	margin: 0px 0;
	
}

#nav_general ul li a{
	display: block;
	text-decoration: none;
	background-color: #E6E6E6;
}

li a:hover{
	color: #000;
	text-decoration: none;
}

li.special_middle a{
	background:url("../img/nav/middle_nav_bar.jpg") top right #E6E6E6 no-repeat;
	padding: 0 10px;
	padding-right: 20px;
}

li.special_end a{
	background:url("../img/nav/final_nav_bar.jpg") top right #E6E6E6 no-repeat;
	padding: 0 10px;
	padding-right: 20px;
}


#menu_bar .wrap_internal ul li{
	font-weight: normal;
	text-align: center;
	width: 150px;
	float: left;
	background-color: white;
	line-height: 30px;
}

#menu_bar .wrap_internal ul li a{
	color:#C4232B;
	display: block;
	text-decoration: none;
}

#menu_bar .wrap_internal ul li a:hover{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B71B1F;
}

#menu_bar .wrap_internal ul li.botonActivo{ 
	display: block;
	text-decoration: none;
	background-color: #B71B1F;
}
#menu_bar .wrap_internal ul li.botonActivo a{
	color: #FFF;
}

/************************ FOOTER ************************/

#footer{
	position:relative;
	background-color:#AA172C;
	height:340px;
	color:#fff;
	font-size: 12px;
	padding-top:12px;
}

.link_menu{
	text-decoration: none;
	color: #FFFFFF;
}

.link_menu:hover{
	border-bottom:1px dotted #ffffff;
	color: #FFFFFF;
}
#cont_footer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#menu_foot{
	border-right:solid;
	border-right-width:1px;
	border-right-color:#940A0D;
	margin-left:60px;
	float:left;
	height:242px;
	text-align:left;
	width:180px;
}

#servicios_foot{
	height:242px;
	float:left;
	text-align:left;
	border-right:solid;
	border-right-width:1px;
	border-right-color:#940A0D;
	margin-left:60px;
	width:240px;
}

#redes_foot{
	float:left;
	margin-left:60px;
	width:200px;
}

.redes_sociales{
	/*background: url("../img/back_redes_sociales.jpg") top right no-repeat;*/
	
	text-align:left;
	height: 50px;
	margin: 2px 2px;
	border-bottom: solid 1px #940A0D;
}

.link_redes:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.link_redes{
	text-decoration: none;
	color: #FFFFFF;
	text-align:left;
}

/************************ RSS CHANNEL ************************/
#rss_channel{
	text-align:left;
	height:70px;
	width:200px;
}

#legal{
	position:absolute;
	top:300px;
	height:15px;
	padding-top:15px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#940A0D;
	width:100%;
	text-align:center;
	z-index:30;
}