﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700|Roboto+Condensed:400,500,700);

*{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	vertical.align=baseline;
}

/* Textos generales */
.gea1 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #fff;
	line-height: 42px;

}
.gea2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	line-height: 19px;
}
.ge1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #333;
	line-height: 25px;
}
.ge2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	line-height: 15px;
}

.small{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	vertical.align=baseline;
}

.ejemplo {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #666;
	text-align: left;
	text-shadow: 4px 4px 4px #aaa;
}

/* enlaces */
a:link, a:visited{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #333;
	line-height: 25px;
	text-decoration:none;
}
a:hover{
	color: #C30;
}

/* fondos */
.backtable {
	background-color: #ffffff;
	background-image: url(../images/hollow_bars_3d.png);
	background-repeat: no-repeat;
}