@charset "utf-8";
/* CSS Document */

@import url(reset.css);
/*************************TAGS HTML***********************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background:url(../images/bg-body.jpg) repeat-x top
	}
a {
	text-decoration: none;
	color:#003366;
}

p{
	margin:10px 0;
	line-height:1.4em;
}

strong {
	font-weight:bold;
}

h1, h2, h3, h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height:1em;
}

small {
	font-size:90%;
	color:#666;
	padding:10px 0;
	display:block;
	line-height:1.1em;
}





.alingR {text-align:right;}
/**************************PAGE**************************************/
.page{
	width:860px;
	margin:0 auto;
	
	margin-bottom:10px;
}


.head {
	height:100px;
	position:relative;
}

.menu {
	background: #BDCBD7 url(../images/bg-menu.jpg) repeat-x top;
	border-bottom:10px solid #003466;
}

.banner {
	background:#003466 url(../images/bg-banner.jpg) repeat-x top;
	height:280px;
	overflow:hidden;
	position: relative;
	
}

.banner-title {
	background:#003466 url(../images/bg-banner.jpg) repeat-x top;
	padding:20px 5px;
	color:#FFF;
	
}

.content{
	background:#EAEEF2 url(../images/bg-content.jpg) no-repeat center top;
	padding:20px 0;
}

.foot{
	color:#FFF;
	font-size:90%;
	background:#A7BAC9;
	padding:5px;
	line-height:1.2em;
	text-align:justify;
}
.clear {
	clear:both;
}
/*********************MENU*************************************************/

.menu ul li {
	float:left;	
	border-right:1px #E9EDF1 solid;
}

.menu ul li a{
	border-right:1px #BECCD8 solid;
	padding:10px 25px;
	display:block;
}

.menu ul li a:hover {
	background:#EAEEF2
}
/*************************HEAD*************************************************/

.logo {
	position:absolute;
	width:160px;
	height:110px;
	top:10px;
	left:0;
	background:url(../images/logo.jpg) no-repeat center top;
}

.slogan {
	position:absolute;
	right:0;
	bottom:15px;
	width:300px;
	text-align:right;
	font-style:italic;
	font-size:14px;
	color:#1D4B77;
	
}
/****************************BANNER******************************************************/

a.more-service {
	position:absolute;
	bottom:13px;
	left:300px;
	z-index:999;
	display:block;
	padding:5px 10px 5px 10px;
	background: #A3B7C7 url(../images/bg-tab-2.jpg) repeat-x top;
	text-decoration: none;
	color:#FFF;
	text-shadow: 1px 1px 0px #666;

}

a.more-service:hover {
	background: #A3B7C7 !important;
}

.slider{
	width:860px;
	overflow:hidden;
	position:relative;
}

.nav{
	position:absolute;
	left:10px;
	bottom:20px;
	z-index:999;	
}


