@charset "UTF-8";
/* CSS Document */

p, a, li, ul, h1 {margin: 0px;
	padding:0px;
	list-style-image:none;
	list-style:none;
}



a{outline:0;
	text-decoration:none;

}

a {
text-decoration: none;
}

@font-face {
    font-family: 'andika_basicregular';
    src: url('andbasr-webfont.eot');
    src: url('andbasr-webfont.eot?#iefix') format('embedded-opentype'),
         url('andbasr-webfont.woff') format('woff'),
         url('andbasr-webfont.ttf') format('truetype'),
         url('andbasr-webfont.svg#andika_basicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'andadaregular';
    src: url('andada-regular-webfont.eot');
    src: url('andada-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('andada-regular-webfont.woff') format('woff'),
         url('andada-regular-webfont.ttf') format('truetype'),
         url('andada-regular-webfont.svg#andadaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p{
	font-family: 'andadaregular', Arial, sans-serif;
	font-size:1.2em;
	text-align:left;
	color:black;
	padding-right:5px;
	line-height:1.4em;
	margin-bottom:1em;
}


#footer {
	max-width: 600px;
	margin: 0px auto;
}

.heridas{
	position:absolute;
	height:190px;
	width:200px;
}

a.heridas{
	background-position:top;
	background-image:url(../Imagenes/Puertas-nueva-ambulancia.png);
	background-repeat:no-repeat;
	text-indent:-10000px;
	
	
}

a:hover.heridas {
	background-position:bottom;
}


@media (min-width: 1199px) {
  .heridas {
    	top:22%;
		left:18%;
  }  
}

@media (min-width: 768px) and (max-width: 1199px) {
  .heridas {
    	top:22%;
		left:8%;
  }  
}

@media (max-width: 767px) {
  .heridas {
    	top:22%;
  }  
}

@media (max-width: 480px) {
  .heridas {
    	top:22%;
  }  
}

.centrar {
	margin:0px auto;
	text-align:center;
	max-width: 200px;
	max-height: 200px;

}



a.entrar{
	background-position:top;
	background-image:url(../Imagenes/Entrar-con-logo-OK-2020.jpg);
	background-repeat:no-repeat;
	text-indent:-10000px;
	width: 200px;
	height: 200px;
	margin:0px auto;
	display:block;
	top:-100px;
}

a:hover.entrar {
	background-position:bottom;
}





#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:center;
}

#footer a{
	color:#999999;
}

.proporcion_img{
	text-align: center;

}

.proporcion_img img{
	max-width: 100%
}