@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,300italic,600italic);

/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: 300;
	margin: 0;
	outline: 0;
	padding: 0;
	color:#000;
}
a img{
	border:0 none;
}
body{
	margin:0;
	padding:0;
	background:url(images/template/fondo.gif) no-repeat top center #f6f4ee;
}
ul{
	padding-left: 20px;
}
strong{
	font-weight:600;
}
h2{
	font-size:15pt;
	line-height:20pt;
	font-weight:600;
	margin-bottom:15px;
}
h1.pagetitle{
	font-size:15pt;
	line-height:20pt;
	font-weight:600;
	margin-bottom:15px;
	background:#feefd9;
	padding: 5px 10px;
	margin-left: 20px;
	margin-right:20px;
}
h1{
	font-size:15pt;
	line-height:20pt;
	font-weight:600;
	margin-bottom:15px;
	padding: 5px 10px;
	margin-left: 20px;
	margin-right:20px;
}
p{
	margin-bottom:15px;
	font-size:12pt;
	line-height:20pt;
}
ul li{
	font-size:12pt;
	line-height:20pt;
}
a{
	text-decoration:none;	
}
.wraper{
	background:white;
	width:936px;
	min-height:600px;
	margin:0 auto;
}
.soft-shadow{
	box-shadow: 0 0 10px -2px #000;
	-moz-box-shadow: 0 0 10px -2px #000;
	-webkit-box-shadow: 0 0 10px -2px #000;
	-ms-box-shadow: 0 0 10px -2px #000;
	-khtml-box-shadow: 0 0 10px -2px #000;
}
header{
	width:100%;
	height:140px;
	display: inline-block;
}
footer{
	padding:10px 20px;
}
footer p{
	font-size:8pt;
	line-height:13pt;
	color:#000;
	margin:10px 0;
}
.logo{
	float:left;
	width:192px;
	height:86px;
	padding:32px 75px;
	margin:0;
}
.right-header{
	float:left;
	width:594px;
	overflow:hidden;
	border-top:15px solid #b9202a;
	clear:right;
}
.right-header .social, .right-header .m-menu{
	width:587px;
	overflow:hidden;
	float:right;
}
.right-header .social{
	height:20px;
	padding:15px 0;
}
.right-header .social #fb{
	background:url(images/template/fb.jpg) no-repeat center center transparent;
	width:20px;
	height:21px;
	float:right;
	margin-right:10px;
}
.right-header .social #in{
	background:url(images/template/in.jpg) no-repeat center center transparent;
	width:20px;
	height:21px;
	float:right;
	margin-right:20px;
}
.right-header .m-menu a{
	float:left;
	border-bottom:8px solid #ed7324;
	padding:5px 14px;
	color:#000;
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size:11pt;
	line-height:12pt;
	min-height:20px;
	text-align:center;
	border-right:1px solid #ed7324;
}
.right-header .m-menu a:hover{
	background:#ed7324;
	color:white;
}
.content{
	width:100%;
	margin:10px 0;
}
.homescroll{
	margin:0 auto; width: 100%; height:286px;
	padding:15px 0;
	background:#ed7324;
	position:relative;
}
/*SCROLLABLE JQUERY TOOLS*/
/*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 100%;
}
 
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
 
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.items div {
  float:left;
}
/* position and dimensions of the navigator */
.navi {
    width: 200px;
	height: 16px;
	position: absolute;
	bottom: 1px;
}
 

/* items inside navigator */
.navi a {
    width:10px;
    height:10px;
    float:left;
    margin:3px;
    background:url(images/template/navigator.png) -20px 0px no-repeat;
    display:block;
    font-size:1px;
}
 
/* mouseover state */
.navi a:hover {
    background-position: top right;
}
 
/* active state (current page state) */
.navi a.active {
    background-position:0 0px;
}
/*scrollable jquery tools*/
ul.cuadros li{
	list-style:url(images/template/bullet.gif);
}
ul li{
	
}
.colums{
	width:100%;
	overflow:hidden;
}
.colums .col-left, .colums .col-right{
	width: 40%;
	padding: 25px 5%;
	float: left;
}
.tira{
	overflow:hidden;
	width:100%;
	background:#b9202a;
}
.tira a{
	float:left;
	margin:0;
	padding:0;
	height: 44px;
}
.pdfbuttons{
	width:100%;
	overflow:hidden;
}
.pdfbuttons div{
	width:300px;
	margin-left:10px;
	float:left;
	padding:10px;
	padding-left:85px;
	background:url(images/pdfdownload.png) no-repeat 10px 10px transparent;
}
.pdfbuttons div:hover{
	background-color:#f5f5f5;
	cursor:pointer;
}
.pdfbuttons div p{
	margin-bottom: 5px;
	font-size:9pt;
	line-height:14pt;
}
input[type="number"]{
	background:#f0ebe1;
	padding:7px;
	border:0 none;
	box-shadow: inset 2px 2px 10px -2px #999;
	font-size:12pt;
	outline:none;
	width:80px;
	font-weight:600;
	margin:0 10px;
}
button{
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color:white;
	font-size: 13pt;
	background:#ed7324;
	padding:7px 20px;
	border:0 none;
	border-bottom:2px solid #555;
	border-right:2px solid #555;
	box-shadow: inset 2px 2px 10px -2px #f5f5f5;
}
button:active{
	border:0 none;
	border-bottom:2px solid #cb875b;
	border-right:2px solid #cb875b;
	box-shadow: inset -2px -2px 10px -2px #cb875b;
}
button.gray{
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color:white;
	font-size: 13pt;
	background:#b6a9a0;
	padding:7px 20px;
	border:0 none;
	border-bottom:2px solid #555;
	border-right:2px solid #555;
	box-shadow: inset 2px 2px 10px -2px #f5f5f5;
}
button.gray:active{
	border:0 none;
	border-bottom:2px solid #8b837c;
	border-right:2px solid #8b837c;
	box-shadow: inset -2px -2px 10px -2px #8b837c;
}
table.calcular td{
	padding:10px 6px;
}
table.frmcontacto label{
	font-size:11pt;
	color:#000;
}
table.frmcontacto input, table.frmcontacto textarea{
	font-size:11pt;
	color:#000;
	padding:5px;
	outline:none;
	border:1px solid #ccc;
}
table.frmcontacto input:focus, table.frmcontacto textarea:focus{
	border:1px solid #999;
	box-shadow: 0 0 10px -5px #000;
}
table.frmcontacto button{
	background-image: url(images/sendicon.png) ;
	background-position: right center ;
	background-repeat:no-repeat;
	height:59px;
	padding-right:70px;
	background-color:transparent;
	border:0 none;
	box-shadow:none;
	color:#444;
	text-shadow:none;
	cursor:pointer;
}
table.frmcontacto button:active{
	background-position: 100% 55% ;
}
#recaptcha_div{
	width:312px;
	height:123px;
	overflow:hidden;	
}
#recaptcha_div #recaptcha_area, #recaptcha_div #recaptcha_table{
	margin:-3px;	
}