@charset "utf-8";
/* CSS Document */
.footer {
  
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 10px;
  padding-left: 10px;
}

.form-signin {
    max-width: 960px;
    padding: 19px 29px 29px;
    margin: 0 auto;
	margin-top:50px;
    background-color: #fff;
	
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
			
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: auto;
    padding: 7px 9px;
}

.signin-form
{
	//border:solid red 1px;
	margin-top:70px;
}
.navbar-brand{
	font-family:"Lucida Handwriting";
}
#btn-submit{
	height:45px;
}


body {
    
    height:100%;
    font-size: .85em;
    color: #232323;
    background-color: #f1f9f9;;
    padding-top: 70px;
}

h1 {
color:#00A2D1;
font-weight:bold;
text-shadow: 2px 2px black;
}

h2 {
    color:#ff1a75;
    margin-top:-2px;
    font-weight:bold;
    text-shadow: 2px 2px black;
}

h3 {
    color:#ffd800;
    margin-top:-2px;
    font-weight:bold;
    text-shadow: 1px 1px black;
}

.fixed-title {

    position:absolute;
    top:100px;
    z-index:100;
    text-align:center;
    width:100%;
}

header, footer, nav, section {
    display: block;
}

a:focus, a:hover {
    text-decoration:none !important;
    color:black!important;
}

.selected {
    color:#fac507 !important;
}

.container {
    font-size:15px !important;
}
   
.navbar-fixed-top {
-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
}

.page-header > h1{

    color: black;
}


#tit {
  margin-top: 5px;
  text-align: center;
}

#map-canvas {
        width: 100%;
        height: 100% !important;
        background-color: #fff;
    }

    .titulo-form {
        padding-top: 11px;
        font-size: 14px;
        background-color: rgba(135,136,138,1);
        color: white;
        text-align: center;
        font-weight: bolder;
        height: 40px !important;
    }

    .contenido-form {
        border-radius: 0px !important;
        height: 40px !important;
        width: 100% !important;
        background-color: rgba(236,237,237,1);
    }

    .btn-enviar {
        background-color: rgba(135,136,138,1);
        width: 200px;
        font-size: 16px;
        color: white;
        font-weight: bold;
        height: 40px;
        border-radius: 0px;
    }

.service-block h5,
.service-block h4 {
  color: #fff;}

.heading-md {
    font-size: 20px;
  line-height: 24px;}


.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

/*Colored Content Boxes
------------------------------------*/
.service-block {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 20px;
  margin-top: 20px;
}

.service-block p,
.service-block h2 {
	color: #fff;
}

.service-block h2 a:hover{
	text-decoration: none;
}

.service-block-light,
.service-block-default {
	background: #fafafa;
	border: solid 1px #eee;
}

.service-block-default:hover {
	box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
	color: #555;
}

.service-block-u {
	background: #72c02c;
}
.service-block-blue {
	background: #3498db;
}
.service-block-red {
	background: #e74c3c;
}
.service-block-sea {
	background: #1abc9c;
}
.service-block-grey {
	background: #95a5a6;
}
.service-block-yellow {
	background: #f1c40f;
}
.service-block-orange {
	background: #e67e22;
}
.service-block-green {
	background: #2ecc71;
}
.service-block-purple {
	background: #9b6bcc;
}
.service-block-aqua {
	background: #27d7e7;
}
.service-block-brown {
	background: #9c8061;
}
.service-block-dark-blue {
	background: #4765a0;
}
.service-block-light-green {
	background: #79d5b3;
}
.service-block-dark {
	background: #555;
}
.service-block-light {
	background: #ecf0f1;
}


/*Panels (Portlets)
------------------------------------*/
.panel,
.panel-heading,
.panel-group .panel {
  border-radius: 0;
  margin-top: 20px;
}

.panel-heading {
	color: #fff;
	padding: 5px 10px;
}

/*Panel Table*/
.panel .table {
	margin-bottom: 0;
}

/*Panel Unify*/
.panel-u {
	 border-color: #72c02c;
}

.panel-u > .panel-heading {
	 background: #72c02c;
}

/*Panel Blue*/
.panel-blue {
	 border-color: #3498db;
}

.panel-blue > .panel-heading {
	 background: #3498db;
}

/*Panel Red*/
.panel-red {
	 border-color: #e74c3c;
}

.panel-red > .panel-heading {
	 background: #e74c3c;
}

/*Panel Green*/
.panel-green {
	 border-color: #2ecc71;
}

.panel-green > .panel-heading {
	 background: #2ecc71;
}

/*Panel Orange*/
.panel-orange {
	 border-color: #e67e22;
}

.panel-orange > .panel-heading {
	 background: #e67e22;
}

/*Panel Grey*/
.panel-grey {
	 border-color: #95a5a6;
}

.panel-grey > .panel-heading {
	 background: #95a5a6;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

#main-container {
    margin-top:70px;
}

.navbar-toggle {
    margin-top: 8px;
}


@media screen and (max-width: 768px) {
    .navbar-brand
    {
        margin-top:-10px;
    }
}

.flex-viewport{
    position: fixed;
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    height:50px !important;
}

.flex-control-nav {
    display:none;
}

.flexslider
{
    border:0px solid white !important;
}

.flexslider .slides,
.flexslider .slides > li
{
    height: 100%;
}

.flexslider .slides > li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.baseBlock {
	width:100%;
	height:48px;
	line-height:48px;
	color:#fff;
	background:#7b807f;
	position:absolute;
	left:0px;
	bottom:0px;
	text-align:center;
	font-size:15px;
	font-family:'Apercu Regular',Arial,sans-serif;
	text-decoration:none;
	z-index:6;
}
.baseBlock span {
	padding-right:15px;
}
.baseBlock:hover {
	text-decoration:none;
	background:#655f5e;
}

body, html	{margin:0; padding:0;width:100%;height:100%!important; overflow-x: hidden;}
		
		.flexslider, .flex-viewport	{width:100%;height:100%!important; margin:0;padding:0;}
		
		.flexslider .slides		{height:100%!important;}
                .flexslider .slides li 	{width:100%;height:100%!important; margin:0;padding:0;}

                .flexslider .slides li 	{width:100%;height:100%!important; margin:0;padding:0;			
								  -webkit-background-size: cover!important;
								  -moz-background-size: cover!important;
								  -o-background-size: cover!important;
								  background-size: cover!important;
		}


                .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}