*
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Barra social total*/
.social
{
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 2000;
}

#socialimg img
{
	width: 80px;
	height: 80px;
}


@media (min-width: 320px){
	#socialimg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 480px){
	#socialimg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 640px){
	#socialimg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px){
	#socialimg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 1024px){
	#socialimg img{
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 1290px){
	#socialimg img{
		width: 80px;
		height: 80px;
	}
}

@media (min-width: 1366px){
	#socialimg img{
		width: 80px;
		height: 80px;
	}
}


.social ul
{
	list-style: none;
}

.social ul li a
{
	display: inline-block;
	color: #fff;
	background: #00BFFF;
	padding: 20px 30px;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition:all 1500ms ease;
	-o-transition:all 1500ms ease;
	transition:all 1500ms ease;
}

.social ul li a:hover
{
	background: #0000FF;
	padding: 50px 30px;
}

/*Formulario despleglable 1 - Te llamamos gratis*/

nav.acceder ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
}

nav.acceder #login{

}
nav.acceder #login-content {
  position: absolute;
  top: 0px;
  right: 140px;
  z-index: 2000;    
  background: #fff;
  padding: 15px;
  border-radius: 10px 0 10px 10px;
  width: 260px; 
  display: none;
}

input#user, input#pass {
  background: #f1f1f1;
  padding: 6px 5px;
  margin-bottom: 10px;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#submit {    
  background-color: #359AC2;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #044E6B;
  float: left;
  height: 28px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial;
  color: #fff;
}
#submit:hover {    
  background-color: #044E6B;
} 

label {
  float: right;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

/* Fin de formulario desplegable 1 */

/*Formulario despleglable 2 - Pide una cita*/

nav.acceso ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
}

nav.acceso #login2{

}
nav.acceso #login2-content {
  position: absolute;
  top: -240px;
  right: 140px;
  z-index: 2000;    
  background: #fff;
  padding: 15px;
  border-radius: 10px 0 10px 10px;
  width: 260px; 
  display: none;
}

input#usuario, input#passa {
  background: #f1f1f1;
  padding: 6px 5px;
  margin-bottom: 10px;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#submite {    
  background-color: #359AC2;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #044E6B;
  float: right;
  height: 28px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial;
  color: #fff;
}
#submite:hover {    
  background-color: #044E6B;
} 

label {
  float: right;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

/* Fin de formulario desplegable 2 */

/* Fin social total*/

/*Barra extra de otras secciones*/
.socialmix
{
	position: fixed;
	right: 0;
	top: 100px;
	z-index: 2000;
}

#socialmiximg img
{
	width: 40px;
	height: 40px;
}


@media (min-width: 320px){
	#socialmiximg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 480px){
	#socialmiximg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 640px){
	#socialmiximg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 768px){
	#socialmiximg img{
		width: 30px;
		height: 30px;
	}
}

@media (min-width: 1024px){
	#socialmiximg img{
		width: 35px;
		height: 35px;
	}
}

@media (min-width: 1290px){
	#socialmiximg img{
		width: 40px;
		height: 40px;
	}
}

@media (min-width: 1366px){
	#socialmiximg img{
		width: 40px;
		height: 40px;
	}
}


.socialmix ul
{
	list-style: none;
}

.socialmix ul li a
{
	display: inline-block;
	color: #fff;
	background: #00BFFF;
	padding: 20px 30px;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition:all 1500ms ease;
	-o-transition:all 1500ms ease;
	transition:all 1500ms ease;
}

.socialmix ul li a:hover
{
	background: #0000FF;
	padding: 50px 30px;
}


/*Formulario despleglable 1 - Te llamamos gratis*/

nav.acceso3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
}

nav.acceso3 #login3{

}
nav.acceso3 #login3-content {
  position: absolute;
  top: 0px;
  right: 100px;
  z-index: 2000;    
  background: #fff;
  padding: 15px;
  border-radius: 10px 0 10px 10px;
  width: 260px; 
  display: none;
}

