

/* ----------------------------------------------------------------------------------------
- Sitio Web:			http://www.misitio.com
- Versión:				1.0
- Fecha:				00 / 00/ 2008
- Gramática CSS:		2.1
- Gramática (X)HTML:	1.0 Transitional
- Accesibilidad:		Nivel AA	
------------------------------------------------------------------------------------------- */





/* Estilos para las principales etiquetas
------------------------------------------------------------------------------------------- */

body, ul,ol, dl, h1, h2, h3, h4, h5, h6, td ,th, caption, pre, p, blockquote, input, textarea {
	font-family: Georgia, Times, serif;
	line-height: 150%;
	color:#000;
	background:none;
}

body {
	background: white;
	font-size: 12pt;
}


/* Estilos para las teclas
------------------------------------------------------------------------------------------- */

kbd {
	border-bottom: .1em solid #cccccc;
	border-right: .1em solid #cccccc;
	padding-bottom: 0.1em; 
	padding-right: 0.4em; 
	padding-left: 0.4em; 
	background: #EFECEC;
	padding-top: 0.1em; 
}


/* Estilos para las imágenes
------------------------------------------------------------------------------------------- */


img, a img, :link img, :visited img, :hover img {
	border: 0em;
}


/* Estilos para los hr
------------------------------------------------------------------------------------------- */

hr { 
	background:#ccc; 
	width:100%; 
	height:2px; 
	margin:20px 0; 
	padding:0; 
	border:none; 
}


/* Estilos para las comillas
------------------------------------------------------------------------------------------- */

blockquote { 
	margin: 1.5em 0 1.5em 0; 
	padding: 1em 1em 1em 1em; 
	border: .2em solid #ccc; 
	font-style: italic; 
	font-size: 0.9em; 
}


/* clases
------------------------------------------------------------------------------------------- */

em.required { color: #CC0000; }
.no_print, .nota, .salto { display: none; }


/* Hipervinculos
------------------------------------------------------------------------------------------- */

a, strong { color: #996600; }

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
}

/* Para que se vean las rutas de los links
-------------------------------------------------------------------------------------------
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
*/

h1,h2,h3,h4,h5,h6 { 
  color: #996600; 
  clear: both; 
}

h1 { font-size: 16px; }
h2 { font-size: 13px; }
h3 { font-size: 13px; }
h4 { font-size: 13px; }

.noprint {
	display: none;
}


/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }

.clearfix { display: block; }
.clear_both { clear: both; }

.correo { 
	background: url(../public_images/ico_correo.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.nota, .salto { position: absolute; top: -5000px; left: -5000px; }

.invisible { display: none; visibility: hidden; }
.negrita { font-weight: bold; }

.float_left { float: left; }	
.float_right { float: right; }

.background_none { background: none !important; }

.align_center { text-align: center; }	
.align_left { text-align: left; }
.align_right { text-align: right; }	


/* FIN / Estilos comunes
------------------------------------------------------------------------------------------- */

#contenido {
	line-height: 1.5em;
	text-align: justify;
	padding: 1em;
	margin: 1em auto;
	width: 630px;
	color: #333333;
}


/* Contenedora de la página
------------------------------------------------------------------------------------------- */

#cabecera {
	margin: 0 0 10px 10px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 10px;
}


/* Código de honor
------------------------------------------------------------------------------------------- */

.articulo {
	border-bottom: 1px solid #d4e2eb;
	padding: .5em .5em 1em .5em;
}


/* Galeria de fotos
------------------------------------------------------------------------------------------- */

.acceso-galeria {
	border: .1em dashed #ccb380;
	padding: .5em .5em .5em .5em;
	margin: 2em 0;
}

.acceso-galeria img {
	border: .1em solid #e1e1e1;
	margin: .7em 0 0 .7em;
	display: block;
	padding: .3em;
}

ul.datos-galeria {
	width: 400px;
	margin: 0em 0em 0em 10px !important;
	padding: 0em;
	list-style: none;
}

ul.datos-galeria li {
	text-align: left;
	font-size: 107%;
	padding: 0em;
	margin: 0em;
}

.foto-mini {
	text-align: center;
	margin: .7em;
	width: 10em;
	padding: .3em;
}

.foto-mini img {
	border: .1em solid #e1e1e1;
	padding: .3em;
}

.regresar {
	border-top: 1px solid #ccc;
	padding: .5em;
}













/* pie de página
------------------------------------------------------------------------------------------- */

#pie_pagina {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 10px;
	margin: 0 0 0 0;
	clear: both;
}

#pie_pagina ul,
#pie_pagina li {
	display: inline;
}

#pie_pagina ul#contacto li {
	border-right: 1px solid;
	padding-right: .5em;
	padding-left: .5em;
}

#pie_pagina ul#contacto li.fin {
	border: none;
}

#pie_pagina ul#contacto li {
	overflow: hidden;
}

/*

.fin {
	border: medium none !important;
}

*/

#direccion {
	border: 0em solid #c00;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	}




/* @override http://127.0.0.1/webs/nanogune_intra/css/calendario.css */
.diaRojo
{
	color: #6671A9;
	text-align: center;
	font-size: 9px;
}

.tablaCal
{
	border-width: 0px;
	border-style: solid;
	border-color: #C2C2C2;
	width: 160px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/fondo_cal.gif) repeat-y left top;
}

.tablaMes
{
	border-width: 0px;
	border-style: solid;
	border-color: #C2C2C2;
	width: 150px;
	margin: 0px 0px 0px 4px;
	background: transparent url(../images/fondo_cal.gif) repeat-y left top;
}

.tablaMes td
{
	
}

.cabeceraCal
{
	background-color: #B6C5D0;
	color: #476D89;
	text-align: center;
	height:16px;
	width:20px;
}

.cabeceraCalCentro
{
	background-color: #B6C5D0;
	color: #476D89;
	text-align: center;
	border-width: 0px 4px 0px 4px;
	border-style: none solid none solid;
	border-color: #F3F3F3;
	height:16px;
}

.cabeceraCal a:link
{
	text-decoration: none;
	color: #FFF;
}

.cabeceraCal a:visited
{
	text-decoration: none;
	color: #FFF;
}


.tablaDias td
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	font: 9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	width: 15px;
	height: 15px;
	line-height:15px;
	text-align: center;
	border-color: #F3F3F3;
	border-width: 1px;
	border-style: solid;
	vertical-align: middle;
	padding:1px;
}


.dias
{
	color: #70706F;
}

.festivo
{
	color: #903;
	font-weight: bold;
}

.diaOn
{
	font-weight: bold;
	background-color: #FA8303;
	color: #FFF;
}




.dayNameSem{
	font: 2px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	width: 4px !important;
	height: 15px;
	line-height:15px;
	text-align: center;
	border: 0 !important;
}

.numSem {
	font: 2px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	width: 4px !important;
	height: 15px;
	line-height:15px;
	text-align: center;
	border: 0 !important;
}