*{
	margin:0;
	padding:0;
	}

BODY{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #282828;
	background-color:#000000;
	background-image:url(../images/bgGeneral.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
#all{
	margin:auto;
	width:1003px;
	text-align:left;
	}

#general{
	float:left;
	width:1003px;
	}

/********************************************************************************************/
/*								ESTILOS GENERALES											*/
/********************************************************************************************/	
H1{
	display:none;
	}
H2{
	clear:both;
	margin:0 0 2px;
	padding:0 0 5px 0;
	color:#10355e;
	font-size:18px;
	font-weight:normal;
	background-image:url(../images/punteadoH2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:18px;
	}
	#contenidoHome H2 A{
		text-decoration:none;
		color:#10355e;
		}
	#contenido H2{
		/*width:98.4%;*/
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:32px;
		}
H3 {
	clear:both;
	margin:10px 0 8px 0;
	color:#282828;
	font-size:13px;
	font-weight:bold;
	}
#contenido #izquierda H3 {
	font-size:18px;
	font-weight:normal;
	}
#contenido #izquierda .galerias DIV.album{
	float:right;
	width:auto;
	margin:0;
	}

H4{
	clear:both;
	margin:10px 0 8px 0;
	color:#28adf0;
	font-size:13px;
	font-weight:bold;
	}
#contenido #izquierda H4{
	font-size:15px;
	}
A{
	color:#282828;
	}
	A:hover{

		}
P{
	margin:10px 0;
	line-height:16px;
	}
IMG{
	border:5px solid #bababa;
	padding:1px;
	}

#contenido UL{
	float:none;
	margin:0 0 10px 0;
	padding:0;	
	list-style-type:none;
	}
	#contenido UL LI{
		float:left;
		margin:4px 0;
		padding:0 0 0 20px;
		width:95%;
		background-image:url(../images/icono_listas.gif);
		background-position:5px 4px;
		background-repeat:no-repeat;
		}
		#contenido UL.busqueda LI{
			clear: both;
			}
		#contenido UL LI UL{
			float:left;
			margin:0;
			padding:0;
			width:95%;
			}
			#contenido UL LI UL LI{
				margin:2px 0;
				padding:0 0 0 20px;
				background-image:url(../images/icono_subListas.gif);
				background-position:5px 4px;
				background-repeat:no-repeat;
				}
#contenido OL{
	float:left;
	padding:0 0 10px 26px;
	width:95%;
	}
	#contenido OL LI OL{
		margin:3px 0;
		padding-left:26px;
		}

#contenido TABLE{
	clear:both;
	width:98.9%;
	padding:5px;
	empty-cells:show;
	border-collapse:collapse;
	border:1px solid #999999;
	}
	#contenido TH{
		padding:5px;
		border:1px solid #999999;
		color:#ffffff;
		background:#123761;
		}
			#contenido TH.izq{
				text-align:left;
				}
			#contenido TH.der{
				text-align:right;
				}
			#contenido TH.centro{
				text-align:center; 
				}

		#contenido TD{
			padding:5px;
			border:1px solid #999999;
			}
			#contenido TD.izq{
				text-align:left;
				}
			#contenido TD.der{
				text-align:right;
				}
			#contenido TD.centro{
				text-align:center;
				}
/********************************************************************************************/
/*								CABECERA													*/
/********************************************************************************************/	
#cabecera{
	margin:0 0 0 0;
	width:1003px;
	clear:both;
	height:172px;
	}
	#cabecera A{
		float:left;
		margin:36px 0 0 44px;
		}
		#cabecera A IMG{
			border:0;
			}
	
/********************************************************************************************/
/*								Contenido Home												*/
/********************************************************************************************/	
#contenidoHome,
#contenido{
	float:left;
	margin:0 0 0 17px!important;
	margin:0 0 0 9px;
	padding:12px 0 20px 10px;
	width:956px;
	background-color:#FFFFFF;
	}
#contenidoHome{ 
	position:relative;	
	}
/********************************************************************************************/
/*								MENU PRINCIPAL												*/
/********************************************************************************************/	
#menu{
	float:left;
	margin:0;
	padding:0 0 16px 0;
	width:945px;
	background-image:url(../images/sombraMenu.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
	}
