/*Esta hoja de estilos es complemento de comun_proy.css*/
body {
	font-family: "Times New Roman", Times, serif,;
	color:#000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
/*Ficha de actividades*/
#barra_titulo {
	position:relative;
	background: #fbce7f;
	margin: 0px;
	padding: 0px;
}
#barra_titulo h1{
	padding:5px;
	margin-top:0;
}
#contenido_ficha {
	width: 440px;
	margin: 10px 0px 10px 20px;
}
#contenido_ficha hr {
height:20px;
padding: 0;
color:#FFF;
background:white;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
#contenido_ficha>hr{
	height:0px;
	padding: 10px 0;
	border:1px solid #000;
	border-left:none;
	border-right:none;
}
#pie_ficha {
	background: #fbce7f;
	text-align:right;
	clear: both;
}
#pie_ficha img{
	border:none;
	margin:5px 0;
}
/*Fin de ficha*/
/*tabla*/
.tabla {
	border:1px solid #fbce7f;
	margin:0;text-align:center;
}
.tabla tr td {
	border:1px solid #fbce7f;
}
.tabla th {
	border:1px solid #fbce7f;
}
.tabla p{ 
	margin:5px;
}
.tablasincentro{
	border:1px solid #fbce7f;
	margin:0;
	cellpadding: 3;
	cellspacing: 3;
}
.tablasincentro tr td {
	border:1px solid #fbce7f;
}
.tablasincentro th {
	border:1px solid #fbce7f;
}
.tablasincentro p{ 
	margin:5px;
}
/*tarjeras*/
div.tarjeta,div.tarjeta_final{
	width:200px;
	border:1px solid;
	margin:5px;
	float:left;
	text-align:center;
	/*text-align:left;*/
	line-height: 16px;
}
div.tarjeta_final{
	margin-bottom:10px;
}
div.tarjeta p,div.tarjeta_final p{ 
	margin:10px;
}

div.tarjeta_dot{width:200px;border:1px dotted;height:150px;margin:0;float:left;text-align:center;}
div.tarjeta_dot p{margin-top:65px;}
/*generales*/
h1 {
	font-weight: bold;
	font-size: 1.0em;
	color: #DD8500;
}
.h1_big {
	font-size: 1.9em;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #800000;
}
.h2_fecha {
	color: #FFD393;
	font-weight: normal;
}
.h2_autor {
	font-size: 0.8em;
	margin-left: 10;
}

p {
	font-weight: normal;
	font-size: 1.0em;
}
a {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #800000;
	text-decoration: underline;
}
.textopeque {
	color: #000;
	font-size: 0.8em;

}
.textoblanco {
	color: #fff;
	font-weight: bold;

}
.numero {
	color: #DD8500;
	font-weight: bold;

}
.cita {
	font-size: 0.8em;
	font-weight: bold;
}
	
.ventana_nueva {
	padding-right: 18px;
	background: #FFF url(../../img/comunes/iconos/ventana_nueva_gr.gif) top right no-repeat;
}
.boton_opcion {
	padding-top: 0px;
	padding-left: 18px;
 	background: #FFF url(../../img/comunes/iconos/ic_boton_opcion.gif) no-repeat left center;
}
.jusderecha {
	text-align:right;
	font-size: 0.8em;
}
.centrado {
	text-align: center;
}
.titulos_noticias{
	font-size: 1.2em;
	font-weight: bold;
	border: #000 2px solid;
	padding: 5px;
}
.recuadro{
	border: #000 2px solid;
	padding: 5px;
	margin: 3px; 
}
#recuadro p{ font-size: 1em;}
ol { list-style: none;}
.listas_numeros{ list-style:decimal; text-align:left;}
.listas{ list-style-type:disc; text-align: left; margin-right:5px;}
.tachado { text-decoration:line-through;}
.pesozip {
	font-size: 0.8em;
	padding: 3px 22px 0 0;
	background: url(../../img/comunes/iconos/zip_icon_mini.gif) no-repeat right top;
}
.pesodoc {
	font-size: 0.8em;
	padding-right: 18px;
	background: url(../../img/comunes/iconos/adobereader.gif) top right no-repeat;
}

