@charset "iso-8859-1";

/*******************************************************************************
*  seccion_$n.css : 2004-07-06 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  Especifica colores para cada una de las secciones de contenido 
*******************************************************************************/


#outerColumnContainer/* selector case hack to reset version 4 stylesheet setting */
{
	background-color: #fff;		/* this sets the background color on the center column */
	color: #000;
}

#contentColumn > .inside  {
	background-color: #fff;		/* this sets the background color on the center column */
	color: #000;
}
.logosDiv {
		position: relative;
		display:inline;
		margin: 0.5em;
	}
#direccion {
	margin-top: 1.5em;
	border-top: 1px solid #A90159;
}

#presentacion {
	background: #FBF4DA url("../img/mancha_agua_seccion10.gif") no-repeat 50% 50%;
	padding: 0em 0.5em 2em 0.5em; 
	border: 2pt solid #fff;
	text-align: justify;
}
#presentacion img {
	margin-right: 4px;
	margin-bottom: 4px;
}
#contentColumn h1 {
	color: #A90159;
	padding: 0.6em 0.3em;
	font-size: 1.4em;
	text-align: center
}
.cajaNoticia {
	border: 1px solid #000;
	padding: 0.3em;
	margin: 0.5em 0;
}
.cajaNoticia th {
	color: #A90159;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}
.cajaNoticia td {
	padding: 0;
	margin: 0;
	text-align: justify;
}
.flecha {
	margin: -1em;
	float: right;
}
.fotoNot {
	float:left;
	margin-right: 0.2em;
	margin-top: 0.2em;
}
#cajaDireccionTitle {
		position: relative;
		background-image:url(img/ppal_caja_dir_up.gif);
		background-position:left top;
		background-repeat: no-repeat;
		margin: 1em 0 0 0;
		padding: 0;
		left: 50%;
		margin-left: -10em;		
		width: 20em;		
}
#cajaDireccion {
		background-image:url(img/ppal_caja_dir.gif);
		background-repeat:repeat-y;
		padding: 0.5em;		
}
#cajaDireccion p {
	color: #A90159;
	text-align: center;
	font-size: 0.9em;	
}
#cajaDireccion a {
	color: #002789;
	text-decoration: none;
}
#cajaDireccion a:hover {
	color: #EA004D;
	text-decoration: underline;
}
#cajaDireccionDown {
		background-image:url(img/ppal_caja_dir_down.gif);
		background-position:left bottom;
		background-repeat: no-repeat;
		margin: 0 0 1em 0;
}






