@charset "utf-8";
/* CSS Document */

#sesc{
	color:#313334;
	font-family:Helvetica;
	margin:5px;
	text-align:justify;
}

#sesc div.tituloSESC{
	font-weight:bold; 
	height:20px;
	font-size: 18px;
	color: #C17878;
	border-bottom:1px solid #DDDDDD;
}
#sesc p.description{
	font-size:1.2em;
}

#sesc p.tituloNegrita{
	font-size:1.3em;
	line-height:1;
	margin-bottom:1em;
	font-weight:bold;
}
#sesc p.cuadroAzulClaro {
	background:#EEEEEE none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-size:12px;
	overflow:auto;
	padding:5px 7px;
}
#sesc ul.disco{
	list-style-type:disc;
	padding-left:25px;
}
#sesc ul li{
/*	list-style:none;
	font-size:1.2em;*/
}


A.sescLinkVerde:visited,A.sescLinkVerde:link,A.sescLinkVerde:active{
	font-family:Helvetica;
	font-size:1em;
    color:#78BA91;
	font-weight:bold;
}

A.sescLinkVerde:hover    {
	font-family:Helvetica;
	font-size:1em;
    color:#003366;
	font-weight:bold;
}


