h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}



#superior_derecha {
	color: #FF6600;
	font-weight: bold;
}

#superior_derecha a,
a:link,
a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

#superior_derecha a:hover {
	text-decoration: underline;
}

#impacto {
	background-image: url(../imagenes_html/logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	overflow: hidden;
	height: 140px;
}

#menu {
	color: #111111;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
}

.blanco {
	color: #FFFFFF;
}

.flechita {
	color: #33CC00;
	font-size: 8px;
	font-weight: bold;
	letter-spacing: -2px;
}

.cajatexto {
	width: 180px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 3px;
}

.bordeabajo {
	border-bottom: 1px ridge #AAAAAA;
}

.enlaceslistado {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

.enlaceslistado:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

.enlaceslistado:visited {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

.enlaceslistado:hover {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}

.menuitem {
	font-family: 'Oswald', sans-serif;
	color: #333333;
	text-decoration: none;
	padding: 0px;
}

.menuitem:link {
	color: #333333;
	text-decoration: none;
	padding: 0px;
}

.menuitem:visited {
	color: #333333;
	text-decoration: none;
	padding: 0px;
}

.menuitem:hover {
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-left: 5px;
}

.sombra {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.3);
}


.titulo1 {
	background-color: #D82428;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	line-height: 18px;
	margin: 5px 10px;
	padding: 3px 25px;
}

.titulogrande {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}

/*se usa en quienes somos*/
.Apple-style-span {
	line-height: normal;
}


.float {
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
}