@charset "utf-8";
/* CSS Document */
html, body {	
	margin:0;
	background:url(../images/fondoWeb.gif) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
img {
	border:0px;
}
a {
	color:#6b84c3;
	text-decoration:underline;
	font-size:10px;
}
a:hover{
	color:#333333;
	text-decoration:none;
}

h3{
	color:#666;
	font-size:1.2em;
}
/*----- DIVS -----*/

#GlobalContent {
	width:780px;
	margin:0 auto;
	height:100%;
}
#GlobalNav {
	width:274px;
	background-color:#ff6500;
	float:left;
	height:100%;
}
/*
#GlobalNav ul.pral {
	list-style-image:url(../images/boloMenu.gif);
}
#GlobalNav li {
	height:30px;
	border-bottom:1px solid #ff7c26;
	padding-top:20px;
	margin-right:30px;
}
#GlobalNav li a {
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	font-size:15px;
	letter-spacing:-1.5px;
	line-height:13px;
}
#GlobalNav span {
	color:#9e0000;
}
#GlobalNav a:hover,#GlobalNav span:hover{
	color:#ffffff;
}*/

#Content {	
	width:506px;
	float:right;
}
#Photo {
	width:506px;
	height:280px;
	background:url(../images/fondoPhoto.gif) no-repeat right 75px;
	text-align:left;
}
#ContentTxt {
	margin:0 50px 0 30px;
	text-align:justify;
	min-height:140px;
}
#ContentTxt ul {
	margin:0px 10px 0px 10px;
	height:43px;
}
#ContentTxt2 {
	margin:0px 50px 0px 30px;
	text-align:justify;
}
	#ContentTxt2 a, #ContentTxt a {
		text-align:right;
		display:block;
		margin:15px 0 20px 0;
		background-color:#f4f4f4;
	}
	#ContentTxt3 a {
		text-align:left;
		display:block;
		margin:0px 0 0px 0;
		background-color:#f4f4f4;
	}	

#bloq1{
	margin:0 0 0 0px;
	width:186px;
	text-align:justify;
	position:relative;
	left:30px;
	top:0px;
	clear:both;
}
#bloq2{
	background:#666666 url(../images/cierre.gif) no-repeat scroll center bottom;
	color:#FFFFFF;
	padding-bottom:5px;
	text-align:justify;
	width:186px;
	background:#666666 url(../images/cierre.gif) no-repeat scroll center bottom;
	color:#FFFFFF;
	position:relative;
	margin:-380px 0 0 275px;
}
	#bloq2 p, #bloq2 img.foto, #bloq1 p, #bloq1 img.foto{
		margin:10px;
	}
	#bloq2 .link, #bloq1 .link{
		display:block;
		margin-bottom:15px;
		/*margin-left:10px;*/
		margin-right:0;
		/*margin-top:15px;*/
	}
#link {
	margin-top:5px;
	clear:both;
	padding-top:10px;
}
#link a {
	color:#999999;
	text-decoration:none;
	font-size:10px;
}
#link a:hover{
	color:#333333;
	text-decoration:underline;
}
#pie{
	color:#000000;
	font-size:1.1em;
	margin:20px 15px 200px 15px;
}
#pie a{
	color:#CCCCCC;
}
#Encabezado {
	margin-top:150px;
	margin-left:50px;
}
#altura{
	margin-left:26px;
	margin-top:5px;
}
/*----- CLASS -----*/

.margenTxt {
	margin:0px 30px 0px 30px;
}
.Encabezados {
	font-family:"Times New Roman", Times, serif;
	color:#FF6500;
	font-size:30px;
}
.Encabezados2 {
	font-family:"Times New Roman", Times, serif;
	color:#716E6E6;
	font-size:30px;
}
.TxtResaltado{
	font-size:11px;
	color:#FF6500;
	font-weight:bold;
}
.item{
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.fotoNoticia{float:left;margin-right:10px;}
