/* CSS Document */
body{
	text-align: center;
	min-width: 580px;
	background-color:#FCFCFC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

DIV.content {
	margin:0 auto;
	width:580px;
	text-align: left;
	margin-top:20px;
	margin-bottom:10px;
	padding:15px;
	background-color:#FFFFFF;
	
	color:#555555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
}



DIV.cabecera {
	width:550px;
	height:60px;
	background-image:url(../../03/images/cabecera-imagen-fondo.png);
	background-repeat:no-repeat;
	/*
	border:5px solid #4FA800;
	overflow:hidden;
	*/
}

/*-----------------------------------------*/
/*---------------DATE----------------------*/
DIV.date{
	margin-top:3px;
	padding-top:2px;
	padding-bottom:2px;
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	text-align:right;
	font-size:9px;
}

DIV.date DIV.alignleft {
	left:0;
	float:left;
}

DIV.date DIV.alignright{
	float:none;
	margin-right:0px;
}

/*-----------------------------------------*/
/*---------------Images----------------------*/


img{
	border:1px solid #DCDCDC;
	
	/*No funciona en el outlook.
	border-spacing:10px;
	padding:10px 10px 10px 10px;
	*/
}

img.logo{
	border:0px;
}

img.floatleft{
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	
}

/*-----------------------------------------*/
/*---------------Enlaces----------------------*/
a{
	text-decoration:none;
	color:#0033FF;
}

a.leernoticia{
	text-decoration:none;
	color:#0033FF;
	font-size:9px;
}

a:hover{
	text-decoration:underline;
}


/*-----------------------------------------*/
/*---------------Contents----------------------*/
DIV.titulo-apartado {
	font-size:10px;
	letter-spacing:0.4em;
	color:#4FA800;
	margin-top:60px;
	margin-bottom:20px;
	padding-bottom:2px;
	border-bottom:1px solid #DCDCDC;
	font-weight:700;
	
	/*
	background-image:url(http://www.telecentros.es/servicios/boletines/2007/06/images/bullet-verde.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	*/
	
}

DIV.destacado {
	margin-top:10px;
	margin-bottom:40px;
	text-align:justify;
		
}

DIV.destacado p.evento{

	/*margin-right:-10px;*/
	color:#000000;
	margin-top:20px;
	margin-bottom:-5px;
	
}

DIV.destacado p{
		
}

DIV.destacado p.clear{
	clear:inherit;
}

DIV.destacado ol li{
	padding-bottom:5px;	
}

DIV.destacado ul li{
	padding-bottom:5px;	
}

DIV.destacado p.fecha{

}

/*---------------------------------*/
DIV.patrocinadores {
	clear:both;
 	margin : 10px 0 20px;
 	text-align : center;
 	height : 70px;
 	background-color : #ffffff;
 	vertical-align : middle;
 	white-space : nowrap;
}

DIV.patrocinadores img{
	border:0px;
	margin:10px;
}

DIV.nota-pie-pagina{
	margin:0 auto;
	width:580px;
	text-align:justify;
	font-size:10px;
	color:#666666;
	
	
	line-height:1.4em;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	border-bottom:1px solid #DCDCDC;
	border-top:1px solid #DCDCDC;
}

DIV.pie-pagina{
	margin:0 auto;
	width:580px;
	text-align:justify;
	font-size:10px;
	color:#666666;
	line-height:1.4em;
	
	padding-left:5px;
	padding-right:5px;
	
	margin-bottom:5px;
}

