/*index_css_v1.0_06/26/2017*/
/* HTML-BODY */
html, body {
    height: 100%;
    width: 100%;
	font-family: 'Roboto', sans-serif;
}
/* fin html-body
-----------------------------------------
H */
h1,h2,h3,h4,h5,h6{
	margin:0 0 35px;
	font-weight:700;
	letter-spacing:1px;
}
/* fin */
/* CSS PARA BOTON TOTOP */
#toTop {
    background-color: var(--gris-bajo-1);
    background-image: url(../img/scroll-top-top.png);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 4px;
    position: fixed;
    height: 35px;
    width: 48px;
    right: 10px;
    bottom: -100px;
    opacity: 0.9;
    padding-top: 7px;
    display: block;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	box-shadow: 2px 2px 1px var(--gris-alto-1);
}
#toTop:hover {background-color: var(--gris-medio-1);}
#toTop i{
	color:var(--blanco-1);
	font-size:24px;
}
/* FIN CSS BOTON TOTOP */
a{
	color:var(--princ-bajo-1);
}
a:hover{
	color:var(--princ-malto-1);
}
@media (min-width: 768px){
}
@media (max-width: 767px){
	.text-right {
		text-align: center !important;
	}
}
@media (max-width: 997px){
	.text-right {
		text-align: center !important;
	}
}