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


body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}


/*INICIO MENÚ IDIOMAS*/

#cont_sup{
	width:775px;
	height:70px;
	font-size: 12px;
}

#idiomas{
	padding-top: 40px;
	padding-left: 355px;
	font-size: 11px;
	font-weight: bold;
}


a:link {
	text-decoration: none;
	color: #9a9a9a;
}
a:visited {
	text-decoration: none;
	color: #9a9a9a;
}
a:active {
	text-decoration: none;
	color: #9a9a9a;
}
a:hover {
	text-decoration: none;
	color: #0082d1;
}

/*FIN MENÚ IDIOMAS*/

.contenedor{
	background-color:#ededed;
	width:775px;
	background-image: url(../images/rocaloveplanets_img02.gif);
	background-repeat: no-repeat;
	background-position: 450px 25px;
	}
	

.cont_centro{
	width:617px;
	margin-right: 80px;
	margin-left: 80px;
	background-image: url(../images/rocaloveplanets_logo_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	}

.cont_texto{
	width:370px;
	margin-left: 200px;
	padding-top: 130px;
	padding-bottom: 20px;
	height: 130px;
	}

.texto{
	font-size: 12px;
	color: #666666;
	text-align: justify;	
}

.texto_02{
	font-size: 11px;
	color: #4B4B4B;
	padding-left: 5px;
	
}

.texto_02 a{
	color: #4B4B4B;
	text-decoration: none;
}

.texto_02 a:hover{
	color: #000000;
}

.pdf {
	padding-left: 20px;
}

ul{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

li{
	padding-top: 9px;
}

