/* CSS Document */
body{background-color:#e8e8e8}
a:link {text-decoration:none; color:#ff0000}
a:visited {text-decoration:none}
a:hover {text-decoration:none; color:#FFFFFF}
a:active {text-decoration:none}

.cuadro{ width: 600px; height: 600px; margin-left:auto; margin-right: auto; margin-top: 75px; text-align: center}
.cuadrogrande{ width: 800px; margin-left:auto; margin-right: auto; margin-top: 10px}
.verde{width: 300px; float:left;height: 300px; background-color:#10AC03; color: #000000; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 23px;line-height: 300px}
.rojo{width: 300px; height: 300px; float:left; background-color:#d90000; color: #FFFFFF; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 23px; line-height: 300px}
.beige{width: 300px; height: 300px; float:left; background-color:#fffce0; color: #ff0004; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 23px; line-height: 300px}
.azul{width: 300px; height: 300px; float:left; background-color:#0011a7; color: #fff; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 23px; line-height: 300px}
.volver{width: 80px; float:left; color: #444444; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 18px; text-align: right}
.tx{width: 800px; margin-left:auto; margin-right: auto;color: #444444; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 18px;text-indent:-15px; padding-left:25px}
.tx_rojo{width: 800px; margin-left:auto; margin-right: auto;color: #AF0002; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 18px;text-indent:-30px; padding-left:40px}
.noticia{color: #444444; font-family: "Gill Sans Light", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial; font-size: 18px; line-height: 25px;text-align: center }

.zoomIt{
display:block!important;
-webkit-transition:-webkit-transform 1s ease-out;
-moz-transition:-moz-transform 1s ease-out;
-o-transition:-o-transform 1s ease-out;
-ms-transition:-ms-transform 1s ease-out;
transition:transform 1s ease-out;
}
.zoomIt:hover{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}