#contenidoHome #menu {
	position:relative;
	z-index:1;
	top:0;
	left:0;
	}
	#menu UL{
		float:left;
		margin:0;
		padding:0 0 0 0;
		width:623px;
		list-style-type:none;
		background-image:url(../images/bgMenu.gif);
		background-position:0 0;
		background-repeat:repeat-x;
		}
		#menu UL LI{
			float:left;
			margin:0;
			padding:0 0 0 0;
			position:relative;
			background-image:url(../images/separadorMenu.gif);
			background-position:right top;
			background-repeat:no-repeat;
			height:28px;
			width:auto;
			}
			#menu UL LI.sel{
				background-image:url(../images/bgSel.gif);
				background-position:0 0;
				background-repeat:repeat-x;
				}
			#menu UL LI A{
				float:left;
				margin:0 0 0 0;
				padding:5px 10px 0 10px;
				height:23px;
				text-decoration:none;
				font-size:13px;
				color:#d2d2d2;
				}
				#menu UL LI A:hover{
					background-image:url(../images/bgSel.gif);
					background-position:0 0;
					background-repeat:repeat-x;
					}
				#menu UL LI:hover UL.secundario{
					display:block;
					}
				
				#menu UL li.over ul.secundario {
					display:block;
					}
				
				#menu UL LI UL.secundario{
					display:none;
					background-image:none;
					background-color:#274A6F;
					position:absolute;
					float:left;
					width:147px;
					top:28px;
					left:0;
					border:1px solid white;
					border-bottom: 0;
					}
					#menu UL LI UL.secundario LI{
							float:left;
							width:100%;
							clear:both;
							background-image:none;
							border-bottom:1px solid white;
							padding: 0;
							margin: 0;
							}
						#menu UL LI UL.secundario LI A{
							float:none;
							display:block;
							}

	#menu FORM{
		float:right;
		width:322px;
		padding:0 0 0 0;
		text-align:right;
		background-image:url(../images/bgMenu.gif);
		background-position:0 0;
		background-repeat:repeat-x;
		height:28px;
		}
		#menu FORM INPUT{
			margin:4px 6px 0 0;
			padding:2px 2px 1px 5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#595959;
			background:url(../images/bgInputBuscador.gif) no-repeat left top #FFFFFF;
			width:125px;
			border-top:1px solid #848477;
			border-left:1px solid #848477;
			border-bottom:0;
			border-right:0;
			vertical-align:middle;
			
			}
			#menu FORM INPUT.botonBuscar{
				font-family:Arial, Helvetica, sans-serif;
				padding:0 2px 0 2px!important;
				padding:2px 2px 0 4px;
				margin:2px 10px 0 0;
				width:58px;
				height:17px;
				color:#FFFFFF;
				font-weight:normal;
				font-size:10px;
				text-align:left;
				text-transform:uppercase;
				background:url(../images/bgBotonBuscar.gif) no-repeat 0 1px;
				border:0;
				vertical-align:middle;
				cursor:pointer;
				}
			#menu FORM UL{
				background-color:#ffffff;
				float:left;
				margin:0pt;
				padding:0pt;
				width:132px;
				background-image:none;
				border:1px solid #19416D;
				/*background-color:#ffffff;*/
				}
				#menu FORM UL LI{
					background-image:none;
					border-top:1px solid #19416D;
					color:#282828;
					cursor:pointer;
					font-family:Arial,Helvetica,sans-serif;
					font-size:11px;
					width:129px;
					float:left;
					text-align:left;
					padding:0;
					height:20px;
					padding:4px 0 0 3px;
					}
				#menu FORM UL LI.selected{
					background-color:#21739A;
					float:left;
					}

