@charset "utf-8";
body {
	background: #510000;
	margin: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.textogenerico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4D0008;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #990099;
}
.panelderecho {
	text-align: center;
}
.tituloschicos {
	color: #A85400;
	font-weight: bold;
}

.fotoderecha {
	padding-right: 0px;
	padding-left: 10px;
	text-align: justify;
	float: right;
}
.fotoizquierda {
	padding-right: 10px;
	padding-left: 0px;
	text-align: justify;
	float: left;
}
a:link {
	font-size: 12px;
	color: #990000;
	font-weight: bolder;
	font-style: normal;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.bullets {
	list-style-type: circle;
	text-align: justify;
	margin-left: 0px;
	padding-right: 0px;
	text-indent:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bordefoto {
	border: medium solid #990000;
}
