.Textopeque { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333 }
a.mio {  text-decoration: underline; color: #999933; line-height: 20pt;}

a.tramite {  text-decoration: none; color: #333388; font-size: 13px}
a.tramite:hover {  text-decoration: underline; color: #003366}

table.fondo
{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #000;	
	background-color: #eee;	
}

table.ficha
{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #000;	
	background-color: white;	
}
table.detalle
{
	border: 0px black;
	font-family: Arial;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #000;
	background-color: white;	
	width: 100%;
}
td.ficha
{
	padding: 0px;
	border-style: solid;
}
td.fondo
{
	padding: 0px;
	border-style: solid;
}
body
{
	margin: 30px;
	color: #222;
	font-family: Arial;
	border-radius: 10px;
	box-shadow: 5px 5px 10px #000;	
	font: normal 0.95em arial, sans-serif;
	text-shadow: 1px 1px 1px #aaa;
}
td.etiqueta_dato_basico
{
	border-radius: 3px;
	border: 1px dotted #ccc;
}
td.valor_dato_basico
{
	border-radius: 3px;
}
input
{
	border-style: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: 2px 2px 4px #000;	
}
div.metadatos
{
	text-align: right; 
	box-shadow: 2px 2px 4px #000;	
	border-radius: 4px;
	color: #000;
	text-shadow: 1px 1px 1px #aaa;
	padding: 5px;
	background-color: #999;
	font-size: 0.85em;
}
p.aviso_correccion
{
	border-radius: 4px;
	text-shadow: 1px 1px 1px #aaa;
	background-color: #eee;
	box-shadow: 2px 2px 4px #000;
	padding: 10px;	
	text-align: center;
}
a.aviso_correccion {  text-decoration: none; color: red; font-size: 1.2em}
a.aviso_correccion:hover {  text-decoration: underline; color: red}

p.aviso_calificar
{
	border-radius: 4px;
	text-shadow: 1px 1px 1px #aaa;
	background-color: #fff;
	box-shadow: 2px 2px 4px #000;
	padding: 10px;	
	text-align: center;
}
a.aviso_calificar {  text-decoration: none; color: blue; font-size: 1.2em}
a.aviso_calificar:hover {  text-decoration: underline; color: green}

iframe.mapa
{
	width: 750px;
	height: 500px;
	box-shadow: 2px 2px 4px #000;
	border: none;
}

form {
	color: #000;
	background:#fff;
	padding:1em;
	font: bold 0.95em arial, sans-serif;
	border:0px solid #eee;
	text-shadow: 1px 1px 1px #aaa;
	background-color: yellow;
	
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:  0 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
	behavior: url(ie-css3.htc);
}

input
{
	color: #333;
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font: normal 0.95em arial, sans-serif;
	border-radius: 4px 4px 4px 4px;	
	text-shadow: 1px 1px 1px #aaa;
	box-shadow: 2px 2px 4px #000;
}

h1.hache1
{
	font:bold 1.2em arial, sans-serif;	
}

h2.hache2
{
	font:normal 1em arial, sans-serif;
}
