/*-----------------------------------------------------------------------------
Alvarez & Sanchez C.por A. (Main Cascading Style Sheet)
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

* { margin: 0; border: 0; padding: 0; outline: 0; }
html, body { height: 100%; }
body { font: 62.5%/1.7em Georgia, sans-serif; text-align: center; background: #FFFFFF; }
li { list-style: none; }
p { margin-bottom: 1em; }


/* =Header
-----------------------------------------------------------------------------*/



#hr { width: 100%; height: 100%; border-top: 3px solid #A1A18D; font-size: 11px; color: #646464; }

#content_as { width: 920px; }
#content_as .logo { margin-top: 20px; }

#mnu_as { background-color: #A1A18D; }

#main_as { width: 100%; height: 100%; background: url(../images/bg_content.gif) #D0AC2B repeat-x; font-size: 11px; color: #646464; }

.tit_as_products { font: 1.8em Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; }

#novedades_as { background-color: #C9A218; margin-left: 15px; font-size: 12px; color: #FFFFFF; text-align: left; }
#novedades_as a:link, #novedades_as a:visited, #novedades_as a:active { color: #FFFFFF; text-decoration: none; }
#novedades_as a:hover { text-decoration: underline; }

#nav_products { background: url(../images/title_prod_home.gif) no-repeat; color: #FFFFFF; font-size: 13px; text-align: left; }
#nav_products td { padding: 5px 0; }
#nav_products a:link, #nav_products a:visited, #nav_products a:active { font-weight: bold; color: #FFFFFF; text-decoration: none; }
#nav_products a:hover { text-decoration: underline; }
#mnu_nav_pro { margin-top: 35px; }

#main_section { margin-top: 50px; text-align: left; font-size: 13px; }
#main_section .tit_section { font: 1.8em Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; display: inline; background-color: #D0AC2B; padding: 1px 45px 1px 4px }

.bold { font-weight: bold; }


