

/* ----------------------------------------------------------------------------------------
- Sitio Web:			http://www.misitio.com
- Versión:				1.0
- Autor:				dedo multimedia, s.a. - http://www.dedomultimedia.com - info@dedomultimedia.com
- Fecha:				00 / 00/ 2008
- Gramática CSS:		2.1
- Gramática (X)HTML:	1.0 Transitional
- Accesibilidad:		Nivel AA	
------------------------------------------------------------------------------------------- */





/* Estilos para las principales etiquetas
------------------------------------------------------------------------------------------- */

@page {
  size: 7in 9.25in;
  margin: 27mm 16mm 27mm 16mm;
}

body, ul,ol, dl, h1, h2, h3, h4, h5, h6, td ,th, caption, pre, p, blockquote, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 10pt;
	color: #4c4c4c;
	background:none;
	margin: 0pt;
	padding: 0pt;
}

img, a img, :link img, :visited img, :hover img {
	border: 0em;
	background: none;
}
	

/* 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 { 
	float:left; 
	margin:10px 10px 10px 0;
}


/* Estilos para los hr
------------------------------------------------------------------------------------------- */

hr { 
	border: 0px;
	border-bottom: 1px solid #ccc;
}


/* 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; 
}

tr {page-break-inside: avoid;}


/* clases
------------------------------------------------------------------------------------------- */

em.required { color: #CC0000; }
.no_print, .nota, .salto { display: none; visibility: hidden }


/* Hipervinculos
------------------------------------------------------------------------------------------- */

a, strong { color: #0066CC; }

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
}

h1 {
	color: #000 !important;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
}

h2 {
	color: #0066CC;
	font-size: 16px;
	text-align: left;
	margin-bottom: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #0066CC;
}


/* 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; }

.help {
	cursor: help;
}

.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; }	

/*--------*/

.punteado {
	border-top: 1px dashed #ccc;
	padding-top: .5em;
}


/* Apartado que es elebilab
------------------------------------------------------------------------------------------- */

#txt_intro {
 	margin-left: 4em;
	float: right;
	width: 12cm;
}

#img_intro {
	float: left;
	width: 8cm;
	margin-top: -4cm;
}

/* ClearFix
------------------------------------------------------------------------------------------- */

.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; }


/* Para que se vean las rutas de los links
-------------------------------------------------------------------------------------------
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
*/

#cabecera {
	text-align: right;
	padding: 0px;
	height: 50px;
	display: block;
	clear: both;
}

#cabecera:after{
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0em;
}

img.tamanyo {
	width: 77px;
	height: 70px;
}

img.cab_print {
margin-left: 37px;
}


/* Contenido
------------------------------------------------------------------------------------------- */

h1 {
	color: #2284fd;
}
h2 {
	color: #2284fd;
}


#contenido {
	width: 810px;
	float: left;
	margin-left: 0;
	padding-top: 1em;
	text-align: justify;
}

#contenido p {
	margin:.7em 0em;
}

#contenido img { 
	border: .3em solid #ccc;
}

#contenido ul {
	margin:.7em 1em 1.5em 1em;
}

#contenido li {
	margin:.3em 1.7em;
}

h2.enc_equipo {
	margin-top: 20px;
	margin-bottom: 10px;
}

#contenido table a {
	text-decoration: none !important;
	border: 0px;
	text-align: left; 
}

#contenido th, td {
	font-size: 11pt;
	text-align: left; 
}

#contenido th {
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	border-bottom: 1px solid #555;
	border-left: 0px;
	border-right: 0px;
}

#contenido table th.datos_nombre { width: 8.3cm; }
#contenido table th.datos_email	 { width: 5cm;	 }
#contenido table th.datos_telef	 { width: 3.5cm; }
#contenido table th.datos_ficha	 { width: 1.5cm; }

#contenido td { 
	border: none;
	text-align: left; 
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

#contenido td img { 
	border: none;
}


/* Seccion de investigaciónes
------------------------------------------------------------------------------------------- */

