/* 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 ======================================================== */
body { 
	background:#fff; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:120%; 
	line-height:1.0625em;
	color:#5f5f5f;
}
html { min-width:941px;}
html, body {
	height:100%;
	color: #000;
}



/* Global Structure ============================================================= */
#main {
	margin: 0 auto;
	position: relative;
	width: 941px;
	position:relative;
	font-size:.69em;
}

	/* Header */
	header{
		height:86px;
		overflow:hidden;
		position:relative;
	}
	
	/* Content */
	#content {
	padding:15px;
	color: #656D77;
	}
	.mainContent {
		float: left;
		width:552px;
		margin-right:15px;
	}
	.mainContent.left {
		margin-left:15px;
		margin-right:0;
	}
	
	/* Sidebar */
	aside{
	float:left;
	width:294px;
	}




/* Left & Right alignment */

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 20px; }


/*----- form defaults -----*/
input, select, textarea { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
.img-indent { 
	margin:5px 26px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:5px 26px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:17px;}
.p1 { margin-bottom:8px;}
.p2 { margin-bottom:17px;}
.p3 { margin-bottom:25px;
}


/*----- txt, links, lines, titles -----*/
a {
	color:#AB2138; 
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#AB2138;
	text-decoration:none;
}

h1 {
	font-size:22px;
	line-height:1.2em;
	font-weight:normal;
	background:url(../images/logo.gif) no-repeat 0 0;
	padding:15px 0 15px 53px;
	text-transform:uppercase;
	position:absolute;
	left:66px;
	top:8px;
	width: 566px;
	height: 31px;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}
h2 {
	background:url(../images/title-line.gif) no-repeat 0 0;
	padding:0 0 0 13px;
	text-transform:uppercase;
	color:#AB2138;
	font-size:16px;
	margin-bottom:21px;
}
	h2 span {
		font-size:12px;
		display:block;
		color:#525252;
	}
h3 {
	background:url(../images/title-bg.jpg) no-repeat 0 0;
	height:34px;
	line-height:34px;
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	text-indent:0px;
}
h4 {
	font-size:15px;
	color:#AB2138;
	text-transform:uppercase;
	margin-bottom:16px;
	padding:8px 0 0 0;
}
h5 {
	font-size:1em;
	color:#000;
	margin-bottom:1em;
}
h6 {
	color:#fff;
	text-decoration: none; 
}

.link1 { 
	background:url(../images/arrow1.gif) no-repeat 100% 5px;
	padding:0 8px 0 0;
}



/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(../images/border-top.jpg) repeat-x left top;
	}
	.box .border-bot {
		background:url(../images/border-bot.jpg) repeat-x left bottom;
	}
	.box .border-left {
		background:url(../images/border-left.jpg) repeat-y left top;
	}
	.box .border-right {
		background:url(../images/border-right.jpg) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(../images/left-top-corner.jpg) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.jpg) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.jpg) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.jpg) no-repeat right bottom;
		}
	.box .inside { 
		padding:23px 24px 25px 26px;
	}
		
		
		.box nav {
			background:url(../images/nav-bg.gif) 0 0 repeat-x;
			overflow:hidden;
			margin-bottom:1px;
			height:48px;
		}
			.box nav ul li {
				float:left;
				background:url(../images/divider.gif) no-repeat 0 0;
				padding-left:1px;
			}
			.box nav ul li.last {
				width:145px;
			}
				.box nav ul li a {
					float:left;
					font-size:13px;
					color:#fff;
					text-decoration:none;
					width:148px;
					text-align:center;
					height:47px;
					line-height:47px;
				}
				.box nav ul li a:hover, .box nav ul li a.current {
					background:url(../images/nav-bg-act.jpg) 0 0 repeat-x;
				}
				


.box1 {
	background:#fff
}
	.box1 .inner {
	padding:25px 25px 25px 25px;
	text-align: left;
	}
	
	


