/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%; height:100%;}

body {font-family:Arial, Helvetica, sans-serif;font-size:13px;line-height:25px;color:#B0B0B0;min-width:1000px;height:100%;
background:url(../images/body-tail.gif) center top repeat #0e0f0f;
}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}

.main {
	width:1000px; 	
	margin:0 auto;

}

a {
	color: #3399FF;
	outline: none;
}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;

}
.extra-wrap {overflow:hidden; margin-top:-20px;}
 
p {margin-bottom:22px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {
	float: right;
	margin-top: -20px;
}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#575756;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.indent {padding:46px 0 0 30px;}
.indent-top {padding-top:10px;}
.indent-left {padding-left:20px;}
.indent-right {padding-right:20px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:18px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {
	margin-bottom: 10px;
	color: #333;
}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:11px 20px 0px 0;}
.img-indent-r {float:right; margin:-43px 0px 0px 30px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 a,
.list-2 a,
.link,
.button,
.button2,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	background-color:#173054;
	position:relative; 
	z-index:2;
	 -webkit-box-shadow: 3px 3px 5px #999;	
}

header .wrapper {
	height:110px;} 

h1 {
	padding:25px 0 24px 1px; 
	float:left;
}
	h1 a {
		display:block; 
		width:458px;
		height:94px;
		text-indent:-9999em;
		background:url(../images/logo.png) 0 0 no-repeat;
	}
	
/***** menu *****/
.menu {
	padding:66px 29px 0 0; 
}
.menu li {
	float:left; 
	position:relative;
	padding-left:28px;
}
.menu li a {
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	font: bold;
}
.menu li a.active,
.menu > li > a:hover {
	color: #D3B63D;
}

.row-bot {
	width:100%;
	padding: 0 0;
	
	/*background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#173054), to(#08162D));*/
	
	/*background: -moz-linear-gradient(top, #ffcc00 , #e3b600);
	background: -webkit-gradient(linear, 0 0, 0 95%, from(#ffcc00),  to(#eda700));*/
/*		chrome*/
		background: -webkit-gradient(linear, 0 0, 0 98%, from(#D3B63D),  to(#DDC55E));
/*		explorer*/
		background: -ms-linear-gradient(top, #D3B63D 0%,#DDC55E 90%,#DDC55E 51%,#DDC55E 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#D3B63D', EndColorStr='#DDC55E');
/*firefox*/
background-image:-moz-linear-gradient(top, #D3B63D, #DDC55E);  
	 background-color:#D3B63D;
 /*sombreado*/
 
 -webkit-box-shadow: 3px 3px 5px #999;
 box-shadow: 3px 3px 5px #999; 

	
 
	/*background:url(../images/row-bot-tail.gif) center top repeat-x;*/
}
.title-1 {
	display:block;
	font-size:29px; 
	line-height:2em; 
	color:#fff;
	letter-spacing:-2px;
	margin-bottom:5px;
	margin-top:-20px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	padding:40px 0 60px;
	
	/*background: -moz-linear-gradient(top, #6F6E6E , #ffffff);
 background: -webkit-gradient(linear, 0 0, 0 5%, from(#6F6E6E),  to(#ffffff));
 
	background-color:#b0b0b0;*/
	color:#333;
	background:url(../images/body.jpg) center top repeat;
/*	position:relative;
	z-index:1;
*/}

.spacer-1 {
	width:100%; 
	background:url(../images/pic-1.gif) 217px 0 repeat-y;
}

.box {
	width:100%;
	background-color:#fff;
/*	background-color:#d9d9d8;*/
	/*background:url(../images/box-tail.gif) 0 0 repeat;*/
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
	.box .padding {padding:5px 20px 15px;}

h2 {
	font-size: 28px;
	line-height: 2em;
	color: #173054;
	letter-spacing: -3px;
}
h3 {
	font-size:18px; 
	line-height:2em; 
	color:#173054;
	/*background:url(../images/h3-tail.gif) 0 0 repeat;*/
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding-left:21px;
	letter-spacing:-2px;
}
h6 {color:#fff; font-weight:normal;}

.border-bot {
	width:100%; 
	padding-bottom:32px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.banner {
	width:100%;
	position:relative;
}
	.banner a {
		position:absolute;
		left:20px;
		bottom:30px;
	}

.button {
	display:inline-block; 
	padding:1px 20px 8px;
	font-size:18px;
	line-height:22px;
	color:#556502; 
	background:url(../images/button-tail.gif) 0 0 repeat-x #cdcdcd;
	border:3px solid #fff;
	cursor:pointer;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	letter-spacing:-1px;
}
.button:hover {color:#ce0b0e;}

.button2 {
	display:inline-block; 
	padding:20px 20px 20px 20px; 
	font-size:14px;
	line-height:0px;
	color:#fff; 
	background:url(../images/button2-tail.gif) 0 0 repeat-x #cc2800;
	cursor:pointer;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	letter-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.button2:hover {background:#254067;}


.button3 {
	display:inline-block; 
	padding:8px 8px 5px 8px;
	font-size:14px;
	line-height:27px;
	color:#fff; 
	background:url(../images/button2-tail.gif) 0 0 repeat-x #cc2800;
	cursor:pointer;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	text-decoration:none;

}
.button3:hover {background:#254067;}


.list-1 li {
	font-size:14px; 
	line-height:19px; 
	font-style:italic;
	padding:8px 0; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-1 a {color:#fff;}
	.list-1 a:hover {color:#cc2800;}
	.list-1 .last-item {background:none;}

.list-2 li {
	font-size:14px; 
	line-height:19px; 
	font-style:italic;
	padding:8px 0; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}
	.list-2 a {
	display: inline-block;
	color: #003;
	padding-left: 11px;
	background: url(../images/marker-1.gif) 0 8px no-repeat;
	}
	.list-2 a:hover {
	color: #0099FF;
}
	.list-2 .last-item {background:none;}

.link:hover {text-decoration:underline;} 

.link-1 {
	display:inline-block; 
	font-size:14px; 
	padding-right:8px; 
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;} 

.text-1 {
	display:block;
	font-size:19px;
	line-height:45px;
	color:#000000;
	letter-spacing:-2px;
	margin-bottom:5px;
} 

dl span {
	float: left;
	width: 82px;
	color: #333333;
}

dl.years {line-height:35px;}
dl.years dt {float:left; width:49px; color:#fff; background:url(../images/pic-1.gif) left bottom repeat-x;}
dl.years dd {overflow:hidden; background:url(../images/pic-1.gif) left bottom repeat-x;}
dl.years .last-item {background:none;}

.tdate-1 {
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	text-align:center;
	background:url(../images/time-bg.png) 0 0 no-repeat;
	float:left;
	margin:0px 21px 0 0;
}
	.tdate-1 span {
		display:block;
		font-size:9px;
		line-height:1.2em;
		color:#fff;
	}
	.tdate-1 strong {
		display:block;
		font-size:37px;
		line-height:46px;
		color:#000;
	}
	
/* -- gallery  begin --*/
div.content img { position: relative; z-index: 2;}
div.slideshow-container {
	height: 380px;
	width: 600px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
div.slideshow span.image-wrapper {
	display: block;
	width: 600px;
	height: 378px;
	position:absolute;
	left:0;
	top:0;
	margin:0;
}
div.slideshow a.advance-link {
	display: block;
	margin: 0;
	font-size:0;
	line-height:0;
	text-decoration:none;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div#thumbs {
	padding: 0;
	width:600px;
}
ul.thumbs {
	padding: 0 0 0 0;
	width:100%;
	overflow:hidden;
	position:relative;
}
ul.thumbs li {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	width: 180px;
	height: 124px;
}
ul.thumbs li.last {margin-right:0;}
ul.thumbs li.last2 {margin-bottom:0;}
ul.thumbs li.last3 {margin:0;}
ul.thumbs li.last4 {margin-bottom:0;}
ul.thumbs li.last5 {margin:0;}

a.thumb {display:block;}
a.thumb:focus {outline: none;}

/* -- gallery end --*/

/***** contact form *****/
#contact-form {width:300px;}
#contact-form label {display:block; height:35px; margin-bottom:-10px; margin-top:5px;}
#contact-form label.message {height:324px;}
#contact-form input {width:300px; font-size:14px; line-height:17px; color:#CFCECE; padding:8px 20px 7px; margin:0; font-family:Arial, Helvetica, sans-serif; border:none; background:#fff; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;}
#contact-form textarea {
	height: 300px;
	min-height: 300px;
	max-height: 300px;
	overflow: auto;
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	font-size: 14px;
	line-height: 17px;
	color: #7f7f7f;
	padding: 5px 20px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.buttons {padding-top:20px;}
.buttons a {margin-right:10px;}

.msg{
	background-color:transparent;
	color:#FFF;
	padding:5px;
	z-index:9000;
	left:350px;
	margin-top:5px;
	width:150px;
	position:absolute;}
	
.msg_ok{
	background:#06C;
}
.msg_error{
	background:#06C;
}
		
/****************************footer************************/
footer {
	width:100%; 
	padding:20px 0 25px;
	height:20px;
}
	footer span {display:block;}

.list-services {
	padding: 1px 0 0 1px;
}
	.list-services li {
	float: right;
	padding: 0 9px 0 0;
	}
	.list-services a {
		display:block;
		width:27px;
		height:27px;
		text-indent:-9999em;
		background:url(../images/social-icons.png) 0 0 no-repeat;
	}
	.list-services .item-1 a {background-position:-36px 0;}
	.list-services .item-2 a {background-position:-72px 0;}
	.list-services .item-3 a {background-position:-108px 0;}

.norma{
	color:#036;
	font-size:12px;
	font-style:italic;}

.norma2{
	color:#333;
	font-size:11px;
}

.normal {
  width: 100%;
  border: 1px solid #fff;

}
.normal th, .normal td {
  border: 0px solid #fff;
}


.imagenIndex{
	 -webkit-box-shadow: 5px 5px 5px #999;
	 border:#FFF solid 5px;
	 margin-bottom:20px;
	 
	}

.subtitulos{
 background-color:#FFF;
 font-size:20px;
 font:bold;
 padding:5px;
 color:#173054;
 
 }