/***************Parte Izquierda Home***************/
#contenidoHome #izquierda,
#contenido #izquierda{
	float:left;
	margin:0;
	padding:0;
	width:632px;
	}
	#contenidoHome #izquierda{
		top:56px;
		}
	#contenidoHome #izquierda .contenedorFlash{
		float:left;
		margin:0 0 27px 0;
		padding:1px;
		width:615px;
		height:263px;
		border:8px solid #e1e1e2;
		}
		#contenidoHome #izquierda .contenedorFlash OBJECT{
			float:left;
			margin:0;
			padding:0;
			border:0;
			position:absolute;
			z-index:0;
			}
	#contenidoHome #izquierda UL{
		float:left;
		margin:0 0 8px 0;
		padding:0;
		width:100%;
		list-style-type:none;
		}
		#contenidoHome #izquierda UL LI{
			float:left;
			margin:10px 0 0 0;
			padding:0 0 10px 0;
			width:100%;
			background-image:url(../images/punteadoH2.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			}
			#contenidoHome #izquierda UL LI A{
				float:left;
				margin:0 11px 0 0;
				text-decoration:none;
				background:none;
				border:5px solid #bababa;
				}
			#contenidoHome #izquierda UL LI IMG{
				float:left;
				margin:0 0 0 0;
				border:0;
				}
				#contenidoHome #izquierda UL LI A:hover{
					border:5px solid #a7a6a6;
					}
				#contenidoHome #izquierda UL LI H3{
					clear:none;
					margin:0;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:24px;
					font-weight:normal;
					line-height:24px;
					}
					#contenidoHome #izquierda UL LI H3 A{
						float:none;
						margin:0;
						color:#28adf0;
						text-decoration:none;
						background:none;
						border:0;
						}
						#contenidoHome #izquierda UL LI H3 A:hover{
							border:0;
							color:#1685be;
							}
				#contenidoHome #izquierda UL LI SPAN.fecha{
					margin:4px 0 0 0;
					padding:0 0 0 11px;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-size:10px;
					color:#848484;
					background-image:url(../images/bgFecha.gif);
					background-position:0 2px;
					background-repeat:no-repeat;
					}
				#contenidoHome #izquierda UL LI P{
					margin:6px 0 0 0;
					}
		#contenidoHome A.mas,
		#contenido A.mas{
			float:right;
			margin:0 0 8px 0;
			padding:8px 5% 9px 11px;
			background-color:#000000;
			color:#FFFFFF;
			font-size:13px;
			background-image:url(../images/flechaEnlace.gif);
			background-position:91% 50%;
			background-repeat:no-repeat;
			text-decoration:none;
			text-align:right;
			}
			#contenidoHome A.mas:hover,
			#contenido A.mas:hover{
				background-color:#3b3a3a;
				}
		#contenidoHome A.derecha,
		#contenido A.derecha{
			float:left;
			margin:0 0 20px 0;
			padding:8px 11% 9px 11px;
			background-color:#133760;
			background-position:90% 50%;
			}
			#contenidoHome A.derecha:hover,
			#contenido A.derecha:hover{
				background-color:#163e6b;
				}
			
	#contenidoHome TABLE{
		clear: both;
		}			
			
/***************Parte Derecha Home****************/
#derecha{
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:292px;
	}
	#derecha .sombraFederate{
		margin:0 0 0 -5px;
		padding:0 0 15px 6px;
		background-image:url(../images/sombraFederate.gif);
		background-position:left bottom;
		background-repeat:no-repeat;
		}
	#derecha IMG.federate{
		border:1px solid #e3e4e5;
		padding:0;
		}
	#derecha H2{
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		}
	#derecha H2 A{
		color:#10355e;
		text-decoration:none;
		}
	#derecha H3 A{
		text-decoration:none;
		}
		#derecha H3 A:hover{
			text-decoration:underline;
			}
	#derecha UL{
		float:left;
		margin:0 0 10px 0;
		padding:0;
		width:100%;
		list-style-type:none;
		}
		#derecha UL LI{
			float:left;
			margin:0;
			padding:6px 0;
			width:100%;
			background-image:url(../images/punteadoH2.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			}
			#derecha UL LI SPAN{
				margin:0 4px 0 0;
				color:#666666;
				}
		#derecha UL.galeria{
			padding:0 0 0 0;
			background-image:url(../images/punteadoH2.gif);
			background-position:bottom;
			background-repeat:repeat-x;
			}
			#derecha UL.galeria LI{
				padding:0 0 12px 13px;
				width:auto;
				background:none;
				}
				#derecha UL.galeria LI.primero{
					padding:0 0 12px 0;
					}
				#derecha UL.galeria LI A{
					float:left;
					border:3px solid #BABABA;
					}
					#derecha UL.galeria LI A:hover{
						border:3px solid #a7a6a6;
						}
				#derecha UL.galeria LI IMG{
					float:left;
					border:0;					
					}
			#derecha UL LI A{
				text-decoration:none;
				}
				#derecha UL LI A:hover{
				text-decoration:underline;
				}
				
