* {
	padding: 0;
	margin: 0;
}
html {
	background: transparent url('../images/bg.gif') top center repeat;
}
body {
	font-family: "Georgia", Verdana;
	font-size: 100%;
	background: #fefefe;
}
img {
	border: none;
}

/* Structure
---------------------------------------------------------- */
#container {
	position: relative;
	width: 692px;
	padding: 0 0 0 15px;
	margin: 0 auto 0px auto;
	background: transparent url('../images/bg-content.jpg') top center repeat-y;
}
#content {
	position: relative;
	width: 576px;
	overflow: hidden;
	margin-left: 48px;
	padding: 0 0 8px 0;
}

#content2 {
	position: relative;
	width: 380px;
	height: 350px;
	overflow: hidden;
	margin: 0px;
	padding: 0 248px 0 48px;
	background: url("../images/fresh-work3.gif") bottom center no-repeat;
}

		
#footer {
	position: relative;
	display: block;
	height: 43px;
	padding: 29px 0px 0px 0px;
	text-align: center;
	background: transparent url('../images/footer.gif') left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

#footer p {
	margin-top: 5px;
	font-size: 11px;
	color:#666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	


/* Type
---------------------------------------------------------- */
h1 {
	font-family: "Lucida Grande", Verdana;
	display: block;
	height: 79px;
	text-indent: -3000px;
	margin-right: 16px;
	background: transparent url('../images/black-header.jpg') left top no-repeat;
	border-bottom: 5px solid #3b3b3b;
}
h2 {
	font-family: "Lucida Grande", Verdana;
	display: block;
	height: 196px;
	text-indent: -3000px;
	padding-bottom: 10px;
}
h3 {
	clear: both;
	font-family: "Lucida Grande", Verdana;
	color: #464646;
	font-size: 125%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: #48b87d solid 4px;
	letter-spacing: -0.09em;
}
h4 {
	font-family: "Lucida Grande", Verdana;
	display: block;
	height: 115px;
	text-indent: -3000px;
	padding-bottom: 10px;
}
h4 em {
	font-style: normal;
	color: #464646;
}
a {
	color: black;
}
a:hover {
	color: #f6270c;
}
p, ul, blockquote {
	font-size: 85%;
	color: #585858;
	padding: 0 0 10px 0;
}
p.one-liner {
	font-family: Georgia;
	color: #a8a8a8;
	font-style: italic;
	padding: 0;
}
h3.icon-arrow,
h4.icon-arrow {
	padding-left: 22px;
	background: transparent url('../images/arrow-icon.gif') 0px 3px no-repeat;
}

h3 a,
h4 a {
	font-weight: bold;
	color: #f6270c;
	padding-right: 8px;
	text-decoration: none;
}
h3 a:hover,
h4 a:hover {
	color: black;
}

#learn-more {
	position: absolute;
	top: 39px;
	left: 278px;
	display: block;
	width: 76px;
	height: 18px;
	text-indent: -3000px;
	background: transparent url('../images/learn-more.gif') left top no-repeat;
}
#learn-more:hover {
	background-position: 0 -18px;
}

/* Lists
---------------------------------------------------------- */
#list-left,
#list-right {
	list-style-type: none;
	width: 280px;
	margin: -10px 0 10px 0;
}
#list-left li,
#list-right li {
	width: 280px;
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #e4e4e4;
}
#list-left {
	float: left;
}
#list-right {
	float: right;
}
#list-left li.icon-music,
#list-right li.icon-music {
	width: 258px;
	font-family: "Lucida Grande", Verdana;
	color: #464646;
	font-size: 140%;
	padding: 0 0 5px 0;
	font-weight: bold;
	border-bottom: #e4e4e4 solid 4px;
	letter-spacing: -0.09em;
	padding-left: 22px;
	background: transparent url('../images/music-icon.gif') 0px 3px no-repeat;
}

/* Misc
---------------------------------------------------------- */
hr {
	border: none;
	margin: 0 0 20px 0;
	border-bottom: #e4e4e4 solid 4px;
}
.hide { display: none; }

#icons {
	position: relative;
	width: 357px;
	height: 28px;
	text-indent: -3000px;
	background: transparent url('../images/icons.gif') left top no-repeat;
}

#horz-listing {
	list-style-type: none;
}
#horz-listing li {
	float: left;
	margin: 0 12px 12px 0;
}
#horz-listing .right {
	margin-right: 0px;
}

#home h2 { background: transparent url('../images/prevenir.gif') left top no-repeat; }

.header { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	width: 676px; 
	height: 196px; 
	background: transparent url('../images/prevenir.gif') center top no-repeat; 
	}
	
#content h4 { background: transparent url('../images/fresh-work3.gif') left top no-repeat; }
#email {
	display: block;
	width: 97px;
	height: 33px;
	text-indent: -3000px;
	margin: 0 0 25px 40px;
	background: transparent url('../images/email.gif') left top no-repeat; 
}
#email:hover {
	background-position: 0px -33px;
}

/*-------------------------------- Formulario ----------------------------------*/
/********************************************************************************/

.input {
    background: #fff url('../../images/form.gif') top left repeat-x;
	border: solid #E2E2E2;
	border-width: 2px;
	font: 300 13px font-family: "Georgia", Verdana;
	padding-left: 3px;
	color: #333;
	}
	
.input:hover {
	background: #fff;
	border: solid #cccccc;
	border-width: 2px;
	font: 300 13px font-family: "Georgia", Verdana;
	padding-left: 3px;
	color: #333;
	}
	
.input:focus {
	background: #f2ffd8;
	border: solid #cccccc;
	border-width: 2px;
	font: 300 13px font-family: "Georgia", Verdana;
	padding-left: 3px;
	color: #333;
	}		

.tdformcolorsitio { 
	font-family: font-family: "Georgia", Verdana; 
	font-size: 13px; 
	text-align: right; 
	white-space: nowrap; 
	background-color: #FFF; 
	}
	
.txtrotuloform {
	font-family: font-family: "Georgia", Verdana; 
	font-size: 13px; 
	font-weight: 400; 
	color: #666666;
	}
	
.boton {
	width:100px;
	border: solid #666666; 
	border-width: 2px;
	font-family: font-family: "Georgia", Verdana; 
	font-size: 12px; 
	background-color: #E2E2E2; 
	color: #666666; 
	padding: 2px 2px 2px 2px; 
	letter-spacing: 1px; 
	}

#menu {
	width: 98%;
	height: 28px;
	margin: 167px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	float: left;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}

#menu a {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}
#menu a:hover {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	

/*----------------------------------- Tabla ------------------------------------*/
/********************************************************************************/

.tablatitulo {
	background: #00923F;
	padding: 5px;
	text-align: center;
	font-family: "Georgia", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.tablacont {
	background: #CBF0DD;
	padding: 5px;
	text-align: center;
	font-family: "Georgia", Verdana;
	font-size: 11px;
	color: #333333;
	}
