/************************************************************************************
FONTS
*************************************************************************************/

@font-face {
	font-family: icons-webfont;
	src: url('../fonts/icons-webfont.ttf'),
		 url('../fonts/icons-webfont.woff'),
		 url('../fonts/icons-webfont.eot');
	font-weight:normal;
	font-style:normal;
	font-size:30px;
} 


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin:0;
	padding:0;
}

img, fieldset {
	border:0;
}

:focus {
     outline:0;
}

/* set image max width to 100% */
img {
	max-width:100%;
	height:auto;
	width:auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}


/************************************************************************************
GENERAL HTML STYLING
*************************************************************************************/
html {
	/*-webkit-transform: scale(1); */
}

body {
	background:url(../images/bg.jpg) repeat-x #f0f0f0;
	font:.81em/150% Arial, Helvetica, sans-serif;
	color:#424242;
	-webkit-text-size-adjust:none;
}
a {
	color:#026acb;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0 0 1.2em;
	padding:0;
}

/* list */
ul, ol {
	margin:1em 0 1.4em 24px;
	padding:0;
	line-height:140%;
}
li {
	margin:0 0 .5em 0;
	padding:0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin:0 0 .4em;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}


i.icon {
	font-family:"icons-webfont";
	font-size:80px;
	font-style:normal;
}


img.rightBottom { 
	margin:0 20px 10px 0;
}


/************************************************************************************
CLASS HTML GENERAL STYLING
*************************************************************************************/
.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clearfix { display:inline-block; }
.clearfix { display:block; zoom:1; }

div.barSep {
	width:100%; height:19px; border-top:1px #FFFFFF solid; border-bottom:1px #FFFFFF solid; background:url(../img/bg_bar_bottom_nav.gif) repeat-x;
}

.hover:hover {
	opacity:.80; filter:alpha(opacity=80); cursor:pointer;
}

input {
	padding: 5px; border:1px #82c1e9 solid; color:#A1A1A1; -moz-box-shadow: 0 0 4px #CCC; -webkit-box-shadow:0 0 4px #CCC; box-shadow:0 0 4px #CCC; 
}

input.txt:focus {
	color:#A1A1A1; border:1px #AAA solid; background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f3f3f3)); background:-moz-linear-gradient(left,  #FFFFFF,  #f3f3f3); background:linear-gradient(0deg, #f3f3f3, #FFFFFF); filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#f3f3f3');
}

input.b {
	padding:5px 30px; background-color:#278FCE; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; border-radius:6px; border:none; color:#FFFFFF; cursor:pointer;
}

a.b {
	padding:8px 30px; background-color:#278FCE; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; border-radius:6px; border:none; color:#FFFFFF; cursor:pointer; text-decoration:none;
}
a.b:hover {
	background-color:#39a0de;
}
	

img.bg {
	display:block;
}

.error {
	border:1px #F00 solid !important;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
div#wrapper {
	width:980px;
	margin:0 auto;
	padding:0 10px 0 10px;
}

header {
	width:auto;
	height:116px;
}

header div.logo {
	float:left;
	width:auto;
	padding:20px 0 0 0;
}
header div.telefono {
	float:right;
	width:auto;
	padding:20px 0 0 0;
	font-size:39px;
	color:#3298d7;
	font-family: 'Roboto', sans-serif;
	text-align:right;
	line-height:1em;
	font-weight:500;
	letter-spacing:-0.03em;
}

section {
	width:100%;
	height:544px;
	overflow:hidden;
	background:url(../images/bg_content.jpg) no-repeat;
	padding:0 0 60px 0;
}
section div.bubble {
	float:left;
	width:auto;
}
section div.bubble h2 {
	padding:52px 0 0 35px;
	color:#3298d7;
	font-size:20px;
	letter-spacing:-0.03em;
}
section div.bubble ul {
	padding:25px 0 0 35px;
	margin:0;
}
section div.bubble ul li {
	line-height:normal;
	list-style:none;
	padding:0 0 4px 20px;
	margin:0;
	color:#2f2f2f;
	background:url(../images/bullet.png) no-repeat 0 3px;
	font-size:16px;
}
section div.bubble ul li.dest {
	padding:15px 0 0 0;
	color:#3298d7;
	background:none;
	padding-left:0;
}
section div.formulario {
	float:right;
	width:320px;
}
section div.formulario form {
	padding:65px 0 0 0;
}
section div.formulario h2 {
	color:#3298d7;
	font-size:25px;
	letter-spacing:-0.03em;
	padding:0 0 15px 0;
}
section div.formulario div.input {
	padding:0 0 13px 0;
}
section div.formulario form label {
	display:block;
	font-weight:bold;
}
section div.formulario form input {
	padding:8px;
	width:250px;
	border:1px #CCC solid;
}
section div.formulario form input.enviar {
	background:url(../images/btnEnviar.jpg) no-repeat;
	display:block;
	width:270px;
	height:46px;
	cursor:pointer;
	border:none;
	margin-top:15px;
	box-shadow:none;
}
section div.formulario form input.enviar:hover {
	zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

div.destacados {
	width:100%;
	overflow:hidden;
	padding:0 0 40px 0;
}
div.destacados div {
	float:left;
	width:auto;
	padding:0 44px 0 0;
}
div.destacados div.last {
	padding:0;
}
div.destacados div h3 {
	font-size:25px;
	color:#565656;
	letter-spacing:-0.05em;
}

footer {
	width:100%;
	overflow:hidden;
	padding:20px 0 0 0;
	margin:0 0 50px 0;
	border-top:1px #999 dotted;
}

div.msg {
	color:#F00;
	padding:5px 0 0 5px;
}

div.response {
	width:100%;
	height:600px;
	padding:50px 0 0 0;
	color:#FFF;
	font-size:20px;
}
div.response span {
	font-size:14px;
}
div.response a {
	color:#FFF;
	font-size:14px;
	text-decoration:underline;
}
div.response a:hover {
	text-decoration:none;
}