.Estilo1 {
	color: #F65C00;
}

.paginador {
	color: #FF0000;
	font-weight: bold;
	font-family:  Verdana;
	font-size: 18px;
}
	
.contenido {
	font-size: 15px;
    font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.titulogrande {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.titulomediano {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.titulomedianosimple {
	font-size: 14px;
	color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.titulopequeno {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.Estilo2 {
	color: #660000;
}

.boton {
	background-image:url(img/botones.jpg);
	height:20px;	
	width:60px;
	font-size: 16px;
	color: #EEEEEE;
	overflow:hidden;
	margin:0;
	padding:0;
}
a.boton:link, a.boton:visited, a.boton:active {
	background-image:url(img/botones.jpg);
	height:20px;	
	width:60px;
	display:block;
}
a.boton:hover {
	background-image:url(img/botones2.jpg);
	height:20px;	
	width:60px;
}

.boton2 {
	background-image:url(img/botones3.jpg);
	height:20px;
	width:60px;
	font-size: 16px;
	color: #EEEEEE;
	overflow:hidden;
	margin:0;
	padding:0;
}
a.boton2:link, a.boton2:visited, a.boton2:acoton2:active {
	background-image:url(img/botones3.jpg);
	height:20px;	
	width:60px;
	display:block;
}
a.boton2:hover {
	background-image:url(img/botones4.jpg);
	height:20px;	
	width:60px;
}

.boton3 {
	background-image:url(img/botones5.jpg);
	height:20px;	
	width:65 px;
	font-size: 16px;
	color: #EEEEEE;
	overflow:hidden;
	margin:0;
	padding:0;
}
a.boton3:link, a.boton3:visited, a.boton3:active {
	background-image:url(img/botones5.jpg);
	height:20px;	
	width:65px;
	overflow:hidden;
	display:block;
}
a.boton3:hover {
	background-image:url(img/botones6.jpg);
	height:20px;	
	width:65px;
	overflow:hidden;
}

.fechaflash{
	color:#123456;
	font-size:10px;
}
.tituloflash{
	color:#123456;
	font-weight:bold;
	font-size:12px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#menu {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-weight: bold;
	width: 170px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding: 0;
	margin-bottom: 2px;
	background-color: #9cc;
	color: #333;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003;
}
#menu ul li a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #258;/* Color Parte Izquierda */
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color: #69c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	background-color: #4B87C3;/* fondo texto */
	color: #fff;/* texto */
	text-decoration: none;
	width: 100%;
}
html>body #menu ul li a {
	width: auto;
}
#menu ul li a:hover {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #4B87C3;/* Color Parte Izquierda puntero sobre */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #69c;
	border-bottom-width: solid #369;
	border-bottom-style:solid;
	border-bottom-color: #369;
	background-color: #258;/* fondo texto puntero sobre */
	color: #fff;/* texto puntero sobre */
}
#menu ul li a#actual {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #255E96;/* Color Parte Izquierda web actual */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #69c;
	border-bottom-width: solid #258;
	border-bottom-style:solid;
	border-bottom-color: #036;
	background-color: #78A5D1;/* fondo texto web actual */
	color: #fff;/* texto web actual */
}
#menu ul li ul li a {
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #AF753A;/* Color Parte Izquierda */
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color: #69c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #369;
	background-color: #F1B300;/* fondo texto */
	color: #fff;/* texto */
	text-decoration: none;
	width: 100%;
}
html>body #menu ul li ul li a {
	width: auto;
}
#menu ul li ul li a:hover {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F1B300;/* Color Parte Izquierda puntero sobre */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #39c;
	border-bottom-width: solid #639;
	border-bottom-style:solid;
	border-bottom-color: #639;
	background-color: #AF753A;/* fondo texto puntero sobre */
	color: #fff;/* texto puntero sobre */
}
#menu ul li ul li a#actual {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #AF753A;/* Color Parte Izquierda web actual */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #39c;
	border-bottom-width: solid #639;
	border-bottom-style:solid;
	border-bottom-color: #639;
	background-color: #FF6600;/* fondo texto web actual */
	color: #fff;/* texto web actual */
}

