html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #fff;
	background:#155b3a; 
}
h2 {
	display: block;
	padding: 5px 15px 5px 5px;
	/* color: #42a4ff; */
	color:#EA0000;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia,"Times New Roman", Times, serif;
	border-bottom: 1px dashed #88c603;
	text-align: right;
}
h3 {
	display: block;
	padding: 5px;
	/* color: #42a4ff; */
	color:#EA0000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed #88c603;
	text-align: right;
}
	h3 a {text-decoration: none;}
h4 {
	font-size:1em;
}
a {

  text-decoration:none; 
}
#contenido{
margin-top:60px;
	text-align:center;
}
#slogan {

	margin:0 auto;
/* 	padding-top:20px; */
	height:20px;
	width:400px;
	background-color:#EA0000;
text-align:center;
}
#slogan h2 {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	text-align:center;
	border:none;
	color:#fff;
	text-indent:6px;
 	word-spacing:4px;
	letter-spacing:6px;
/* 	overflow:visible; */
/* 	border:solid 1px #00f; */
/*	display:inline;*/
	margin:0;
	padding:0;
}
#idiomas {
  margin-top:40px;
	margin-left:-20px;
}
#idiomas img {
  margin-left:45px;
  text-decoration:none; 
  border:none;
}

a:link, a:visited {color : #fff;}
a:hover {color : #F24109;}