﻿@charset "utf-8";
html,body {
    background-color:#ffffff;
	margin:0px;
	font-family: 'GalanoGrotesqueBold',Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	background-position: center top;
}

@font-face {
    font-family: GalanoGrotesque;
    src: url("Galano-Grotesque.otf") format("opentype");
}

@font-face {
    font-family: GalanoGrotesqueBold;
    font-weight: bold;
    src: url("Galano-Grotesque-Bold.otf") format("opentype");
}

.content-login{
    position: absolute; height: 100%; width: 100%; top: 0px;
}

.login-form{
    text-align:center; 
    width:50%;
    z-index:2;
}

.content-login-form{
    height:450px;
    margin-top:30px;
    padding-top: 30px;
    box-shadow: 0px 0px 20px 0px Rgba(0,0,0,0.3);
    background:#ffffff;
    border-radius:10px;
}

.lgShadow { 
            /*background: rgb(74, 201, 0); */ 
            padding: 0rem;
            top: -10px; 
            left:-50px;
            position: relative; 
            height: 250px; 
            width: 250px; 
            border-radius:50%;
        } 
        /* pseudo-class for making gradient shadow. */ 
          
        .lgShadow::after { 
            content: ""; 
            position: absolute; 
            inset: -.635em; 
            background: rgb(128, 166, 208); 
            filter: blur(3em); 
            z-index: -1; 
        } 

.login-form-background{
    margin-left:-2%;
    width:50%;
    height:500px;
    background-image:url(../images/fondo.png); 
    background-position: top; 
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow:5px 5px 20px Rgba(0,0,0,0.3);
    margin-bottom:50px;
    border-radius:10px;
    z-index:1;
}

#maindiv {
    display: flex;
    align-items: flex-end;
	height: 550px;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    margin-top: 100px;
}

.titulblue{
    color:#2780E4;
    font-weight:bold;
    font-size:40px;
}

.subtituloblue{
    color:#2780E4;
    font-weight:normal;
    font-size:40px;
    font-family:GalanoGrotesque;
}


#ContentPlaceHolder1_txtM3Login, #ContentPlaceHolder1_txtM3Login:focus {
    /*padding-left:30px;
    width:250px !important;
    background-color:transparent !important;*/
    background: url(../images/usuario.png) no-repeat scroll 7px 7px;
    padding-left: 30px;
    background-size: 20px;
    width: 250px !important;

}

.iconUser{
    display:inline-block;
    position:relative;
}

.iconUser:before{
    content:"";
    position:absolute;
    width:20px;
    height:20px;
    top:9px;
    left:9px;
    background: url(../images/usuario.png) no-repeat !important;
    background-size:20px !important;
    background-color: #ffffff !important;
}

#ContentPlaceHolder1_txtM3Login:-webkit-autofill,
#ContentPlaceHolder1_txtM3Login:-webkit-autofill:hover, 
#ContentPlaceHolder1_txtM3Login:-webkit-autofill:focus, 
#ContentPlaceHolder1_txtM3Login:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #808080 !important;
    background: url(../images/usuario.png) no-repeat scroll 7px 7px;
    padding-left: 30px;
    background-size: 20px;
    width: 250px !important;
}

#ContentPlaceHolder1_txtM3Password, #ContentPlaceHolder1_txtM3Password:focus{
    background: url(../images/contraseña.png) no-repeat scroll 7px 7px;
    padding-left:30px;
    background-size:20px;
    width:250px !important;
}

#ContentPlaceHolder1_lblLogin, #ContentPlaceHolder1_lblPassword{
    display:none;
}

input[type=text],input[type=password]{
    width:200px!important;
    border-top:0px !important;
    border-left:0px !important;
    border-right:0px !important;
    border-bottom: 1px solid #69AB46;
    height:30px !important;
    padding-left:10px;
    font-family:GalanoGrotesque;
    color:#808080 !important;
}

input[type=text]:focus,input[type=password]:focus {
  width:200px!important;
    border-top:0px !important;
    border-left:0px !important;
    border-right:0px !important;
    border-bottom: 1px solid #2780E4 !important;
    height:30px !important;
    padding-left:10px;
    border-image:none !important;
    color:#808080 !important;
    outline: none;
}

#ContentPlaceHolder1_imgbtnLogin{
    border-radius:100px;
    margin-top:110px;
}


@media only screen and (min-width:0px) and (max-width:500px) {
  .section1white3 {
    margin-left:19% !important;
  }

  #maindiv,.content-login-form,.login-form{
      width:100% !important;
  }

  .login-form-background{
      display:none;
  }
}



@media only screen and (min-width: 501px) and (max-width:1000px) {
  .section1white3 {
    margin-left:5% !important;
  }

  #maindiv{
      width:650px;
  }
}

@media only screen and (min-width: 1001px) and (max-width:2000px) {
  .section1white3 {
    margin-left:12% !important;
  }
  
}

@media only screen and (min-width: 2001px) {
  .section1white3 {
    margin-left:12%;
  }
  
}

.gradientbg {
	background-image: url(../images/gradientbg11.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
	top: 0px;
	position: absolute;
}

#logo {
	width: 334px;
	position: absolute;
	z-index: 1000;
	height: 246px;
	top: -30px;
	float: left;
	left: -101px;
}

