@import url('bootstrap.min.css');
@font-face{font-family:'Lato';font-style:normal;font-weight:300;src:local('Lato Light'), local('Lato-Light'), url('fonts/lato.woff') format('woff');}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:local('Lato Regular'), local('Lato-Regular'), url('fonts/lato_regular.woff') format('woff');}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:local('Lato Bold'), local('Lato-Bold'), url('fonts/lato_bold.woff') format('woff');}

@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'), local('Roboto-Light'), url('fonts/Roboto-Light.woff') format('woff');}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'), local('Roboto-Regular'), url('fonts/Roboto-Regular.woff') format('woff');}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'), local('Roboto-Bold'), url('fonts/Roboto-Bold.woff') format('woff');}
*{outline:none;}
html, body{height:100%;    overflow: hidden;}
body{font-family:"Roboto", sans-serif;font-size:12px;background:#eff4f9;}

ul,li,h1,div,fieldset{margin:0; padding:0;border:none;}
li{list-style-type: none}


#contenedor {
   width: 525px; 
   text-align:center;
   position: absolute;
   left: 50%;
   top: 50%;
   background-color: #fff;
   -webkit-box-shadow: 2px 2px 17px #ccc;
   -moz-box-shadow: 2px 2px 17px #ccc;
   -o-box-shadow: 2px 2px 17px #ccc;
   -ms-box-shadow: 2px 2px 17px #ccc;
   box-shadow: 2px 2px 17px #ccc;
   border-radius:5px;
   padding:40px;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
}

#contenido{
	text-align:left;
}
.lateral{
	background:#4771d0;
	padding:0px;
	height:100%;
}
.lateral .imagen{
	background:url('../resources/lateral.jpg') #4771d0 no-repeat right bottom;
	height:100%;
	padding:0px;
	background-size: cover;
	width:100%;
	font-size:15px;
}
.lateral .title{
	border-left:5px solid #4771d0;
	font-size:40px;
	font-weight:bold;
	margin: 0 60px;
	padding-left:25px;
	margin-right: 100px;
}
.lateral .imagen .content{
	padding-top:150px;
}
.lateral a{
	color:#fff;
	padding:5px;
	border:2px solid #fff;
}
.lateral a:hover{
	color:#fff;
	text-decoration:none;
}
.lateral .contacto{
	position:absolute;
	margin:50px auto;
	bottom:0;
	width:100%;
	color:#fff;
}
.lateral .contacto .copy{
	padding-left:60px;
}
.lateral .contacto .contact{
	padding-right:60px;
	text-align:right;
}
.entrada{
	border-bottom:1px solid #e9eff6;
	padding-left:40px;
	padding-bottom:20px;
}
.entrada .ent{
	color:#4771d0;
	padding:20px 100px;
	font-size:20px;
	background:url('../resources/entrada.png') no-repeat left center;
}
.entrada .access{
	color:#7c7c7c;
	margin-top:5px;
	font-size:12px;
}

.centro{
	height:100%;
	position:relative;
}
.row{height:100%;}
.contlogo{
	padding:20px 40px;
	background:#4771d0;
}
h1.logo{
	font-size:30px;
	color:#ffffff;
	font-weight:normal;
	/*float:left;*/
	background:url('../resources/logo-black.png') #4771d0 no-repeat center center;
	width:100%;
	height:110px;
	text-indent: -999999px;
	
}

.img-logo{
	background: rgba(0, 0, 0, 0) url("../resources/ico-login.png") no-repeat scroll left top;
    float: left;
    height: 60px;
    margin: 30px 22px 0;
    width: 60px;
}

fieldset{
  margin:35px 22px 0 22px;
}

fieldset li{
	margin-bottom:20px;
}

fieldset li p{
	color:#7c7c7c;
}
fieldset label{
	color:#7c7c7c;
	padding-left:15px;
}

#usuario,#clave,#entrar,#email,#enviar,#nombre,#mensaje,#emailc{
	border: none;
    color: #979696;
    padding: 10px 49px 10px 18px;
    width: 100%;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    border-radius: 5px;
    margin-top: 10px;
}

/*#usuario{
	 background:url('../resources/ico-user.png') #eff4f9 no-repeat 10px 15px;
}

#clave{
	 background:url('../resources/ico-clave.png') #eff4f9 no-repeat 10px 15px;
}

#email{
	 background:url('../resources/ico-email.png') #eff4f9 no-repeat 10px 15px;
}*/
#usuario, #clave, #email,#nombre,#mensaje,#emailc{
	background:#eff4f9;
}

