/*------------------------------------------------
author: Emenia
email: info@emenia.es
----------------------------------------------------*/
/*-------------------------------------------------------------
Reset by Eric Meyer
--------------------------------------------------------------*/
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;
														}
body 				{	line-height: 1;
						}
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;
						}
/*-------------------------------------------------------------
		M A I N    S T Y L E S
--------------------------------------------------------------*/
html, body 				{	color: #000;
							background:  #F3F3F3;
							font-family: arial, verdana, sans-serif;
							font-size: 100.01%;
							line-height: 1.4em;
							margin: 0 auto;
							padding: 0;	
							text-align: center;
							width: 100%;
							height: 100%;
							}
body 					{	font-size: 1em;
							}
/*--------------------------------------------------------------
		C O N T E N E D O R
--------------------------------------------------------------*/
#contenedor 			{	width: 960px;
							margin: 0 auto;
							}

h1#logo					{	background: url(../img/logo_soda.jpg) no-repeat top left;	
							width: 517px;
							height: 143px;
							float: left;
							margin-top: 70px;
							text-indent: -9000px;
							}	
#contenedor a			{	float: right;
							margin-top: 510px;
							background: url(../img/email_soda.jpg) no-repeat top left;	
							width: 177px;
							height: 15px;
							text-indent: -9000px;
							text-decoration: none;
							}
#contenedor img.direccion {	float: right;
							clear: right;
							margin-top: 10px;
							}						

