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



/* Basico */
body {background-image: url("images/pattern.png"); background-color: #f8f8f8;}

/* Layout */
.fondoLogo {background-image: url("images/fondo2.jpg"); background-position: top center;}
.imgLogotipo {width: 100%; height: auto;}
.logotipo img {width: 100%; height: auto; max-width: 500px;}
.imgPinano img {width: 100%; height: auto; max-width: 436px;}

/* Tipografias */
h1 {font-family: 'Roboto', sans-serif; font-weight: normal; font-size: 50px;}
h2 {font-family: 'Roboto', sans-serif; font-weight: 100;}
h3 {font-family: 'Roboto', sans-serif; font-weight: 300;}
h4 {}
h5 {}
p {font-family: 'Roboto', sans-serif; font-weight: 300;}

/* Colores*/
.colorBlanco {color: #FFFFFF;}

.fondoBlanco {background-color: #FFFFFF;}

/* Menu */
ul {}
li {}
a {}
a:hover {}

/* Parches */
.limpiador {}