/* HOJA DE ESTILOS GENERAL
   Autor: Interesa Consultores
   
   Índice:		1.1  Estilos por defecto
   
				1.3	 Enlaces
			  	1.4  Encabezados
			  	1.5  Parrafos
				1.6  Citas
			  	1.7  Dirección 
			  	1.8  Acrónimos
			  	1.9	 Separadores
			  	1.10 Tablas
			  	
   --------------------------------------------------------*/
   
   
	/* =Estilos por defecto
	--------------------------------------------------------*/
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-size: 100%;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	
	/* =Enlaces
	--------------------------------------------------------*/
	
	a {
		background-color: inherit;
		border: none;
		color: #CC0000;
		outline: none;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	
	
	/* =Encabezados
	--------------------------------------------------------*/
	
	h1 {
		font-size: 2em;
		margin-bottom: 10px;
	}
	
	h2 {
		font-size: 1.7em;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	
	h3 {
		color: #CC0000;
		font-size: 1.3em;
		margin-bottom: 3px;	
	}
	
	
		
	/* =Parrafos
	--------------------------------------------------------*/
	
	p {
		color: #58585A;
		font-size: 1.3em;
		line-height: 1.3em;
		margin-bottom: 26px;
	}
	
	em {
		font-style: italic;
	}
	


	/* =Listas
	--------------------------------------------------------*/
	
	ul, ol, dl {
		margin-bottom: 21px;
	}
	
	ul li,
	ol li,
	dl dt,
	dl dd {
		color: #58585A;
		font-size: 1.3em;
		line-height: 1.3em;
		margin-bottom: 5px;
	}
	
	ol li { 
		list-style: decimal;
		list-style-position: outside;
		margin-left: 23px;
		margin-bottom: 10px;
	}
	
	.lista {
		background: url(/css/bitmaps/icono-lista.gif) no-repeat 0 7px;
		padding-left: 10px;
	}
	
	.lista-enlace {
		background: url(/css/bitmaps/icono-lista-enlace.gif) no-repeat 0 7px;
		padding-left: 10px;
	}
	
	ul li a {
		text-decoration: none;
	}
	
	ul li a:hover {
		text-decoration: underline;
	}
	
	ul li.listado,
	ol li.listado {
		margin-bottom: 15px;
	}
	
	ul li.listado a,
	ol li.listado a,
	ul li.boliche a {
		color: #8E9195;
		text-decoration: underline;
	}
	
	ul li.listado a:hover,
	ol li.listado a:hover,
	ul li.boliche a:hover {
		text-decoration: none;
	}
	
	ul li.boliche {
		list-style: disc;
		list-style-position: outside;
		margin-left: 16px;
	}
	
	dl {}
	
	dl dt {
		font-weight: bold;
		margin-bottom: 0;
	}
	
	dl dd {
		margin-bottom: 26px;
	}
	
	
	/* =Imagenes
	--------------------------------------------------------*/
	
	img {
		border: 0;
	}
	
	.imagen {
		margin-bottom: 10px;
	}
	
	
	
	/* =Separadores
	--------------------------------------------------------*/
	
	hr {
		display: none;
	}
	
	
	
	/* =Tablas
	--------------------------------------------------------*/
	  
	table {
		border-collapse: collapse;
		width: 100%;
		margin-bottom:5px;
	}
	
	caption {
		display: none;
	}
	
	th,td {
		font-size: 1.3em;
	}
	
	th { 
		color: #EE0506;
		padding: 5px 0;
	}
	
	td {
		border-bottom: 1px solid #F8C2C5;
		color: #58585A;
		line-height: 1.3em;
		padding: 5px 0;
	}
	
	td.txtMenor {
		font-size: 1.1em;
	}
	
	td a {
		color: #58585A;
		text-decoration: none;
	}
	
	td a:hover {
		text-decoration: underline;
	}
	 
	
	
	
	/* =Formularios
	--------------------------------------------------------*/
		
	fieldset {
		padding: 15px 0 15px 83px;
	}
	
	legend {
		display: none;
	}
	
	label {
		color: #58585A;
		float: left;
		font-size: 1.3em;
		width: 140px;
	}
	
	label.error {
		float: right;
		font-size: 1.2em;
		line-height: 1.2em;
		width: 270px;
	}
	
	input, textarea, select {
		background: url(/css/bitmaps/fondo-campos-formulario.jpg) no-repeat 0 0;
		border: 1px solid #40C2BE;
		display: inline;
		float: left;
		font-size: 1.3em;
		margin-bottom: 14px;
		width: 265px;
	}
	
	input.boton {
		background: none;
		cursor: pointer;
		padding: 3px 7px;
		width: auto;
	}
	
	input.error,
	textarea.error {
		border: 2px solid #E3001A;
	}
	
	textarea {
		font-family: Arial, Helvetica, sans-serif;
		overflow: auto;
	}
	
	.error {
		color: #E3001A;
	}