/************Patrocinadores y sponsor*********************/
H3.patrocinadores{
	float:left;
	margin:8px 0 0 0;
	padding:0 0 5px 0;
	width:98.4%;
	color:#10355e;
	font-size:14px;
	background-image:url(../images/punteadoH2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	#contenidoHome UL.Sponsors{
		clear:both;
		float:left;
		margin:20px 0 0 0;
		padding:0;
		width:100%;
		list-style-type:none;
		}
		#contenidoHome UL.Sponsors LI{
			float:left;
			width:auto;
			margin-right:25px;
			}
	#contenidoHome UL.Sponsors LI IMG{
			border:0;
			padding:0;
			}
			
/*****************Navegador*******************/
#contenido P.navegador{
	font-size:10px;
	margin:0 0 0 0;
	}
	#contenido .navegador A{
		color:#28adf0;
		font-weight:normal;
		text-decoration:none;
		}			
		#contenido .navegador A:hover{
			text-decoration:underline;
			}
/********************************************************************************************/
/*								PIE															*/
/********************************************************************************************/	
#pie{
	clear:both;
	float:left;
	margin:0 0 0 0;
	padding:14px 0 30px 0;
	width:100%;
	color:#FFFFFF;
	}
	#pie UL{
		float:left;
		margin:0;
		padding:0;
		list-style-type:none;
		width:392px;
		}
		#pie UL.empresa{
			padding:0 0 0 20px;
			width:369px;
			}
		#pie UL.aviso{
			width:186px;
			padding:0 0 0 12px;
			}
		#pie UL LI{
			float:left;
			margin:2px 0;
			padding:0 0 0 6px;
			width:98%;
			}
			#pie UL LI.destacado{
				color:#21739a;
				font-style:italic;
				}
			#pie UL LI A{
				color:#FFFFFF;
				font-weight:normal;
				text-decoration:underline;
				}
				#pie UL LI A:hover{
					text-decoration:none;
					}
/*************************************** CONTACTO **************************************/
	#contenido FORM#contacto{
		margin-top:0;
		}
		#contenido .direccion{
			margin:20px 0;
			}
			#contenido .direccion P{
				line-height:9px;
				}
		#contenido .formulario UL{
			margin:0;
			float:left;
			padding:20px 0;
			list-style-type:none;
			}	
			#contenido .formulario UL LI{
				float:left;
				clear:both;
				margin:3px 0;
				background:none;
				}
				#contenido .formulario UL LI LABEL{
					float:left;
					margin-right:5px;
					padding:5px 0 5px 0;
					width:140px;
					text-align:right;
					font-weight:bold;
					color:#113660;
					}
				#contenido .formulario UL LI INPUT, 
				#contenido .formulario UL LI TEXTAREA,
				#contenido .formulario UL LI SELECT{
					float:left;
					margin:4px 6px 0 0;
					padding:2px 2px 1px 5px;
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					color:#595959;
					background:url(../images/bgInputContacto.gif) repeat-x left bottom #FFFFFF;
					border:3px double #9A9A9A;
					vertical-align:middle;					
					}
				#contenido .formulario UL LI IMG{
					border:0;
					padding:0;
					margin:4px 0 0 4px;
					}
			#contenido .formulario UL LI#botones, #contenido .formulario UL LI.botones{
				clear:left;
				}
				#contenido .formulario UL LI#botones INPUT, #contenido .formulario UL LI.botones INPUT{
					font-family:Arial, Helvetica, sans-serif;
					padding:0 2px 0 2px!important;
					padding:2px 2px 0 4px;
					margin:2px 10px 0 146px;
					width:58px;
					height:18px;
					color:#FFFFFF;
					font-weight:normal;
					font-size:10px;
					text-align:left;
					text-transform:uppercase;
					background:url(../images/bgBotonBuscar.gif) no-repeat 0 1px;
					border:0;
					vertical-align:middle;
					cursor:pointer;
					}
				#contenido .formulario UL LI TEXTAREA#comentarios{
					overflow:auto !important;
					overflow:hidden;
					/*width:300px;*/
					}
					#contenido .formulario UL LI TEXTAREA#privacidad{
						color:#000000;
						/*height:100px;
						width:300px;*/
						}
						#contenido .formulario UL LI.aceptaprivacidad{
							clear:both;
							padding:0 0 0 161px;
							width:400px;
							}
						#contenido .formulario UL LI.aceptaprivacidad INPUT{
							margin:5px 0 0 0!important;
							margin:3px 0 0 0;
							width:20px;
							border:0;
							background:none;
							float:left;
							}
						#contenido .formulario UL LI.aceptaprivacidad LABEL{
							margin:0;
							width:230px;
							}	
			#contenido .formulario UL LI TABLE{
				clear:none;
				margin:10px 0;
				width:450px;
				}			
				#contenido .formulario UL LI TABLE TR TD INPUT{
					background:none;
					border:0;	
					}
					#contenido .formulario UL LI TABLE .checkTabla{
						width:18px;						
						}
