@CHARSET "ISO-8859-1";

#tituloseccion{
	width:780px;
	height:25px;
	background-color:#000000;
	position:absolute;
	top:20px;
	left:25px;
	color:#FFFFFF;
}

#tituloseccion span{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	margin-left:10px;
}

#comparsacuerpo {
	position:relative;
	width:800px;
	padding-top:42px;
	margin-left: 22px;
	height:413px;
}

#comparsatexto{
	position:absolute;
	right:5px;
	top:45px;
	width:390px;
	height: 400px;
	
}

#mayores {
	margin-top:40px;
	margin:0px auto;
	width:300px;
	background-image: url(../images/mayorescomparsa.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:30px;
}

#menores {
	margin:0px auto;
	width:300px;
	background-image: url(../images/infantilcomparsa.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:50px;
	margin-top:30px;
}

.comparsacolor{
	text-align:left;
	font-size:12px;
	color:#000000;
	height:22px;
	line-height:22px;
	background-color: #d2b6b5;	
}


.comparsasincolor{
	text-align:left;
	font-size:12px;
	color:#000000;
	height:22px;
	line-height:22px;
	background-color: transparent;	
}

#comparsatexto strong{
	margin-left:10px;
	margin-right: 30px;
}

.comparsaboton {
	background-image: url(../images/botoncomparsa.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:84px;
	height:23px;
	float:left;
	margin-top:60px;
	color:#FFFFFF;
	text-align: center;
	font-size: 11px;
	line-height: 23px;
	margin-right:12px;
}

.comparsaboton a{
	color:#FFFFFF;
	text-decoration: none;
	width:84px;
	height:23px;
	display: block;
}


