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

body {
	/*background-image:url(imagenes/back.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
	background-color:#ffffff;
	margin-top:0px;
}

p {
	text-align:justify;
}

.menuback {
	background-image:url(imagenes/menuback.jpg);
	background-repeat:no-repeat;
	background-position:center;
    padding:0px;
	height:242px;
	width:228px;
	position:relative;
}


.titulos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666666;
}

.titulos a:link{
	color:#666666;
	text-decoration:underline;
}

.titulos a:visited{
	color:#666666;
	text-decoration:underline;
}

.titulos a:hover{
	color:#666666;
	text-decoration:none;
}

.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


.texto li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}


.minilinks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #696969;
	text-decoration: none;
	text-align: right;
}

.minilinks a:link {
	color:#696969;
	text-decoration:none;
}


.minilinks a:visited {
	color:#696969;
	text-decoration:none;
}


.minilinks a:hover {
	color:#000000;
	text-decoration:underline;
}

.bullets li {
	margin-top:10px;
}


