@import "admin/noticias/phpnews_package.css";
/* ELEMENTOS BÁSICOS */
body {
	font:normal 10px "Arial";
	color: #434343;
	background-color: #DCDCDC; 
	text-align: center;
	margin: 0px;
	height: 100%;
	}
	

.item{
	height: 23px;
	
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding: 5px 5px 5px 5px;



	}
		
		.item a{
			display: block;
			/*background:#EEEEEE;*/

			padding: 5px 5px 5px 5px;
			border: #E5E5E5 1px solid;
			font-size: 12px;
			font-weight:Bold;			
			color:#73695d;
			text-decoration:none;

			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			-moz-box-shadow:0px 0px 4px #000000;
			-webkit-box-shadow:0px 0px 4px #000000;
			box-shadow:0px 0px 4px #000000;
			opacity:0.9;
			border-width:0.5px;
			

			background: -moz-linear-gradient(top, #fafafa, #E6E6E6);
			background: -webkit-gradient(linear, center top, center bottom, from(#fafafa), to(#E6E6E6));
			background: -o-linear-gradient(top, #fafafa, #E6E6E6);
			background: linear-gradient(top, #fafafa, #E6E6E6);

			}

		.item a:hover{
			border: #ed8700 1px solid;
			display: block;
			background:#F79D22;
			
			margin: 1px;
			font-size: 12px;			
			font-weight:bold;
			color:#FFFFFF;			
			text-decoration:none;

			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			-moz-box-shadow:0px 0px 5px #000000;
			-webkit-box-shadow:0px 0px 5px #000000;
			box-shadow:0px 0px 5px #000000;
			opacity:0.9;

						
			}

/* 	Link menu inicial */		
.cuadromenu a{
			display: block;
			background:#003366;
			padding: 5px 5px 5px 5px;
			margin: 4px;
			font-size: 12px;			
			font-weight:bold;
			color:#FFFFFF;			
			text-decoration:none;
						
			}
.cuadromenu a:hover{
			display: block;
			
			font-size: 12px;
			font-weight:bold;			
			color:#369;
			text-decoration:none;
			}			
/*----------------------------------------*/

/* Estilos utilizados en el sistema FCK Editor */

.texto 
{	font:normal 12px/18px tahoma;
	color: #666666;
	}

.link a {
	color:#3d3b3d;
	text-decoration:none;
	}
.link a:hover{
	color:#3d3b3d;
	text-decoration:underline;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #0A5773;
	font-family: Trebuchet MS, Arial, Sans-serif, Helvetica;
}

.txt-naranja {
	color: #F4B100;
}
.txt-azul {
	color: #054692;
	font-style: normal;
}
.txt-azulclaro {
	color: #0658BD;
}
.txt-red {
	color: #990000;
}

/*----------------------------------------*/

/* MAQUETACION */

#contenedor{
	width: 780px;
	height: 100%;
	background: #FFFFFF;
	
	font-size: 11px;
	font-style:normal;
	text-align:justify;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
}

#top {
	height: 130px;
	width: 780px;
	background-image: url(images/top4.jpg);
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
}
#left {
	padding: 5px;
	float: left;
	width: 200px;
	height: 100%;
}
#right {
	padding: 10px;
	float: right;
	width: 550px;
}
#footer {
	float: none;
	height: 37px;
	width: 780px;
	clear:both;
	background-image: url(images/footer2.jpg);
	-moz-border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	}
#footerDown {
	float: none;
	height: 37px;
	width: 780px;
	clear:both;
	/*background-image: url(images/footer2.jpg);*/
	background-color: #696969;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	/*border-radius:0px 0px 5px 5px;*/
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;	
}
#cuadromenu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
	width: 300px;
	height: 100%;
	border : 1px solid #576ea5;
}


