body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    background: #d9d6cc url(../image/back2.gif) top center repeat-x;
    /*color: #868686;*/
	color: #555555;
    margin: 0;
    padding: 5px;
}

fieldset {
	border: 1px #CCCCCC solid;
}

p {
	margin:0px;
	text-align:justify;
	padding-right:10px;
	padding-left:10px;
}

li {
	text-align:justify;
	margin-right:10px;
}

hr {
	border:none;
	height:1px;
	border-top:1px #666666 solid;
	width:330px;
}

a:link, a:visited, a:active {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

.titulo_superior {
	text-transform:uppercase;
	font-weight:bolder;
	/*font-size:12px;*/
	color:#000000;
	
	background-color:#FFFFCC;
	border:1px solid #000000;
	
	padding:2px;
}

.titulo {
	font-size:14px;
	margin-left:10px;
	font-weight:bold;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

.titulo_left {
	font-size:14px;
	margin-left:10px;
	font-weight:bold;
	text-align:left;
}

.texto {
	font-family: tahoma, helvetica, arial, sans-serif;
	color:#000000;
	font-size:10px;
}

.separacion {
	padding:2px;
}

.miniseparacion {
	padding:1px;
}

.borde_imagen {
	border:#000000 1px solid;
}

.fondo_F {
	background:url(../image/form_fondo.gif) repeat-x;
}

.footer_left {
	text-align:left;
}

.footer_right {
	text-align:right;
}

.footer {
	text-align: center;
}

#clip_otros {
	border:1px dashed #666666;
	background-color:#F4F4F4;
	margin-left:5px;
	padding-right:1px;
}

.HRClip {
	border:none;
	height:1px;
	border-top:1px #666666 solid;
	width:170px;
}

/* MAPA */
#map {
	border:solid 1px #000000;
	width:100%;
	height:350px;
	position:absolute;
}

/* SHOWCASE */
#showcase {
	border:1px solid #000000;
	height:350px;
	width:99%;
}

/* FORMULARIOS */
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#333333 1px solid;
	background:url(../image/form_fondo.gif) repeat-x #def15a;
}

/* HOME: MENU INTERNO */
.main_interno {
	color:#FFFFFF;
	padding:5px;
	padding-left:16px;
	background-color:#454C46;
	background-image:url(../image/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:middle;
	
	border-bottom:2px #AFAFAF solid;
	text-align:left;
	font-weight:bold;
}

.sub_interno {
	color:#000000;
	padding:4px;
	padding-left:16px;
	background-image:url(../image/bullet_black.png);
	background-repeat:no-repeat;
	
	border-bottom:1px solid #DEDEDE;
}

.sub {
	color:#000000;
	border-bottom:1px solid #DEDEDE;
}

/* MENU INTERNO */
.menu_interno{
	margin:0;
	width:130px;
	/*padding-right:10px;*/
}

.menu_interno td {
	padding:5px;
	padding-left:16px;
	background-color:#454C46;
	background-image:url(../image/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:middle;
	
	border-bottom:2px #AFAFAF solid;
	text-align:left;
	font-weight:bold;
}

.menu_interno a:link, .menu_interno a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.menu_interno a:hover, .menu_interno a:active {
	color:#CCCCCC;
	text-decoration:none;
}

/* NOTICIAS */
.imagen_noticias {
	/*border:#000000 1px solid;*/
	background:#FFFFFF;
}

.imagen_degredee {
	background:url(../image/noticia_degradee.jpg) repeat-x;
	padding:5px;
}

.titulo_noticias {
	font-size:12px;
	font-weight:bolder;
	color:#000000;
	margin-bottom:7px;
}

.titulo_fondo {
	background-color:#BAE20F;
}

.fecha_fondo {
	background:url(../image/fecha.gif) no-repeat;
	height:60px;
}

.fecha_dia {
	font-size:20px;
	font-weight:bolder;
	color:#000000
}

.fecha_mes {
	font-size:12px;
	padding-top:1px;
	color:#FFFFFF;
	font-weight:bolder;
}

.borde_noticias {
	border:#999999 solid 1px;
	background:#F1FAB8;
	margin-bottom:5px;
}

/* OTROS */

.titulo_plano{
	font-size:12px;
	font-weight:bolder;
	color:#000000;
	margin-bottom:7px;
	background-color:#C5E611;
}

.fondo_plano{
	background-color:#F1FAB8;
	border:1px #999999 solid;
	margin:0 5px 5px 5px;
	padding:0;
}

.campoRequerido {
	font-size:8px;
	color:#FF0000;
	font-weight:bold;
	margin-left:3px;
}