#entrar,#enviar,#sendc{
	border:1px solid #4771d1;
	background-color:#4771d1;
	color:#f5f5f5;
	cursor:pointer;
	width:100%;
	padding:15px 20px;
	border-radius:5px;
}
#contactodiv{overflow: hidden;}
#contactodiv h3{text-align:center;}
#cboxClose {
    top: 0;
}
.icheckbox_square-yellow, .iradio_square-yellow {
    background: url(../resources/blue.png) no-repeat !important;
}
.icheckbox_square-yellow.hover,
.icheckbox_square-yellow:hover{background-position:-24px 0 !important;}
.icheckbox_square-yellow.checked {
    background-position: -48px 0 !important;
}
label.mantener{
	color:#7c7c7c;	
	font-size: 13px;
	cursor:pointer;
}
label.acepto{width:90%;}
.icheckbox_square-yellow, .iradio_square-yellow {
    margin: 0px !important;
}

.icheckbox_square-yellow{
	top:-1px !important;
}

span.recordar{
	color:#5674cf;
	cursor:pointer;
}


#slider{	clear:both;float:left;width:100% !important;}
#slider > ul {margin: 0;padding:0;width: 100% !important;}
#slider > ul > li{margin:0 10px 0 0; padding:0;float:left;list-style:none;width: 100%;}
#slider .mitad{
	width:50%;
	display:inline;
}
#slider .mitad.derecha{
	float: right;
	text-align: right;
}
#colorbox{
		 -webkit-box-shadow: 2px 2px 17px #ccc;
    -moz-box-shadow: 2px 2px 17px #ccc;
    -o-box-shadow: 2px 2px 17px #ccc;
    -ms-box-shadow: 2px 2px 17px #ccc;
    box-shadow: 2px 2px 17px #ccc;
    border-radius: 5px;
		}
#cboxTopLeft,#cboxTopRight,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxBottomCenter{display:none;}
#cboxOverlay{background-color:#fefefe;}
@media only screen and (max-width: 1200px) {
	.lateral .title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 991px) {
	#contenedor {
	   width: 70%; 
	   height: auto;
	   left: 50%;
	   top: 50%;
	}
	.centro {
		height: 60%;
		position: relative;
		top: 70%;
		transform: translate(0,-70%);
	}
	.lateral .imagen .content {
		padding-top: 25px;
	}
	.lateral .title {
		margin: 0 150px;
		font-size: 43px;
	}
}

@media only screen and (max-width: 767px) {
	#contenedor {
	   width: 70%; 
	   height: auto;
	   left: 50%;
	   top: 50%;
	}
	.centro {
		height: 60%;
		position: relative;
		top: 65%;
		transform: translate(0,-70%);
	}
	#contenedor {
		padding: 10px;
	}
	.entrada {
		padding-left: 0px; 
		padding-bottom: 0px; 
	}
	.entrada .ent {
		padding: 10px 75px;
		font-size: 15px;
		padding-top:0px;
		background-size: 50px;
	}
	fieldset {
		margin: 15px 22px 0 22px;
	}
	#usuario, #clave, #entrar, #email, #enviar {
		padding: 3px 20px 3px 15px;
		font-size: 13px;
		margin-top: 0px;
	}
	/*#usuario{
		 background:url('../resources/ico-user.png') #eff4f9 no-repeat 5px 5px;
	}

	#clave{
		 background:url('../resources/ico-clave.png') #eff4f9 no-repeat 5px 5px;
	}

	#email{
		 background:url('../resources/ico-email.png') #eff4f9 no-repeat 5px 5px;
	}*/
	fieldset li {
		margin-bottom: 10px;
	}
	#slider .mitad {
		width: 100%;
		display: block;
	}
	h1.logo{
		height:auto;
		background-size:contain;
	}
	label.mantener {
		font-size: 10px;
	}
	.lateral .imagen .content {
		padding-top: 40px;
	}
	.lateral .title {
		border-left: 5px solid #4771d0;
		font-size: 18px;
		font-weight: bold;
		margin: 0 60px;
		padding-left: 15px;
		margin-right: 110px;
	}
	.lateral .contacto {
		position: absolute;
		margin: 20px auto;
		bottom: 0;
		width: 100%;
		color: #fff;
	}
	.lateral .contacto .contact {
		padding-right: 15px;
		text-align: center;
	}
	.lateral .contacto .copy {
		padding: 25px;
		text-align:center;
		padding-bottom:20px;
	}
}
@media only screen and (max-width: 374px) {
	.entrada .ent {
		padding: 10px 60px;
		background-size: 40px;
	}
	.lateral .title {
		font-size: 18px;
		margin-right: 60px;
	}
	.lateral .contacto .copy {
		font-size: 13px;
	}
	.centro {
		top: 68%;
	}
	.lateral .imagen .content {
		padding-top: 25px;
	}
}