/* @group Base Html */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* @end */




body {
	background: url(../img/bg.png) repeat-x 0 top #ebe7ee;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	color: #333;
}


/* @group Common */

h1 {
	font-weight: 300;
	font-size: 3.4em;
	margin-top: 0;
	line-height: 1.2em;
}
h2 {
	font-weight: 300;
	font-size: 36px;
	bottom: 0;
	line-height: normal;
}
h3 {
	font-weight: 300;
	font-size: 2em;
	bottom: 0;
	margin: 0 0 10px;
	line-height: 1em;
}
h3 small {
	font-size: .5em;
	display: block;
	margin-top: -5px;
	color: #666;
}
h4 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;	
}
p {
	margin-top: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.divisor {
	height: 0;
	border-top: 1px solid #a4a2a6;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
hidden {
	display: none;
}
.imagen {
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.mapa {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border: 1px solid #999;
	margin-bottom: 20px;
}
.bottom20 {
	margin-bottom: 20px;
}

.block {
	background-color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	padding: 20px;
	margin-bottom: 20px;
}
.block h3 {
	text-align: center;
}
.block img {
	margin-bottom: 20px;
}




/* @end */

#formail {
	
}
#formail label {
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
}
#formail input, #formail textarea {
	width: 100%;
	border: 1px solid #999;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	resize: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 5px;
}
#formail .btn {
	width: 100%;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	margin-top: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #1e7bcc;
	background: -moz-linear-gradient(top,  #1e7bcc 0%, #0e4dcc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e7bcc), color-stop(100%,#0e4dcc));
	background: -webkit-linear-gradient(top,  #1e7bcc 0%,#0e4dcc 100%);
	background: -o-linear-gradient(top,  #1e7bcc 0%,#0e4dcc 100%);
	background: -ms-linear-gradient(top,  #1e7bcc 0%,#0e4dcc 100%);
	background: linear-gradient(to bottom,  #1e7bcc 0%,#0e4dcc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e7bcc', endColorstr='#0e4dcc',GradientType=0 );
	text-shadow: 0 -1px 0 #173664;
	border-top: 1px solid #28a3ef;
	border-bottom-color: #193b6d;
	border-bottom-width: 1px;
	border-right-style: none;
	border-left-style: none;
}
#formail .btn:hover {
	background: #0472cc;
	background: -moz-linear-gradient(top,  #0472cc 0%, #0b1ba8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0472cc), color-stop(100%,#0b1ba8));
	background: -webkit-linear-gradient(top,  #0472cc 0%,#0b1ba8 100%);
	background: -o-linear-gradient(top,  #0472cc 0%,#0b1ba8 100%);
	background: -ms-linear-gradient(top,  #0472cc 0%,#0b1ba8 100%);
	background: linear-gradient(to bottom,  #0472cc 0%,#0b1ba8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0472cc', endColorstr='#0b1ba8',GradientType=0 );
	
}
#response {
	display: none;
	width: 100%;
	line-height: normal;
	float: left;
	z-index: 50;
	letter-spacing: normal;
}
#response b{
	color: #ce4c51;
}
.invalido {
	background-color: #fee3b8;
}
#response span{
	color: #00316f;
	vertical-align: top;
	line-height: normal;
	letter-spacing: normal;
	font-size: 16px;
	font-weight: 300;
}
#confirmacion {
	display: none;
	padding-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}
::-webkit-input-placeholder {
    color:    #999;
}
:-moz-placeholder {
    color:    #999;
}
:-ms-input-placeholder {
    color:    #999;
}



/* @group Head */

#header {
	margin-top: 20px;
	margin-bottom: 35px;
}
#header .nav {
	text-align: right;
}
#header .nav li {
	display: inline;
	margin-left: 5px;
}
#header .nav li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 3px 8px 4px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.87);
}
#header .nav li a:hover, 
#header .nav li.current a  {
	background-color: #3f54b4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.87);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.87);
	border-bottom: 1px solid #696969;
}

/* @end */

/* @group footer */

#footer {
	background-color: #242424;
	color: #fff;
	margin-top: 50px;
	color: #ccc;
	border-bottom: 1px solid #fff;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
}
#footer .subNav {
	margin-bottom: 10px;
	padding-left: 0;
}
#footer .subNav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer .subNav li a {
	text-decoration: none;
	color: #aaa;
}
#footer .subNav li a:hover {
	color: #fff;
}
#footer .copy {
	color: #999;
	font-size: 11px;
}

.creditos {
	font-size: 11px;
	margin-top: 5px;
}

/* @end */

/* @group Media Queries */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* @end */

/* @group Helper */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* @end */

/* @group Print */

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* @end */