#cont_investigacion h3.inv_encurso {
	border: 1px solid #cccccc;
	border-left: .2em solid #228efd;
	text-transform: capitalize;
	background: #f1f1f1;
	margin-bottom: .3em;
	padding: .3em .7em;
	font-size: 99%;
	color: #5b5b5b;
}

#cont_investigacion h3.inv_finalizada {
	border-left: .2em solid #999;
	text-transform: capitalize;
	border: 1px solid #cccccc;
	page-break-after: auto;
	margin-bottom: .3em;
	background: #f9f9f9;
	padding: .3em .7em;
	font-size: 99%;
	color: #5b5b5b;
}

#cont_investigacion dl {
	border: 1px solid #cccccc;
	padding: 0 0 1em 0;
	margin: 0 0 4em 0;
}
#cont_investigacion dl.fnd_encurso		{	 background: url(../public_images/investigaciones/fondo_dl.gif) repeat-x left bottom #f9f9f9; }
#cont_investigacion dl.fnd_finalizada	{	 background: #ffffff; }


#cont_investigacion dl:after{
	height: 0em;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

#cont_investigacion dt {
	clear: left;
	color: #5b5b5b;
	text-align: left;
	background: none;
	font-weight: bold;
	padding-left: .8em;
	margin: 0em 0 .5em 0;
	border: 1px solid #fff;
}

#cont_investigacion dd {
	color: #404040;
	margin-top:-2.1em;
	line-height: 1.5em;
	margin-left:12.5em;
	padding-bottom: .5em;
	border: 1px solid #fff;
}


/* Seccion de equipo de investigación
------------------------------------------------------------------------------------------- */

#head_ficha {
	margin-top: 1.5em;
	padding-bottom: 1.5em;
}
#head_ficha:after{ clear: both; content: "."; display: block; visibility: hidden; height: 0em; }

#head_ficha li {
	list-style: none;
	margin: 0;
}

#datos_principales {
	width: 23em;
	text-align: left;
	}

#datos_principales dt {
	float: left;
	width: 70px;
	text-align: left;
	}

#datos_principales dd {
	float: left;
	width: 200px;
	text-align: left;
	}

#direccion { color: #999999; }
#direccion a { 
	color: #999999; 
	border-bottom: 1px dashed #999; 
	text-decoration: none; 
}

#direccion dt {
	color: #5b5b5b;
	text-align: left;
	font-weight: bold;
	clear: left;
	margin: 0em 0 .5em 0;
	padding-left: .8em;
	background: none;
}

#direccion dd {
	color: #404040;
	line-height: 1.5em;
	margin-left:12.5em;
	margin-top:-1.8em;
	padding-bottom: .5em;
}

#tx_direccion {
	color: #999999;
}

#archivo {
	margin-top: 1em;
}

.foto_ficha {
	margin-right: 2.5em;
}

th.datos_nombre {
	width: 40%;
}
th.datos_email {
	width: 28%;
}
th.datos_telef {
	width: 22%;
}
th.datos_ficha {
	width: 10%;
}


/* Seccion de enlaces
------------------------------------------------------------------------------------------- */

#contenido ul.listado_enlaces li {
	background: url(../public_images/enlaces/dott.gif) no-repeat 0px 6px;
	text-align: left;
	margin: .5em 0 1em 0;
	padding-left: 1em;
	list-style: none;
}

#contenido ul.listado_enlaces li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #989898;
}

#contenido ul.listado_enlaces li a:after{
	content:" [ "attr(href)" ]"; /*texto despues de cada enlace*/
	/*font-style:italic; y el texto en cursiva*/
	font-weight: normal;
	border-bottom: 0px;
}

a[href^="mailto"]:after {
	content: "";
}

.yearText {
	color: #000000;
	font-weight: normal;
}


/* pie de página
------------------------------------------------------------------------------------------- */

#pie_pagina {
	border: 0em solid #600;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
}

#pie_pagina ul,
#pie_pagina li {
	display: inline;
	text-align: center;
}

#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;
}
	
#contacto_pie {
	text-align: center;
}

	
#contacto_pie li.separacion_mail {
	border-left: 2px solid #ccc;
	padding-left: 15px;
	margin-left: 15px;
}

/*

.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;
	}

