/* CSS Document */

#cartel_contenedor {
	width:285px;
	height:156px;
	margin:1px;
	border : 1px solid #99ccff;
}

#cartel_contenedor_doble {
	width:100%;
	margin:1px;
	height:206px;
	/*border : 1px solid #99ccff;*/
	border : 1px solid #f0f;
}

#cartel_contenedor:hover {
	border : 1px solid #fff;
}
#cartel_titulo_magenta {
	width:285px;
	height:20px;
	background-image:url(../IMAGES/title_magenta.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#cartel_titulo_orange {
	width:285px;
	height:20px;
	background-image:url(../IMAGES/title_orange.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#cartel_titulo_violet {
	width:285px;
	height:20px;
	background-image:url(../IMAGES/title_violet.gif);
	background-repeat:repeat-x;
	text-align:center;
}
#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_video {
	float:right;
	width:320px;
	height:180px;
	vertical-align:middle;
	text-align:center;
	border-color:#000000;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	margin:1px;
	padding:3px;
}

#cartel_texto_magenta {
	float:right;
	width:168px;
	height:128px;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
background: -moz-linear-gradient(top,  rgba(255,158,255,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,158,255,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,158,255,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,158,255,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,158,255,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,158,255,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9eff', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

#cartel_texto_orange {
	float:right;
	width:168px;
	height:128px;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
background: -moz-linear-gradient(top,  rgba(244,190,129,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,190,129,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(244,190,129,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(244,190,129,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(244,190,129,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(244,190,129,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4be81', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#cartel_texto_violet {
	float:right;
	width:168px;
	height:128px;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
background: -moz-linear-gradient(top,  rgba(182,182,231,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,182,231,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(182,182,231,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(182,182,231,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(182,182,231,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(182,182,231,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6e7', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

#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;
background: -moz-linear-gradient(top,  rgba(148,194,239,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,194,239,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(148,194,239,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(148,194,239,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(148,194,239,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(148,194,239,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c2ef', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}
#cartel_texto_red {
	float:right;
	width:168px;
	height:128px;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
background: -moz-linear-gradient(top,  rgba(255,154,154,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,154,154,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,154,154,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,154,154,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,154,154,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,154,154,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a9a', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#cartel_texto_green {
	float:right;
	width:168px;
	height:128px;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
background: -moz-linear-gradient(top,  rgba(206,255,206,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,255,206,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,255,206,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,255,206,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,255,206,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,255,206,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceffce', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#cartel_texto_grey {
	float:right;
	width:168px;
	height:128px;
	margin:1px;
	padding:3px;
	font-family : Arial, SunSans-Regular, sans-serif;
	font-size:0.75em;
background: -moz-linear-gradient(top,  rgba(206,207,206,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,207,206,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,207,206,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,207,206,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,207,206,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,207,206,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecfce', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
#cartel_texto_magenta:hover {
color:#990099;
}
#cartel_texto_blue:hover {
color:#000099;
}
#cartel_texto_red:hover {
color:#CC0033;
}
#cartel_texto_green:hover {
color:#336600;
}
#cartel_texto_grey:hover {
color:#666666;
}
#cartel_texto_orange:hover {
color:#FF3300;
}
#cartel_texto_violet:hover {
color:#660033;
}


