/* CSS Document */

#cartel_contenedor {
	width:285px;
	height:156px;
	margin:1px;
	border : 1px solid #99ccff;
}
#cartel_contenedor:hover {
	border : 1px solid #fff;
}
#cartel_titulo_blue {
	width:285px;
	height:20px;
	background-image:url(../IMAGES/title_blue.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#cartel_titulo_red {
	width:285px;
	height:20px;
	background-image:url(../IMAGES/title_red.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#cartel_titulo_green {
	width:285px;
	height:20px;
	background-image:url(../IMAGES/title_green.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#cartel_titulo_grey {
	width:285px;
	height:20px;
	background-image:url(../IMAGES/title_grey.gif);
	background-repeat:repeat-x;
	text-align:center;
}
span.blanco {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
span.negro {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#cartel_imagen {
	float:left;
	width:100px;
	height:128px;
	vertical-align:middle;
	text-align:center;
	border-color:#000000;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	margin:1px;
	padding:3px;
}
#cartel_texto_blue {
	float:right;
	width:168px;
	height:128px;
	background-image:url(../IMAGES/alternate_blue.gif);
	background-repeat:repeat-x;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
}
#cartel_texto_red {
	float:right;
	width:168px;
	height:128px;
	background-image:url(../IMAGES/alternate_red.gif);
	background-repeat:repeat-x;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
}
#cartel_texto_green {
	float:right;
	width:168px;
	height:128px;
	background-image:url(../IMAGES/alternate_green.gif);
	background-repeat:repeat-x;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
}
#cartel_texto_grey {
	float:right;
	width:168px;
	height:128px;
	background-image:url(../IMAGES/alternate_grey.gif);
	background-repeat:repeat-x;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
}
#cartel_texto_blue:hover {
color:#000099;
}
#cartel_texto_red:hover {
color:#CC0033;
}
#cartel_texto_green:hover {
color:#336600;
}
#cartel_texto_grey:hover {
color:#666666;
}


