.txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.txt10naranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	line-height: 15px;
}
.input {
	color: #666666;
	font-family: Verdana, Arial, Sans-serif, Verdana;
	font-size: 10px;
	background: #E8E8E8;
	border: 1px solid #B8B8B8;
	width: 190px;
	margin-bottom:6px;
	*margin-bottom:2px;
 }
.titNoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 900;
	color: #FF3300;
}
.dot {
	border: 1px dashed #887766;
}
.foto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}
#contenedor {
	width:800px;
	margin:0 auto;
}
#cabeza {
	width: 800px;
	height:139px;
	background:url(../imagenes/lienzo_01.jpg) center top no-repeat;
}
#navegadora {
	float:right;
	width:342px;
	height:111px;
	padding-right:30px;
	padding-top:27px;
}
#cuerpo {
	width:800px;
	background:url(../imagenes/lienzo_02.jpg);
	padding-top:10px;
	padding-bottom:10px;
}
#cuello {
	width:690px;
	height:65px;
	margin:auto;
	background:url(../imagenes/dash.png) bottom left repeat-x;
	margin-bottom:20px;
}
#izquierda {
	width:240px;
	margin-left:55px;
	float:left;
}
#derecha {
	width:460px;
	float:right;
	margin-right:30px;
}

#pie {
	width:800px;
	height:50px;
	background:url(../imagenes/lienzo_03.jpg) center top no-repeat;
	clear:both
}

/* ######### Style for Drop Down Menu ######### */


.chromestyle{
width: 99%;
}

.chromestyle:after {
content:"."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropmenudiv{
position: absolute;
top:125px !important;
*top:135px !important;
border: 1px solid #BBB;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#666;
line-height:18px;
z-index:100;
background-color: #FFFFF7;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
background-color: #EE9;
}


