@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #E1E1E1;
	scrollbar-highlight-color: #FAFAFA;
	scrollbar-shadow-color: #E1E1E1;
	scrollbar-3dlight-color: #D5D5D5;
	scrollbar-arrow-color: #0;
	scrollbar-track-color: #F2F2F2;
	scrollbar-darkshadow-color: #C6C6C6;
}
a{
	color: #666666;
	text-decoration:inherit;
	}
a:hover{
	text-decoration:underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 10px;
	line-height: 18px;
	margin:0px;
	padding:0px;
}

ul {
	padding:0px;
	margin:0px;
	margin-left:30px;
	list-style-image: url(../images/bulletpfeil.gif);
}

li {
	margin:0px;
	padding:0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 18px;
	margin:0px;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}

.textoResaltado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

/********** DIVISIONES *********/
#cabecera {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #F86618;
	border-bottom-width: 1px;
}


#contenedor {
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#noticiasTitulo {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #FF6600;
	line-height: 17px;
	font-weight: bold;
	margin-left: 35px;
}

#noticiasCont {
	background-image: url(imagenes/bgnoticias.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 35px;
	width: 714px;
}

#noticiasDetalles {
	padding: 8px;
	height: 80px;
}
#noticiaTexto1 {
	line-height: 13px;
	padding: 10px;
	width: 207px;
	background-color: #efefef;
	float: left;
	height:60px;
	overflow:hidden;
}

#noticiaTexto2 {
	line-height: 13px;
	padding: 10px;
	width: 207px;
	background-color: #efefef;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	height:60px;
	overflow:hidden;
}

#noticiaTexto3 {
	line-height: 13px;
	padding: 10px;
	width: 207px;
	background-color: #efefef;
	float: right;
	height:60px;
	overflow:hidden;
}

#pie {
	width: 100%;
	background-color: #F86618;
	height: 50px;
}

#interior {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
