/* ------------------------------------------------------------------------ */
/* CSS Diputacin Provincial de Huesca - Portal para ciudadanos y empresas   */
/* ------------------------------------------------------------------------ */
/* Author: Daniel Torres Burriel <dtorres@net2u.es> - Net2u_ - www.net2u.es */
/* ------------------------------------------------------------------------ */
/* Name: Estilos para Trmites                                              */
/* ------------------------------------------------------------------------ */
@import url("/MODULOS/formularios/publico/interfaces/resto/public.css");

#tramites-colizquierda				{width:32em; float:left; margin: 0.41em 0em 0em 0em;}
#tramites-colizquierda input 		{font-family:Arial, Helvetica, sans-serif; font-size:0.9em;}
#tramites-colizquierda textarea		{font-family:Arial, Helvetica, sans-serif; font-size:0.9em; width: 24.6em; height:6.5em;}
#tramites-colderecha				{width:13.9em; float:right; margin: 0.41em 0em 0em 0em;}
#tramites-colderecha fieldset		{padding:0.41em;}
#tramites-colderecha legend			{color:#23579E; font-weight:bold;}

/* Diseo para encabezado del detalle del trmite */
.tramites-antetitulo	{color:#999999;letter-spacing: 0.15em;}
.tramites-subtitulo		{color:#666666;}

/* Botonera para manejadores de los formularios */
#tramites-botonera		{
	width:46.2em;
	padding:0.41em;
	margin: 0.84em 0em 1.2em 0em;
	border-left:0.84em solid #004389;
	background-color:#FFFFFF;
}

/* Tabla con la presentacin de datos (box model hack powered) */
#tramites-presentacion table	{
	border-bottom: 0.082em solid #CCCCCC;
	font-size: 0.8em;
	width:46.2em; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:47.8em;
}
html>body #tramites-presentacion {
  width:47.8em;
} 

#tramites-presentacion th	{
	text-align:left;
	color:#666666;
	font-size: 0.69em;
}
#tramites-presentacion td	{
	color: #000000;
	font-size: 0.69em;
}

/* Diferentes anchuras con fondo blanco para los botones */
.tramites-ancho-80 {
	width:6.5em;
	background: #FFFFFF;
}
.tramites-ancho-100 {
	width:8.2em;
	background: #FFFFFF;
}
.tramites-ancho-150 {
	width:12.3em;
	background: #FFFFFF;
}
a.enlace_general{color:#23385E;}
a.enlace_general:hover{text-decoration:underline;}

