﻿/*
Web dise–ada y programada por Emenia
www.emenia.es
jbustamante@emenia.es
*/

/* 
	R E S E T (Por Eric Meyer)
*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	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;	vertical-align: top;}

/* 
	C L A S E S   P R E S E N T A C I O N A L E S
*/
	.aligncenter 			{	display:block; margin:0 auto }
	.alignleft 				{	float:left }
	.alignright 			{	float:right }
	br.clear 				{	clear:both; display:block; height:1px; margin:-1px 0 0 0 } 
/*
	E S T I L O S    G E N E R A L E S
*/
	html, body 				{ 	margin: 0; padding: 0; text-align: center; width: 100%; }
	body					{	color: #333; font-family: Lucida Sans Unicode, Trebuchet MS, Tahoma, Arial, sans-serif; font-size: 62.5%; line-height: 1.7em; text-align: center;}
	h1, h2, h3, h5, h5, h6 	{	font-weight:bold; font-family: Georgia, Times, "Times New Roman", serif; }
/*
	C A B E C E R A
*/	
	#cabecera				{	margin: 0 auto; width: 100%; height: 178px; background: #202020 url(http://emenia.es/wp-content/themes/starkers/images/fondo_header_inicio.gif) repeat-x bottom left;}
	#contenido-cabecera		{	width: 960px; margin: 0 auto;}
	#cabecera #logo			{	float: left; background: url(http://emenia.es/wp-content/themes/starkers/images/logo.png) no-repeat top left; width: 353px; height: 76px; margin: 51px 0;}
	#cabecera #logo h1 a	{	display: block; width: 353px; height: 76px; text-indent: -9000px; }
	#contenido-cabecera img	{	margin-top: 51px; float: right;}
/*
	C O N T E N I D O    D E M O
*/
	#contenido-demo			{	width: 500px; margin: 20px auto 0;}
	#contenido-demo h2		{	font-size: 4em; margin-bottom: 20px;}
	#contenido-demo			{	width: 500px; margin: 20px auto 0;}
	#contenido-demo h2		{	font-size: 4em; margin-bottom: 20px;}
	dl						{   width: 500px; margin: 10px auto 0; text-align: left;}
	dl dt					{   color: #0033CC;  font-size: 14px; padding: 1px; cursor:pointer;}
	dl dt	a				{   color: #0033CC;  font-size: 14px; padding: 1px; cursor:pointer;}
	dd						{	font-size: 13px; padding: 0px 0 10px 0;}
	