.box2 {
	background:#fafafa;
	width:294px;
	margin-bottom:12px;
}
.box2.last {
	margin-bottom:0;
}
	.box2 .border-top {
		background:url(../images/border-top1.gif) repeat-x left top;
	}
	.box2 .border-bot {
		background:url(../images/border-bot1.gif) repeat-x left bottom;
	}
	.box2 .border-left {
		background:url(../images/border-left1.gif) repeat-y left top;
	}
	.box2 .border-right {
		background:url(../images/border-right1.gif) repeat-y right top;
	}
	.box2 .left-top-corner {
		background:url(../images/left-top-corner1.gif) no-repeat left top;
	}
	.box2 .right-top-corner {
		background:url(../images/right-top-corner1.gif) no-repeat right top;
	}
	.box2 .left-bot-corner {
		background:url(../images/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
		}
	.box2 .right-bot-corner {
		background:url(../images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box2 .inner { 
		padding:10px 24px 5px 24px;
	}
	.box2 .inner1 { 
		padding:10px 24px 15px 24px;
	}



.box3 {
	background:#fafafa;
	width:294px;
	margin-bottom:12px;
}
.box3.last {
	margin-bottom:0;
}
	.box3 .border-top {
		background:url(../images/border-top1.gif) repeat-x left top;
	}
	.box3 .border-bot {
		background:url(../images/border-bot1.gif) repeat-x left bottom;
	}
	.box3 .border-left {
		background:url(../images/border-left1.gif) repeat-y left top;
	}
	.box3 .border-right {
		background:url(../images/border-right1.gif) repeat-y right top;
	}
	.box3 .left-top-corner {
		background:url(../images/left-top-corner1.gif) no-repeat left top;
	}
	.box3 .right-top-corner {
		background:url(../images/right-top-corner1.gif) no-repeat right top;
	}
	.box3 .left-bot-corner {
		background:url(../images/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
		}
	.box3 .right-bot-corner {
		background:url(../images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box3 .inner { 
		padding:10px 24px 5px 24px;
	}
	.box3 .inner1 { 
		padding:10px 24px 15px 24px;
	}
	
.address { 
	float:left;
	line-height:14px;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:70px;
		}


.banner {
	height:240px;
	overflow:hidden;
}

/*===== content =====*/
#content .outdent {
	padding-bottom:12px;
}
	
	.list1 {
		padding-bottom:5px;
	}
		.list1 li {
			background:url(../images/arrow1.gif) no-repeat 0 6px;
			padding:0 0 5px 9px;
		}
			.list1 li a {
				color:#aeaeae;
				text-decoration:none;
			}
			.list1 li a:hover {
				text-decoration:underline;
			}
	
	.list2 {
		padding-bottom:5px;
	}
		.list2 li {
			background:url(../images/arrow1.gif) no-repeat 0 6px;
			padding:0 0 5px 9px;
		}
			.list2 li a {
				color:#1c7e98;
				text-decoration:none;
			}
			.list2 li a:hover {
				text-decoration:underline;
			}
	
	
		.extra-banner span {
			float:left;
			margin:0 17px 0 -16px;
			background:url(../images/extra-banner.gif) no-repeat 0 0;
			width:57px;
			height:57px;
			line-height:57px;
			color:#fff;
			text-align:center;
		}

/*===== footer =====*/
footer {
	color:#5d5d5d;
	padding:2px 0 20px 66px;
}
	footer a {
		color:#5d5d5d;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	display:block;
	color:#B21E36;
	font-weight:bold;
}
	#contacts-form .col-1 {
		width:246px !important;
		margin-right:0 !important;
	}
	#contacts-form .col-2 {
		width:246px !important;
		margin-right:0 !important;
	}
	#contacts-form label {
		display:block;
		height:44px;
		overflow:hidden;
	}
		#contacts-form input {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:2px 0 2px 5px;
			width:200px;
		}
		#contacts-form textarea {
			color:#111;
			border:1px solid #a09b96;
			background:#fff;
			padding:2px 0 2px 5px;
			width:240px;
			overflow:auto;
			height:100px;
			margin-bottom:12px;
		}

#contentForm {
  display: block;
  width: 400px;
  margin: 5px auto;/*this line will center the page*/
  padding: 25px;
  border: 1px solid black;
  background-color: white;
}

/* FORMULARIO */
label {
  display: block;
  float: left;
  clear: left;
  Width: 155px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #111;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

.button {
  font-color: "#AB2138";
}
/*==========================================*/