/********************************** NOTICIAS ***************************************/
#contenido .noticias UL{
	width:100%;
	}
#contenido .noticias UL LI{
	float:left;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	width:100%;
	background-image:url(../images/punteadoH2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	#contenido #izquierda .noticias H3{
		clear:none;
		margin:0;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
		font-weight:normal;
		line-height:24px;
		color:#28adf0;
		}
		#contenido .noticias H3.noticiaAmpliada{
			margin:15px 0 0 0;
			}
		#contenido .noticias H3 A{
			float:none;
			margin:0;
			color:#28adf0;
			text-decoration:none;
			background:none;
			border:0;
			}
		#contenido .noticias H3 A:hover {									
			border:0;
			color:#1685be;
		}
	#contenido .noticias SPAN.fecha{
		margin:4px 0 0 0;
		padding:0 0 0 11px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#848484;
		background-image:url(../images/bgFecha.gif);
		background-position:0 2px;
		background-repeat:no-repeat;
		}

	#contenido .noticias .buscador{
		margin:15px 0 0 0;
		width:100%;
		}
		#contenido .noticias .buscador H3{
			margin:0 0 8px 0;
			color:#133760;
			}
		#contenido .noticias .buscador UL{
			float:left;
			width:100%;
			}
			#contenido .noticias .buscador UL LI{
				background:none;
				padding:2px 0;
				float:left;
				margin:0;
				background:none;
				}
				#contenido .noticias .buscador UL LI LABEL{
					float:left;
					width:90px;
					font-size:11px;
					font-weight:bold;
					color:#113660;
					margin-right:5px;
					padding:7px 0 5px 0 ;
					}
					#contenido .noticias .buscador UL LI LABEL.fecha{
						text-align:right;
						width:auto;
						margin-left:25px;
						}
				#contenido .noticias .buscador UL LI INPUT{
					background:#FFFFFF url(../images/bgInputContacto.gif) repeat-x scroll left bottom;
					border:3px double #9A9A9A;
					color:#595959;
					float:left;
					font-family:Arial,Helvetica,sans-serif;
					font-size:11px;
					margin:4px 6px 0 0;
					padding:1px 2px 1px 2px;
					vertical-align:middle;
					}
					#contenido .noticias .buscador UL LI INPUT.botonBuscar{
						font-family:Arial, Helvetica, sans-serif;
						padding:0 2px 0 2px!important;
						padding:2px 2px 0 4px;
						margin:5px 10px 0 20px;
						width:58px;
						height:18px;
						color:#FFFFFF;
						font-weight:normal;
						font-size:10px;
						text-align:left;
						text-transform:uppercase;
						background:url(../images/bgBotonBuscar.gif) no-repeat 0 1px;
						border:0;
						vertical-align:middle;
						cursor:pointer;
						}
					#contenido .noticias .buscador UL LI INPUT#title{
						width:505px;
						}
					#contenido .noticias .buscador UL LI INPUT.text-input{
						
						}
				#contenido .noticias .buscador UL LI IMG{
					float:left;
					margin:4px 0 0 4px;
					border:0;
					}

#noticiaAmpliada H3{
	clear:none;
	margin:15px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	color:#28adf0;
	}
	#contenido #noticiaAmpliada SPAN.fecha{
		margin:4px 0 0 0;
		padding:0 0 0 11px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color:#848484;
		background-image:url(../images/bgFecha.gif);
		background-position:0 2px;
		background-repeat:no-repeat;
		}
		#contenido #noticiaAmpliada UL{
			float:none;
		}
