/* CSS Document */

	body {
		background-image: url(../img/layout/fondo_2.gif);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.65em;
		line-height: 15px;
		margin:0px
	}
	a {
		color: #FF3E64;
		font-weight: bold;
		text-decoration: none;
		background-color: #fff;
		border-bottom: 1px solid #FF3E64;
	}
	a:visited {
		color: #FF3E64;
		font-weight: bold;
		text-decoration: none;
		background-color: #fff;
		border-bottom: 1px dotted #FF3E64;
	}
	a:active {
		color: #FF3E64;
		font-weight: bold;
		text-decoration: none;
		background-color: #fff;
		border-bottom: 1px dotted #FF3E64;
		
	}
	
	a:hover {
		color: #FFF;
		text-decoration: none;
		background-color: #FF3E64;
		border-bottom: none;
	}
	acronym, abbr {
		color: #666;
		cursor: help;
	}

	#accesible {
		display: none;
	}
	form {
		margin: 0;
		padding: 0;
	}
	label {
		float: left;
		display: block;
		width: 70px;
		margin: 0;
		padding: 0;
	}
	input {
		border: 1px solid #ccc;
		padding: 3px;
		margin-bottom: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #e8e8e8;
		background-image:url(../img/layout/fondo_forms.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}
	input.boton {
		background-image:url(../img/layout/fondo_boton.jpg);
		padding: 2px;
	}
	textarea {
		border: 1px solid #ccc;
		padding: 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #e8e8e8;
	}
	input:focus, textarea:focus {
		background-color: #fff;
		background-image: none;
		border: 1px solid black;
	}
	
	/* cabecera # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
	h1 {
		float: left;
	}
	
	h1 a {
		background: no-repeat url(../img/layout/logo.gif);
		display: block;
		width: 272px;
		height: 77px;
		/*border: 0px solid #fff;*/
		border-bottom: 0px solid #fff;
	}
		h1 a:visited {
			border-bottom: 0px solid #fff;
		}
	h1 a span {
		display: none;
	}
	#contenedor {
		background: url(../img/layout/degradado_fondo.jpg) 0px 0px;
		background-repeat:repeat-x;
		background-color: #fff;
		position: absolute;
		top: 0px;
		padding: 10px 10px 0px 10px;
		left: 50%;
		margin-left: -380px;
		border-right:1px solid #888;
		border-left:1px solid #888;
		border-bottom: 10px solid black;
		/* esta medida es para el IE 5.0 y 5.5 */
		width: 780px;
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 760px;
	}
	
	/* sección de la web y adsense # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
	#seccion {
		clear: both;
		background-color:#dfdfdf;
		text-align: right;
	}
	#seccion p {
		padding: 5px;
	}
	
	/* cabecera # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
	#cabecera ul {
		float: left;
		margin: 0;
		padding: 58px 0px 0px 0px;
		/*border: 1px solid black;*/
	}
	#cabecera ul li {
		float: left;
		list-style-type: none;
		padding-left: 15px;
	}
	#ordena ul {
		margin: 0px;
		padding: 0px;
	}
	#ordena ul li {
		padding-right: 10px;
		list-style-type: none;
		float: left;
		text-align: right;
	}
	
	
	/* contenido # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
	#contenido {
		clear: both;
		float: right;
		width: 550px;
	}
	#contenido p.info_local {
		background-color: #eee;
		padding: 10px;
	}
	#contenido h2.orden {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		padding: 8px 25px 0px 0px;
		margin: 10px 0px 0px 0px;
		background: no-repeat url(../img/layout/fondo_h2.gif) right;
		text-align: right;
		border-bottom: 1px solid #FF3E64;
	}
	#contenido h2.orden a {
		border: none;
		font-weight: normal;
	}

	#contenido .caja_texto {
		/*padding: 0px 15px 5px 15px;*/
		margin: 0px 0px 15px 0px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 3px solid #ccc;
	}
	#contenido .caja_texto img {
		float: left;
		margin-right: 10px;
		border: none;
	}
	#contenido h2 {
		clear: left;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		/*padding: 10px 0px 0px 10px;
		background: no-repeat url(../img/layout/fondo_caja.gif) 0 0;
		margin: 5px 0px 0px 0px;*/
	}
	#contenido h2.titular {
		clear: left;
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		padding: 10px 0px 0px 10px;
		background: no-repeat url(../img/layout/fondo_caja.gif) 0 0;
		margin: 5px 0px 0px 0px;
	}
	#contenido h2 a {
		border-bottom: none;
		background-color: #e5e5e5;
	}
	#contenido h2 a:visited {
		border-bottom: none;
		background-color: #e5e5e5;
	}
	#contenido h2 a:link {
		background-color: #e5e5e5;
	}
	#contenido h3, #contenido label {
		margin-left: 10px;
	}
	#contenido h3{
		border-bottom: 1px solid #e5e5e5;
		
	}
	#contenido .datos {
		border-bottom: 1px solid #ccc;
		padding: 0px 0px 5px 0px;
		margin: 0px 0px 5px 0px;
		background-color: #e5e5e5;
	}
	#contenido .datos p {
		margin: 0px;
		padding: 0px;
		color: #333;
	}
	#contenido .datos p a:link {
		background-color: #e5e5e5;
	}
	#contenido .caja_texto p {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	#contenido p.tags {
		color: #888;
		padding-left: 12px;
		background: no-repeat url(../img/layout/hojita.gif) 0px 4px;
	}
	#contenido p.utilidades {
		clear: both;
		color: #555;
		padding-left: 12px;
		background: no-repeat url(../img/layout/comentario.gif) 0px 4px;
	}
	
	#contenido h3 {
		font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
		font-size: 1.4em;
	}
	
	/* menu # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
	#menu {
		float: left;
		width: 185px;
		padding-top: 8px;
	}
	#menu ul {
		margin: 0;
		padding: 0;
	}
	#menu li {
		list-style-type: none;
		/*text-align: right;*/
		font-weight: bold;
		text-transform:uppercase;	
		color: #aaa;
		padding-top: 10px;
	}
	#menu ul ul{
		border-top: 1px solid #dfdfdf;
		padding: 5px;
	}
	#menu ul ul li {
		padding-top: inherit;
		list-style-type: none;
		text-align: left;
		border-bottom: none;
		font-weight: normal;
		text-transform: none;
		color: black;
		margin-left: 10px;
	}
	
	#menu a{
		border: none;
	}
	
	#menu caption.calendar-month {	
		text-transform: uppercase;
		font-weight: bold;
		background-color: #e4e4e4;
		font-size: 1em;
	}
	#menu table td, th {
		text-align: center;
		font-size: 10px;
	}
	#menu table a {
		background-color: #e4e4e4;
		display: block;
	}
	/* login # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
	#login {
		position: absolute;
		top: 20px;
		right: 0px;
		width: 250px;
	}
	#login p {
		margin: 0;
		padding: 0;
	}
	
	
	/* footer # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */
	
	#footer {
		border-top: 1px solid #888;
		clear: both;
		padding-top: 10px;
		text-align: center;
		margin: 10px 0px 10px 0px;
	}
	#footer p {
		padding: 0;
		margin: 0;
	}