.nav a { background: #A3B7C7 url(../images/bg-tab-2.jpg) repeat-x top; text-decoration: none; color:#FFF; margin: 0 2px; padding: 5px 8px;
text-shadow: 1px 1px 0px #666;}
.nav a.activeSlide { background: #013566 url(../images/bg-tab.jpg) repeat-x top !important}
.nav a:focus { outline: none; }


.slider .banner-div{
	width:860px !important;
}


.banner-texto{
	margin:10px;
	color:#FFFFFF;
	float:left;
	width:400px !important;
}

.banner-texto h1 {
	font-size:24px;
	margin:10px 0;
	padding:10px 0;
	line-height:1.2em;
	background:url(../images/banner-h1.png) no-repeat left bottom;
	color:#F0F3F7;
}

.banner-imagen {
	float:right;
	position:relative;
	margin:10px;
	width:420px !important;
	overflow:hidden;
	height:260px;
}

.banner-imagen a{
	position:absolute;
	padding:5px 10px;
	background:#033668;
	display:block;
	width:400px;
	bottom:0;
	left:0;
	color:#FFF;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-size:140%;
	text-align:right;

}

.banner-imagen a:hover{
	font-style:italic;
	
}

/************************Messages********************************************/
.msj {
	padding:5px;
	padding-left:25px;
	font-size:11px;
	line-height:1.2em;
	text-align:justify;
	background: #eee;
	border:1px solid #ccc;
	margin:10px;
	font-weight:bold;
}

.ok {
	background: #EEF4D4 url(../images/ok.png) no-repeat 3px 3px;
	border-color: #8FAD3D;
	color:#62712F;
}

.bad {
	background: #F6CBCA url(../images/bad.png) no-repeat 3px 3px;
	border-color: #CB2026;
	color:#CF2027;
}

.war {
	background: #FCF9CE url(../images/war.png) no-repeat 3px 3px;
	border-color: #FFCC33;
	color:#333;
}

/***************************COLUMNS***************************************************/

.col-1 {
	float:left;
	width:370px;
}

.col-2 {
	float:right;
	width:490px;	
	background: url(../images/bg-col.jpg) no-repeat left top;
}

.col-3 {
	float:left;
	width:270px;
}

.col-4 {
	float:right;
	width:590px;	
	background: url(../images/bg-col.jpg) no-repeat left top;
}







/*************************************POST*************************************************/

.post-images {
	text-align:center;
}

.galeria {margin:10px;}

.post {
	padding:10px;
	position:relative;
	padding-bottom:50px;
	line-height:1.4em;
	font-size:12px;
	
}

.post h1 {
	font-size:22px;
	color:#003366;
	margin-bottom:15px;
}

.post h2 {
	font-size:20px;
	color:#333;
	color:#003366;
	margin:20px 0px 20px 0px;
}


.post ul  {
	margin:10px;
}
.post li {
	padding:5px 0;
	margin-left:10px;
	list-style:url(../images/bullet.gif);
}
p.aling-right{
	text-align:right;
}

a.read-more {
	padding:5px 10px 5px 10px;
	background: #013566 url(../images/bg-tab.jpg) repeat-x top !important;
	line-height:1.4em;
	text-decoration: none;
	color:#FFF;
	text-shadow: 1px 1px 0px #222;
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:12px;
}

a.read-more {
	background:#1D4B77;
}

.post-tabs {
	padding:10px;
}
	
/************************TABS*****************************************************************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	margin-right:2px;
	overflow: hidden;
	position: relative;
	}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
	color:#FFF;
	text-shadow: 1px 1px 0px #333;
	background: #A3B7C7 url(../images/bg-tab-2.jpg) repeat-x top;
	font-size:12px;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active a, ul.tabs li.active a:hover  {
	background: #013566 url(../images/bg-tab.jpg) repeat-x top !important;
	
	
}

.tab_container {
	overflow: hidden;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 5px;

}
/******************************************************************/

.forma-contacto {width:420px; margin:0 auto;}

.forma-contacto h3 {
	font-size:18px;
	color:#003366;
	margin:10px 0;
}


.defaultText { width: 400px; border:1px solid #ddd; padding:5px; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
.defaultTextActive { color: #a1a1a1; font-style: italic; }
.btn_enviar { background: #013566 url(../images/bg-tab.jpg) repeat-x top !important; color:#FFF; padding:5px 10px; font-size:12px; border:0px; text-shadow: 1px 1px 0px #222;}

/*******************************************************************/
.banner-title {
	background:#003466 url(../images/bg-banner.jpg) repeat-x top;
	padding:20px 5px;
	color:#FFF;
}

.banner-title  h1 {
	font-size:22px;
	color:#fff;
	margin-bottom:5px;
	color:#F0F3F7;
}

.banner-title a {
	color:#D1DBE7;
}
	
.banner-title a:hover {
	color:#F0F3F7;
	text-decoration:underline;
}
