@charset "utf-8";

@font-face{
	font-family: 'Amplitude-Book';
	src: url('../css/fonts/AmpliBoo.ttf'),
	url('../css/fonts/AmpliBoo.eot') format('eot'),
	url('../css/fonts/AmpliBoo.woff') format('woff'),
	url('../css/fonts/AmpliBoo.svg#Amplitude-Book') format('svg');
	font-weight: normal;
	font-variant:normal;
}
@font-face{
	font-family: 'Roboto';
	src: url('../css/fonts/Roboto-Regular-webfont.eot');
	src: url('../css/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Roboto-Regular-webfont.woff') format('woff'), url('../css/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: 400;
	font-style: normal;
}
/*Login*/
html, body {
	font-family: 'Roboto';
	margin: 0;
	padding: 0; 
}
.imgLogin{
	position: relative; 
}
div#wrapper {
	width: 100%;
	background-image: url("../imagenes/fondo.svg" );
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
    background-position: center;
    height: 90%;
    position: absolute;
}
div#wrapper div.logoAspel{ 
	text-align: center;
    margin-top: 50px;	
}
div#wrapper div h2 {
	text-align: center;
	margin: 10px;
}
div#wrapper div.left {
	width: 300px;
    float: left;
    color: #545859;
    height: 100%;
    text-align: center;
    box-shadow: 0px 0px 6px #d2d2d2;
	background: #007DBA;
}
p.serviciostxt{
	font-weight: 600;
    color: #425563;
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-family: 'Amplitude-Book';
} 
div#wrapper div.right {
	width: 514px;
	float: left;
	padding-top: 0px;
}
div#wrapper div.left h2 {
	margin: 0;
    text-align: center;
    line-height: 38px;
    margin-top: 220px;
}
div#wrapper div.left h2 span {
font-size: 35px;
text-align: center; 
position: relative;
font-family: 'Amplitude-Book';
}
div#wrapper div.right div {
    float: left;
    text-align: left;
    margin-top: 33%;
    position: relative;
}
ul.LogEnlaces {
	padding: 0px;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
} 
#inicio div ul a div.contImg{ 
    width: 100%;
    text-align: center; 
	margin-bottom: 5px;
} 
#inicio div ul a {
  padding: 0px 10px;
    list-style: none;
    border-radius: 10px;
    width: 120px;
    height: 150px;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0px 0px 6px #d2d2d2;
    margin: 20px;
    text-align: center;
    vertical-align: middle; 
	text-decoration: none; 
	color: #425563;
}
#inicio div ul a:hover { 
    box-shadow: 0px 3px 12px #919191; 
	color: #999999;
} 
#inicio div ul li:hover span{ 
    color: #A2AAAD; 
} 
#inicio div ul li span {
 text-decoration: none;
    color: #425563;
    font-family: 'roboto';
	bottom: -10px;
    position: relative;
}  
#inicio div ul a img {
    width: 80px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
.ft_19 {
	font-size: 14px;
	font-weight: 600;   
} 
footer{
    background: #f8f8f8;
    width: 100%;
   /*height: 60px;*/
    position: fixed;
    bottom: 0px;
    border-top: 1px solid rgb(240, 240, 240);
}
footer div#contBtnDescarga{
	height: 100%;
    text-align: center;
    vertical-align: middle;
}
footer div#contBtnDescarga a{
	    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
footer div#contBtnDescarga div.imgSaeMovil{
	display: inline-block;
    vertical-align: middle;
    padding: 10px 0px;
}
footer div#contBtnDescarga div.imgSaeMovil img {
    width: 100px;
}
footer div#contBtnDescarga a img{
	 position: relative;
     padding:0px;
}