/*Estilos*/

body
{
	min-width:920px;
	background: #999999;
}

.container_12
{
	margin-left:auto;
	margin-right:auto;
	width:920px;
}

.clear
{
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0;
}

/*Header*/

#header
{
	height:135px;
}

#logo
{
	padding-left: 260px;
	padding-bottom: 30px;
	padding-top: 20px;
	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 1%, rgba(221,221,221,1) 34%, rgba(189,189,189,1) 50%, rgba(221,221,221,1) 69%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,rgba(255,255,255,1)), color-stop(34%,rgba(221,221,221,1)), color-stop(50%,rgba(189,189,189,1)), color-stop(69%,rgba(221,221,221,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(221,221,221,1) 34%,rgba(189,189,189,1) 50%,rgba(221,221,221,1) 69%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(221,221,221,1) 34%,rgba(189,189,189,1) 50%,rgba(221,221,221,1) 69%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(221,221,221,1) 34%,rgba(189,189,189,1) 50%,rgba(221,221,221,1) 69%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(255,255,255,1) 1%,rgba(221,221,221,1) 34%,rgba(189,189,189,1) 50%,rgba(221,221,221,1) 69%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#imagenqroo
{
	margin-top: -56px;
	margin-left: 90px;
}

#periodismo
{
	margin-top: -38px;
	text-align: center;
	font-family: Times;
	font-weight: bold;
	font-size: 14px;
}

#primera
{	
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	color: #7e7e7e;
	margin-top: -130px;
	margin-left: 4px;

}

#primera a
{	
text-decoration: none;
color: #7e7e7e;
}

#ira
{
	margin-top: -10px;
}

#qroo
{
	padding-left: 10px;
	margin-top: -20px;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
}

#qroo a
{
text-decoration: none;
color: #FFFFFF;
}

#qroo a:hover
{
text-decoration: none;
color: #a50005;
}


#menu
{
height: 30px;
background: rgb(33,33,33); /* Old browsers */
background: -moz-linear-gradient(top, rgba(33,33,33,1) 0%, rgba(79,79,79,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,33,33,1)), color-stop(100%,rgba(79,79,79,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(79,79,79,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(79,79,79,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(33,33,33,1) 0%,rgba(79,79,79,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(33,33,33,1) 0%,rgba(79,79,79,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
}

#navegador
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -14px;
	margin-left: 150px;
}

#navegador a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navegador ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navegador li
{
	float: left;
	padding: 9px 15px 7px 15px;	
	margin-top: -9px;
}

#navegador li:hover
{
	background: #4f4f4f;
	padding: 9px 15px 7px 15px;
	margin-top: -9px;
}