/*estilos generales*/
#content p {
	padding: 15px 0;
	line-height:16px;
	text-align:justify;
}

span a {
	font-size: 12px;
}

span a:hover {
	font-size: 12px;
	text-decoration:none;
}

#wrapper #content {
min-height:500px;
}

#wrapper #content .noticia {
	width:533px;
	clear:both;
}

	#wrapper #content .noticia a {
		color:black;
		font-weight:bold;
		text-decoration:underline;
	}

	#wrapper #content .noticia a:hover {
		text-decoration:none;
	}
	
#wrapper #content .noticia{
	width:850px;
	padding:15px 0 0 0;
}

	#wrapper #content .texto{
		width:540px;
	}
	
		#wrapper #content .texto a {
			color:black;
			font-weight:bold;
			text-decoration:underline;
		}

	#wrapper #content .noticia a:hover {
		text-decoration:none;
	}
	


#wrapper #content p {
	font-size: 12px;
}

#wrapper #content ul {
	padding: 0 30px 0px 30px;
}

	#wrapper #content ul.sin-list {
		padding: 0 30px 0px 30px;
		list-style-type:none;
	}

	#wrapper #content ul li {
		padding: 5px 0;
		font-size: 12px;
		margin-bottom: 32px;
		line-height:16px;
	}

		#wrapper #content ul li p {
			font-size: 12px;
			color:black;
		}
		
		#wrapper #content ul li a {
			font-size: 12px;
			color:black;
			font-weight:bold;
			text-decoration:underline;
			display:block;
			
		}
		
		#wrapper #content ul li a.sin-pdf {
			font-size: 12px;
			color:black;
			padding:0;
			font-weight:bold;
			text-decoration:underline;
			background-image:none;
		}

			#wrapper #content ul li a:hover {
				text-decoration: none;
			}


	#wrapper #content div.roundBox {
		display: block;
		width: 300px;
		_width:300px;
		.width:300px;
		padding:3px 0 10px 10px;
		background-color: #ececec;
		border: 1px solid #cfcfcf;
		text-align: left;
	  }
	
		#wrapper #content div.roundBox p {
			margin: 0;
			padding: 0;
			width: 100%;
			font-size: 16px;
			text-align: left;	
		}

			#wrapper #content div.roundBox p span {
				font-weight: bold;
			}

			#wrapper #content div.roundBox p a {
				display: inline-block;
				padding: 10px 0 0 45px;
				background-image: url(img/pdf.png);
				background-repeat: no-repeat;
				background-position: 5px 5px;
				color:black;
				font-size:12px;
				text-decoration:underline;
				display:block;
			}
			
				#wrapper #content div.roundBox p a:hover {
					text-decoration: none;
				}

					#wrapper #content div.roundBox p span {
						font-size: 11px;
					}

#wrapper #content ul li a.pdf-b,
#wrapper #content .noticias a.pdf-b{
	background-image: url(img/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:8px 0 0 45px;
	font-weight:normal;
	text-decoration:underline;
	font-size:10px;
	display:block;
	margin:10px 0 0 0;
}

#wrapper #content ul li a.pdf-b:hover,
#wrapper #content .noticias a.pdf-b:hover{
	text-decoration:none;
}



#wrapper #content #descargas{
	width:300px;
	height:230px;
	border:1px solid #525252;
	float:right;
	margin:-190px 0 0 0;
	*margin:-220px 0 0 0;
	background-color:#f2f2f2;
	padding:0;
	
}

	#wrapper #content #descargas h1{
		margin:20px 0 0 20px;
		line-height: 1.25;
		height: 24px;
		background-image:url(img/flecha.gif);
		background-repeat:no-repeat;
		background-position: 90px 0;
	}
	
	#wrapper #content #descargas a {
		color:#212121;
		font-weight:bold;
	}
	
	#wrapper #content #descargas ul{
		list-style-type:none;
		padding:0;
		margin:10px 0 0 20px;
	}
	
	#wrapper #content #descargas ul li{
	padding:12px 0 0 0;
	margin:0px;
	}

/*estilos de clases*/
.roundBox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(js/border-radius.htc);
}

.selected_top{
	font-size:11px;
	color:white;
	font-weight:bold;
}

.texto{
	padding:15px 0 0  0;
}


.left {
	float: left;
	clear:both;
	margin-bottom:20px;
}


.right {
	float: right;
}

.pdf {
	font-size: 12px;
	font-weight:bold;
	padding:50px 0 0 45px;
	font-weight:normal;
	text-decoration:underline;
}

.hr{
	margin:0 0 15px 0;
}


.hr-corta{
	width:250px;
	text-align:left;
}

.hr-media{
	width:540px;
	padding:0;
	margin:0 0 15px 0;
	text-align:left;
}

#wrapper #content #imga_not {
	margin:0 10px 0 0;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:both;
}

.separador{
	margin:20px 0 10px 0;
}


		/* Bloque de acceso */
		#wrapper #content #acceso{
			border:1px solid #525252;
			float:right;
			background-color:#f2f2f2;
			padding:20px 0 20px 0;
			margin-top:12px;
		}

			#wrapper #content #acceso h1 a{
				margin:20px 0 0 15px;
				line-height: 1.25;
				height: 24px;
				text-align:center;
				font-size:13px;
				color:black;
				font-weight:bold;
				text-decoration:underline;
			}
			
			#wrapper #content #acceso h1 a:hover{
				text-decoration:none;
			}
			
		.roundBox {
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			behavior:url(js/border-radius.htc);
		}


