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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {	outline: 0;}
body {	line-height: 1;	color: black;	background: white;}
ol, ul {	list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {	content: ""; }
blockquote, q {	quotes: "" "";}

h2{ text-align: center; font-size: 24px; padding: 10px}

body{ background: url(imagenes/i_bodyBG.png) top left repeat-x; font-family: Verdana, Arial, Helvetica, sans-serif}
strong{ font-weight: bold}
#contenedor{
width: 940px;
margin: auto
}
#cabecera{ height: 110px; padding: 10px; position: relative}
	#cabecera a{ position: absolute; top: 40px; left: 0;}
	#cabecera h1{ position: absolute; top: 85px; right: 0; width: 600px; color:#fff; text-align: right}
#cuerpo{ clear: both;}
	.seccion{ float: left; width: 300px; margin: 30px 60px 20px 120px}
		.seccion a{ display: block}
		.seccion a img{ border: 3px solid #fff; display: block; margin: 0 0 10px}
		.seccion a:hover img{ border: 3px solid #444; display: block}
		.seccion h1 {font-size:15px; font-weight:bold; line-height: 1.3em; li}
		.seccion h2{ color:#007ebe; font-weigth:100;}
		.seccion p{ font-size: 12px; line-height: 1.3em;}
	.seccion + .seccion{
	margin: 30px 0 0;
}
		.seccion + .seccion h2{ color: #b22347 }
#pie{ clear: both; background: url(imagenes/pie.png) bottom center no-repeat; height: 20px; padding: 10px}
	#pie img{ float: left}
	#pie p{ text-align: right; font-size: 0.8em; line-height: 22px}
	
	
	a { color:#000}
	

