/*COLORES*/
/*marino: #00DBDB */
/*gris: #615C5C */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


.clearfix {
    *zoom: 1;
}
.logo{
	margin: 10em 0em 5em 0em;
	width: 500px;
	height: auto;
}

/* General Demo Style */
body{
	font-family: ventisei, Verdana, Helvetica, sans-serif;
	background: #615C5C;
	font-weight: 400;
	font-size: 1em;
	text-align: center;
	color: #00DBDB;
        text-align: center;
        width: 100%;
        height: 100%;
}
a{
	color:#00DBDB;
	text-decoration: none;
}
a:hover{
	color:#fff;
}
.container{
	width: 100%;
	position: relative;
	min-height: 70em;
        text-align: center;

}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.grande{
        font-size: 2em;
}
.mid{
        font-size: 0.85em;
}
.pq{
        font-size: 0.7em;
}
.blanco{
	color:#fff;
}
.blancon{
        background: #fff;
}
.marino{
	background: #00DBDB;
}
.contacto{
        text-align: center;
	font-size: 2em;
        line-height:1em;
}
.facebook{
        margin-left: 47%;
        height: 225px;
        width: 100px;
}
.rectangulin{

}
#imagen_f2{

    display: none;
}

#politica{
	width:600px;
	margin: 0 auto;
	font-family: 'ralewaylight', sans-serif;

}



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 7, 2013 */

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

@media screen and (max-width: 600px) { 
.contacto{
        line-height:1em;
}
.grande{
        font-size: 1.7em;
}
.logo{
	margin: 10em 0em 5em 0em;
	width: 300px;
	height: auto;
}
}



