/* CSS Document */

/* Estilos generales */

body, html {
	margin: 0;
	background-color: #000000;
	overflow: hidden;
}

#flashcontent {
	position: absolute;
	width: 1360px;
	height: 560px;
	top: 50%;
	left: 50%;
	margin-left: -680px;
	margin-top: -280px;
}

#flashcontent-landing {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

.texto {
	width:400px;
	height:200px;
	overflow:auto;
	text-align:left;
	margin:auto;
	list-style-type:none;
	padding:110px;
}

.link {
	width:400px;
	text-align:left;
	margin:auto;
	padding:10px;
	color:#fff;
}

a {
	color:#ccc;
}


h1 {
	font-family: Arial;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.textBoldBlanco {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#terminos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 400px;
	height: 290px;
	overflow: auto;
	padding-right: 20px;
	margin: 20px;
}

#terminos h1 {
	font-weight: bold;
	font-size: 14px;
	color: #FFCC00;
	text-align: center;
}

#terminos h2 {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#terminos p {
	font-size: 11px;
	line-height: 14px;
}

#terminos a {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

#terminos a:hover {
	text-decoration: underline;
}