#fecha {
	height: 48px;
	width: 560px;
	float: right;
	background-image: url(../images/pestana.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.galeria{
	height:257px; 	/*this changes the height of the image slider*/
width:736px;
float:left;
}
.fecha {
	height: auto;
	width: auto;
	float: right;
	margin-top: 20px;
}

.cornerstop {
	width: 100%;
	height: 11px;
	float: left;
	background-image: url(../images/bluebg.jpg);
}
.leftop {
	background-image: url(../images/lefttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
	width: 12px;
	float: left;
}
.righttop {
	background-image: url(../images/righttop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
	width: 12px;
	float: right;
}
.cornersbot {
	height: 11px;
	width: 100%;
	float: left;
	background-image: url(../images/bluebg.jpg);
}
.section1 {
	height: 187px;
	width: 238px;
	margin-left: 20px;
	margin-top: 11px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
#whitebox {
	float: left;
	height: auto;
	width: 100%;
	background-color: #FFF;
}
.section1white {
	float: left;
	height: auto;
	width: 420px;
	background-image: url(../images/orangebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
.section1white2 {
	float: left;
	height: auto;
	width: 98%;
	background-image: url(../images/orangebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}


.section1white3 {
	height: auto;
	width: auto;
    margin-top:-200px;
    text-align:center;
    margin-left:22%;
}



.dist {
	float: left;
	height: auto;
	width: 90%;
	text-align:center;
}

.titulo2 {
	float: left;
	height: auto;
	width: 330px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.titulo3 {
	float: left;
	height: auto;
	width: 240px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.titulorange {
	font-family: 'GalanoGrotesque', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff4f00;
	font-weight: normal;
    padding:10px;
}
.subtitulogris {
	font-size: small;
	font-style: italic;
	color: #454545;
}
.textop {
	float: left;
	height: auto;
	width: 410px;
}
.text {
	font-size: small;
	color: #858484;
}
.thumb {
	float: left;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.textop2 {
	float: left;
	height: auto;
	width: 224px;
	margin-top: 10px;
}.textop4 {
	float: left;
	height: auto;
	width: 150px;
}
.textorange {
	font-size: small;
	color: #FF4F00;
}
#orangebottom {
	height: 28px;
	width: 777px;
	background-image: url(../images/BOTTOMBG.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}
.leftbottom {
	background-image: url(../images/leftorante.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 28px;
	width: 28px;
}
.rightbottom {
	background-image: url(../images/rightorante.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 28px;
	width: 28px;
}
.textop3 {
	float: left;
	width: 272px;
	padding-left: 30px;
	height: auto;
	background-image: url(../images/orangebar2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}








.lefttopw {
	background-image: url(../images/leftopwhite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 26px;
	width: 42px;
}
.righttopw {
	background-image: url(../images/righttopwhite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 26px;
	width: 49px;
}

#whitecorners {
	float: left;
	height: 26px;
	width: 100%;
	margin-top: 13px;
	background-color: #FFF;
}


.section2 {
	height: 187px;
	width: 238px;
	margin-left: 20px;
	margin-top: 11px;
	float: left;
}


.icon {
	float: left;
	height: 95px;
	width: 54px;
	margin-top: 10px;
}
.texto {
	float: left;
	height: auto;
	width: 160px;
	margin-top: 10px;
	margin-left: 14px;
}


.titulo {
	float: left;
	height: 38px;
	width: 100%;
}

.tituloblanco {
	font-size: medium;
	color: #d0d0d0;
}
.lefbot {
	background-image: url(../images/leftbot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 11px;
	width: 12px;
}
.whitetext {
	font-size: small;
	color: #fefefe;
	font-family: 'GalanoGrotesque',Arial, Helvetica, sans-serif;
}

.whitetextsmall {
	font-size: x-small;
	color: #fefefe;
	font-family: 'GalanoGrotesque', Arial, Helvetica, sans-serif;
}
#menu {
	height: 34px;
	width: 725px;
	float: right;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
.menuitem {
	height: 23px;
	width: auto;
	float: right;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1a3f94;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
.menuitem1 {
	height: 23px;
	width: auto;
	float: right;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 10px;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
.menuesp {
	width: 140px;
	float: left;
	height: 34px;
}

.border {
	background-image: url(../images/bborderbg.png);
	background-repeat: no-repeat;
	float: right;
	height: 34px;
	width: 11px;
}

#bluebox {
	height: auto;
	width: 777px;
	float: left;
	background-image: url(../images/bluebg.jpg);
	margin-top: 11px;
}
.rightbot {
	background-image: url(../images/rightbot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 11px;
	width: 12px;
}

#slideshow { 
	background-repeat: no-repeat;
	background-attachment: initial;
	-webkit-background-clip: initial;
	-webkit-background-origin: initial;
	background-color: transparent;
	background-position: initial initial;
	height: 257px;
	width: 777px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}


a:link { text-decoration: none;}
a:visited { text-decoration: none; }
a:hover { text-decoration: none;}

a.orangelink:link {color: #FF4F00; }
a.orangelink:visited {color: #FF4F00;}
a.orangelink:hover {color: #d35802;}
#bluebar {
	background-image: url(../images/bluebarbg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 10px;
}
.bluebarleft {
	background-image: url(../images/bluebarleft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 8px;
}
.bluebarright {
	background-image: url(../images/bluebarright.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 8px;
}
.textop5 {
	height: auto;
	width: 232px;
	float: left;
}
.space {
	line-height:20px;
}
.form {
	width: 100%;
	height: auto;
}
.map {
	width: 65%;
	height: auto;
	float: right;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}enu
li {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
}
#bottom {
	height: auto;
	width: 100%;
	bottom: 0px;
	float: left;
	background-image: url(../images/bgbottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