input#user3, input#pass3 {
  background: #f1f1f1;
  padding: 6px 5px;
  margin-bottom: 10px;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#submit3 {    
  background-color: #359AC2;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #044E6B;
  float: left;
  height: 28px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial;
  color: #fff;
}
#submit3:hover {    
  background-color: #044E6B;
} 

label {
  float: right;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

/* Fin de formulario desplegable 1 */

/*Formulario despleglable 2 - Pide una cita*/

nav.acceso4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
}

nav.acceso4 #login4{

}
nav.acceso4 #login4-content {
  position: absolute;
  top: -160px;
  right: 100px;
  z-index: 2000;    
  background: #fff;
  padding: 15px;
  border-radius: 10px 0 10px 10px;
  width: 260px; 
  display: none;
}

input#usuario4, input#passa4 {
  background: #f1f1f1;
  padding: 6px 5px;
  margin-bottom: 10px;
  width: 240px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#submite4 {    
  background-color: #359AC2;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #044E6B;
  float: left;
  height: 28px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial;
  color: #fff;
}
#submite4:hover {    
  background-color: #044E6B;
} 

label {
  float: right;
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

/* Fin de formulario desplegable 2 */

/*Fin de barra extra de otras secciones*/


#bf1, #bf2, #bf3, #bf4, #bf5, #bf6{float: left; margin: 20px 0px 0px 0px; width: 90px; height: 90px;}

#bf1{background: url('images/footer02_hover.png') no-repeat;}
#bf1:hover{background: url('images/footer02_hover.png') no-repeat;}

#bf2{background: url('images/footer03_hover.png') no-repeat;}
#bf2:hover{background: url('images/footer03_hover.png') no-repeat;}

#bf3{background: url('images/footer04_hover.png') no-repeat;}
#bf3:hover{background: url('images/footer04_hover.png') no-repeat;}

#bf4{background: url('images/footer05_hover.png') no-repeat;}
#bf4:hover{background: url('images/footer05_hover.png') no-repeat;}

#bf5{background: url('images/footer06_hover.png') no-repeat;}
#bf5:hover{background: url('images/footer06_hover.png') no-repeat;}

#bf6{background: url('images/footer07_hover.png') no-repeat;}
#bf6:hover{background: url('images/footer07_hover.png') no-repeat;}


/*imagen con texto hover*/


/*imagen 1 a*/

div#imagen1
{
	width: 300px;
	height: 200px;
	margin: 10px;
	background-image: url(images2/inicio01.jpg);
}

div#infoa
{
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: rgba(31, 31, 31, 0.5);
	-webkit-transition: opacity 0.2s;
	opacity: 0;
	color: white;
	font-family: arial;
}

div#imagen1:hover div#infoa
{
	opacity: 1;
}

p#headlinea
{
	position: absolute;
	margin-top: 20px;
	-webkit-transition:margin 0.6s;
	margin-left: -70px;
	font-size: 21px;
	color: white;
	font-family: arial;
}

div#imagen1:hover p#headlinea
{
	margin-left: 70px;
}

p#info2a
{
	margin: auto;
	width: 250px;
	text-align: center;
	-webkit-transition:margin 1.2s;
	margin-top: 160px;
	color: white;
	font-family: arial;
}

div#imagen1:hover p#info2a
{
	margin-top: 70px;
}



/*imagen 2 b*/

div#imagen2
{
	width: 300px;
	height: 200px;
	margin: 10px;
	background-image: url(images2/inicio02.jpg);
}

div#infob
{
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: rgba(31, 31, 31, 0.5);
	-webkit-transition: opacity 0.2s;
	opacity: 0;
	color: white;
	font-family: arial;
}

div#imagen2:hover div#infob
{
	opacity: 1;
}

p#headlineb
{
	position: absolute;
	margin-top: 20px;
	-webkit-transition:margin 0.6s;
	margin-left: -70px;
	font-size: 21px;
	color: white;
	font-family: arial;
}

div#imagen2:hover p#headlineb
{
	margin-left: 70px;
}

p#info2b
{
	margin: auto;
	width: 250px;
	text-align: center;
	-webkit-transition:margin 1.2s;
	margin-top: 160px;
	color: white;
	font-family: arial;
}

div#imagen2:hover p#info2b
{
	margin-top: 70px;
}


/*imagen 3 c */

div#imagen3
{
	width: 300px;
	height: 200px;
	margin: 10px;
	background-image: url(images2/inicio03.jpg);
}

div#infoc
{
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: rgba(31, 31, 31, 0.5);
	-webkit-transition: opacity 0.2s;
	opacity: 0;
	color: white;
	font-family: arial;
}

div#imagen3:hover div#infoc
{
	opacity: 1;
}

p#headlinec
{
	position: absolute;
	margin-top: 20px;
	-webkit-transition:margin 0.6s;
	margin-left: -70px;
	font-size: 21px;
	color: white;
	font-family: arial;
}

div#imagen3:hover p#headlinec
{
	margin-left: 70px;
}

p#info2c
{
	margin: auto;
	width: 250px;
	text-align: center;
	-webkit-transition:margin 1.2s;
	margin-top: 160px;
	color: white;
	font-family: arial;
}

div#imagen3:hover p#info2c
{
	margin-top: 70px;
}



/*imagen 4 d*/

div#imagen4
{
	width: 300px;
	height: 200px;
	margin: 10px;
	background-image: url(images2/inicio04.jpg);
}

div#infod
{
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: rgba(31, 31, 31, 0.5);
	-webkit-transition: opacity 0.2s;
	opacity: 0;
	color: white;
	font-family: arial;
}

div#imagen4:hover div#infod
{
	opacity: 1;
}

p#headlined
{
	position: absolute;
	margin-top: 20px;
	-webkit-transition:margin 0.6s;
	margin-left: -70px;
	font-size: 21px;
	color: white;
	font-family: arial;
}

div#imagen4:hover p#headlined
{
	margin-left: 70px;
}

p#info2d
{
	margin: auto;
	width: 250px;
	text-align: center;
	-webkit-transition:margin 1.2s;
	margin-top: 160px;
	color: white;
	font-family: arial;
}

div#imagen4:hover p#info2d
{
	margin-top: 70px;
}

/*imagen 5 e*/

div#imagen5
{
	width: 300px;
	height: 200px;
	margin: 10px;
	background-image: url(images2/inicio05.jpg);
}

div#infoe
{
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: rgba(31, 31, 31, 0.5);
	-webkit-transition: opacity 0.2s;
	opacity: 0;
	color: white;
	font-family: arial;
}

div#imagen5:hover div#infoe
{
	opacity: 1;
}

p#headlinee
{
	position: absolute;
	margin-top: 20px;
	-webkit-transition:margin 0.6s;
	margin-left: -70px;
	font-size: 21px;
	color: white;
	font-family: arial;
}

div#imagen5:hover p#headlinee
{
	margin-left: 70px;
}

p#info2e
{
	margin: auto;
	width: 250px;
	text-align: center;
	-webkit-transition:margin 1.2s;
	margin-top: 160px;
	color: white;
	font-family: arial;
}

div#imagen5:hover p#info2e
{
	margin-top: 70px;
}

/*imagen 6 f*/

div#imagen6
{
	width: 300px;
	height: 200px;
	margin: 10px;
	background-image: url(images2/inicio06.jpg);
}

div#infof
{
	overflow: hidden;
	position: absolute;
	width: 300px;
	height: 200px;
	background-color: rgba(31, 31, 31, 0.5);
	-webkit-transition: opacity 0.2s;
	opacity: 0;
	color: white;
	font-family: arial;
}

div#imagen6:hover div#infof
{
	opacity: 1;
}

p#headlinef
{
	position: absolute;
	margin-top: 20px;
	-webkit-transition:margin 0.6s;
	margin-left: -70px;
	font-size: 21px;
	color: white;
	font-family: arial;
}

div#imagen6:hover p#headlinef
{
	margin-left: 70px;
}

p#info2f
{
	margin: auto;
	width: 250px;
	text-align: center;
	-webkit-transition:margin 1.2s;
	margin-top: 160px;
	color: white;
	font-family: arial;
}

div#imagen6:hover p#info2f
{
	margin-top: 70px;
}