@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

html {
	overflow-y: scroll; 
}

p {
    padding: 10px 0; line-height: 1.5em;
}

h1 {font-size: 23px; color:#264365; line-height:2em; font-weight:bold;}
h2 {font-size: 18px;  color:#0270C9; line-height:1.6em; border-bottom: 3px solid #E8E8E8;}

.imagen img {
	
	margin-top:60px;
	margin-left: 60px;

}

/* layout */
#wrapper {
    width: 100%;
    min-width: 960px;
    max-width: 3000px;
    margin: 0 auto;
}
.container {width: 960px; margin: 0 auto;}

#header {
    float: left;
    height: 114px;
    width: 100%;
    background: #fff;
}
#navigation {
    float: left;
    height: 46px;
    width: 100%;
    background: #A7ABAC;
}

#slider{
	float:left;
	width:100%;
	height:100%;
	
	}


.slider {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


#content-full {
    float: left;
    background: #FFFFFF;
    width: 960px;
}
#content {
    float: left;
    background: #FFFFFF;
    width: 720px;
	padding: 20px 20px 20px 0 ;
}

#content-contacto {
    float: left;
    background: #FFFFFF;
    width: 550px;
	padding: 20px 20px 20px 0 ;
}

#content img{
	padding: 20px 0 ;
}


#rightcolumn {
    background: #fff;
    width: 200px;
    float: left;
	margin-top: 50px; 
	padding:10px;
}

#rightcolumn-contacto {
	background: #fff;
	width: 370px;
	float: left;
	margin-top: 30px;
	padding: 10px;
	margin-left: 0px;
}

#footer {
    position:relative;
 bottom:0;
	width: 100%;
	height:40px;
    background: #A7ABAC;
    clear: both;
	padding: 0px;
	text-align:center;
	line-height:3em;
	color:#fff;
}
/* especificos */

/* header*/
.logo {float:left; padding:20px 0 10px 0;}

.llamadas {float:right; padding:30px 5px 20px 20px; text-align:right;}

.login {float:right; padding:6px 10px 0 0; text-align:right;}

.mail, .telefono  {float:right; padding:10px 26px 10px 0; text-align:right;  }

.mail {background:url(imagenes/mail.png) right no-repeat;}

.telefono {clear:both; background:url(imagenes/telefono.png) right no-repeat;}

/* menu */

.menu {padding: 16px 0; margin-left:-30px;}

.menu ul { }

.menu li { display: inline; list-style-type: none;font-size: 14px; font-family:Arial, Helvetica, sans-serif; color: #FFF; border-right:1px solid #223EA1; padding: 0 30px;}

.menu li a {text-decoration:none; color:#FFFFFF}

.menu li a:hover, .menu li a:active  {text-decoration:none; color : #223EA1}

#active  {color : #223EA1}

.last { border-right:none !important;}


/* cajas */
.barra {}

.imagen-fondo img{display:block; margin: 0 auto !important;}

.marquer {
	float: left;
	width: 298px;
	min-height: 220px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	background: #F2F0F1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
}

.marquer img {display:block;  margin: 0 auto !important; padding: 20px 0 10px 0;}

.marquer h4 { font-size:15px; color:#747474; font-weight:bold;  text-align:center; line-height: 1.4em}

.marquer h5 { font-size:14px; letter-spacing:1px; color:#747474; text-align:center; line-height: 1.4em }

.h1front { font-size:14px; letter-spacing:1px; color:#747474; text-align:center; line-height: 1.4em; font-weight:normal;}
.h2front { margin-right: 0px; align: center; border-bottom: 0px; font-size:14px; letter-spacing:1px; color:#747474; text-align:center; line-height: 1.4em; font-weight:normal;}

.marquer hr, .separator {display:block; width:100%; height:1px; margin: 10px 0; border-top: 1px dashed #ccc;}

.marquer p {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	line-height: 1.4em;
	color: #999;
	text-align: center
}


/* laterak*/

.marquer-lateral {float:left; width:200px; min-height:233px; margin: 0px 0px 10px 0px;  background:#F2F0F1;  border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px solid #ccc;}

.marquer-lateral img {display:block;  margin: 0 auto !important; padding: 20px 0 10px 0;}

.marquer-lateral h4 { font-size:13px; color:#747474; font-weight:bold;  text-align:center; line-height: 1.4em}

.marquer-lateral h5 { font-size:13px; letter-spacing:1px; color:#747474; text-align:center; line-height: 1.4em }

.marquer-lateral hr, .separator {display:block; width:100%; height:1px; margin: 10px 0; border-top: 1px dashed #ccc;}

.marquer-lateral p { padding: 0 20px 20px 20px; font-size:10px; line-height: 1.4em; color:#999; text-align:center} 

.imagen-lateral img {display:block;  margin: 0 auto !important; padding: 10px 0;}


/* added recaptcha*/


label {
    display: block;
    padding: 1px 7px 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

input[type="text"], textarea {
    display: block;
    background: none;
    font: inherit;
    padding: 12px;
    position: relative;
    z-index: 10;
	overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
	
}

label, input[type="text"], #singleParagraphInputs div{
	/* these two values must be the same */
	font-size: 0.9em;
	line-height: 1.5em;
	height: 1.5em;
	margin: 5px 0;
	
}

.form-group {
    margin-bottom: 15px;
}

#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 0.6em;
}

input, textarea, #recaptcha_table{
	border: 1px solid #ccc;
}


.form-control {
    display: block;
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.btn {
	top: 30px;
    margin-top: 20px;
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.btn.btn-primary {
    background: #45aed6;
	border-color: #2a95be;
	color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.formError {
    border: 1px solid red;
}

#contactForm, #recaptcha_table{
	width: 284px;
	margin: 0 auto;
		margin-left:0 !important;

	margin-top: 50px;
}

#singleParagraphInputs div, #commentTxt {
    position: relative;
}

#singleParagraphInputs input {
    width: 420px; /* 16px less than form width */
}

#commentTxt textarea {
    min-height: 5em;
	min-width: 420px; /* 16px less than form width */
	/* if you aim ie7 users specify font to use in textarea since it won't inherit it*/
	/*
	font: 14px/1.5em sans-seif;
	*/
}

#screenReader, #checking {
    float: left;
	display: none;
}

#recaptcha_response_field {
    width: 284px !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}

input[type="submit"]{
	/* some styles for the button */
}
/*
#recaptcha_image img {
    width: 200px !important;
    height: 38px !important;
}

.recaptcha_image_cell {display:none}
.recaptcha_image_cell td{display:none}*/