/*************************************** PAGINADOR *************************************/
.paginador{
	margin:0;
	padding:0px 0 0 13px;
	clear:both;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	}
	#contenido .noticias .paginador SPAN{
		margin:0 5px 0 0;
		padding:0;
		font-size:12px;
		background:none;
		}
	.paginador A{
		padding:0px 0;
		margin:10px 0;
		}
		.paginador A:hover{
			text-decoration:none;
			}
/*************************************** GALERIAS *************************************/
#contenido #izquierda .galerias{
	float:left;
	margin:0 0 10px 0;
	width:100%;
	clear:both;
	background-image:url(../images/punteadoH2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
#contenido #izquierda .galerias H3 a {
	text-decoration: none;
}
#contenido #izquierda .galerias H3 a:hover {
	text-decoration: underline;
}
#contenido #izquierda .galerias UL{
	margin:0 0 0 0;
	width:100%;
	}
#contenido #izquierda .galerias UL LI{
	margin:0;
	padding:0 16px 15px 0;
	width:auto;
	background:none;
	}							
	#contenido #izquierda .galerias UL LI.primero{
		padding:0;
		}		
		#contenido #izquierda .galerias UL LI DIV.enlaces_cms{
			float:left;
			clear:both;
			}
		#contenido #izquierda .galerias UL LI DIV.enlaces_cms A{
			padding:1px 4px;
			border:1px solid #9DB0BC;
			clear:both;
			}
		#contenido #izquierda .galerias UL LI A{
			padding:1px;
			border:5px solid #BABABA;
			float:left;
			}
			#contenido #izquierda .galerias UL LI A:hover{
				
				border:5px solid #a7a6a6;
				}
			#contenido #izquierda .galerias UL LI A IMG{
				float:left;
				border:0;
				padding:0;
				}
/*********************ERRORES*******************/
#contenido .formulario UL.errores{
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	width:612px;
	color:#ff0000;
	font-size:11px;
	list-style-type:disc;
	padding:0 0 0 20px;
	}	
	#contenido .formulario UL.errores LI{
		padding:0 0 0 5px;
		}	
		
/********************************************************************************************/
/*								ESTILOS GENERALES											*/
/********************************************************************************************/
#contenido FORM UL LI INPUT.botonBuscar{
	font-family:Arial, Helvetica, sans-serif;
	padding:0 2px 0 2px!important;
	padding:2px 2px 0 4px;
	margin:2px 10px 0 0;
	width:58px;
	height:17px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:10px;
	text-align:left;
	text-transform:uppercase;
	background:url(../images/bgBotonBuscar.gif) no-repeat 0 1px;
	border:0;
	vertical-align:middle;
	cursor:pointer;
	}
.imagenIzquierda{
	float:left;
	margin:0 10px 10px 0;
	}
.imagenDerecha{
	float:right;
	margin:0 0 10px 10px;
	}
.asterisco{
	line-height:10px;
	font-size:18px;
	font-weight:bold;
	color:#28adf0;
	margin-right:5px;
	vertical-align:middle;
	}		
P.nota{
	margin:0 0 0 145px;
	font-size:11px;
	}	
P.destacado1{
	padding:15px;
	background: #d2e7f7;
	}
P.destacado2{
	padding:15px;
	background: #fffade;
	}
.volverListado{
	float:left;
	margin:0 0 8px 0;
	padding:8px 10px 9px 4%;
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	background-image:url(../images/flechaEnlaceIzda.gif);
	background-position:8% 50%;
	background-repeat:no-repeat;
	text-decoration:none;
	text-align:right;
	}
	.volverListado:hover{
		background-color:#3b3a3a;
		}
	.volverListado:hover{
		text-decoration:none;
		}
		
/******* AVISO LEGAL ********/
.avisoLegal{
	width: 945px;
}

/***********************Columna destacados dercha********************/
.izquierda{
	float:left;
	margin-right:10px;
	width:62%;
	position:relative;

	}
.derecha{
	float:right;
	width:28%;
	position:relative;

	}
	.derecha H3{
		color:#bf2e82;
		font-size:13px;
		font-weight:bold;
		}
	.derecha UL{
		position:relative;
		margin-left:5%;
		}
		.derecha UL LI{
			background-image:url(../images/fondoListaSec.gif);
			}
