/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Documento CSS de 'base'
	Ultima edicion: 29 de junio de 2009
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/



/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	1. ESTILOS GENERALES BASICOS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
   
	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, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	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;
	}


	html {
 		height: 100%;
	}


/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	2. ESTILOS PARA EL 'BODY'
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
   body {
	background: White url(../imagen/fondo-pagina1.gif) repeat-x 0 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	line-height: 1;
	text-align: center;
}


/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	3. ENCABEZADOS DE PAGINA
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
	h1 {
	border-bottom: 1px solid #2971b9;
	color: #e7197e;
	font-family: "Trebuchet MS";
	font-size: 2.8em;
	font-weight: normal;
	margin: 0 19px 20px 19px;
	padding-bottom: 10px;
}
	
	h2 {
	color: #2971b9;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
	margin: 20px 19px 0px 19px;
	padding-bottom: 10px;
}
/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	4. PARRAFOS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
   	
	p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 19px 10px 19px;
	}
	
	.migas {
		font-size: 1em;
		margin-bottom: 30px;
	}


/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	5. ENLACES GENERICOS
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

	a {
		color: #CE161F;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}


/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	6. IMAGENES
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

	img {
	}


/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	7. LISTAS DE DEFINICION
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
	
	dl {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 19px 10px 19px;
	}
	dt {
		font-weight: bold;
		margin-top: 10px;
	}
	dt, dd {
		margin-bottom: 5px;
	}