/*-----------------------------------------------------------------------------------
	RESET
-----------------------------------------------------------------------------------*/

* { margin:0px; padding:0px; }

/*-----------------------------------------------------------------------------------
	BASIC LAYOUT
-----------------------------------------------------------------------------------*/

body { background: #71c49d url(../images/bg_main.jpg) no-repeat center top; }

#wrapper { 
	text-align: center;
	width: 100%; }

#container { 
	height: 100%;	 
	margin-left: auto; 
	margin-right: auto; 
	width: 700px; }
	
#content {
	border-top: solid black 1px;	
	height: auto;
	margin-top: 250px;
	margin-left: 30px;
	margin-right: 180px;
	position: relative;
	text-align: left; }
	
#content p {
	color: #696969;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.00em;
	line-height: 20px;
	margin: 0px;
	padding: 10px 0px 10px 0px; }

#logo {
	border: 0px;
	left: 50%;
	margin-left: 168px;
	position: absolute;
	top: 60px; }

#logo_campaign {
	left: 50%;
	margin-left: 15px;
	position: absolute;
	top: 70px; }

/*-----------------------------------------------------------------------------------
	BASIC ELEMENTS
-----------------------------------------------------------------------------------*/

h2 {
	color: #71c49d;
	font-size: 3.13em;
	/*line-height: 3.00em;*/
	letter-spacing: -0.05em;
	padding: 3px 0px 3px 0px; }

h3 {
	color: #696969;
	font-size: 3.13em;
	letter-spacing: -0.05em;
	/*line-height: 3.00em;*/
	padding: 10px 0px 10px 0px; }

hr.black {
	background-color: #474747;
	border: none 0;
	color: #bfbfbf;
	height: 1px; }

hr.dotted { 
	border: none 0; 
	border-top: 1px dotted #7f7f7f; 
	height: 1px; } 
	
/*-----------------------------------------------------------------------------------
	COLECCIONES
-----------------------------------------------------------------------------------*/

.articulo {
	background-color: #C8C8C8;	
	float: left;
	height: 336px;
	margin: 0px 17px 17px 0px;
	width: 228px; }

#sectionsmenuholder {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	padding-bottom: 10px; }

a.categoria {
	color: black;
	text-decoration: none; }

a.categoria:hover {
	color: #71c49d;
	text-decoration: none; }

a.categoriavisited {
	color: #71c49d;
	text-decoration: none; }

#navsectionsholder {
	clear: both;
	display: block;
	font-size: 0.75em; }

/*-----------------------------------------------------------------------------------
	MAIN MENU
-----------------------------------------------------------------------------------*/

#menu_container {
	left: 50%;
	margin-left: -45px;
	position: absolute;
	top: 176px; }

#menuholder ul,li { list-style-type:none; }

#menuholder li { float:left; }

#menuholder a {
	background:url(../images/nav_menu/navmenu_btn.jpg);
	display:block; 
	height:27px; 
	text-indent:-9000% }

/*Estado Normal*/
#menu_coleccion a {width:80px;}
#menu_quienes a {width:72px; background-position:-80px 0px;}
#menu_como a {width:72px; background-position:-152px 0px;}
#menu_contacto a {width:72px; background-position:-224px 0px;}
#menu_anteriores a {width:72px; background-position:-296px 0px;}

/*Estado Rollover*/
#menu_coleccion a:hover {background-position:0px -27px;}
#menu_quienes a:hover{background-position:-80px -27px;}
#menu_como a:hover {background-position:-152px -27px;}
#menu_contacto a:hover {background-position:-224px -27px;}
#menu_anteriores a:hover {background-position:-296px -27px;}

/*Estado Activo*/
#menu_coleccion a.active {background-position:0px -54px;}
#menu_quienes a.active {background-position:-80px -54px;}
#menu_como a.active {background-position:-152px -54px;}
#menu_contacto a.active {background-position:-224px -54px;}
#menu_anteriores a.active {background-position:-296px -54px;}

/*-----------------------------------------------------------------------------------
	RIGHT MENU
-----------------------------------------------------------------------------------*/

#rightmenu_container {
	border-top: solid black 1px;	
	left: 50%;
	margin-left: 180px;
	position: absolute;
	top: 250px; }

#rightmenuholder ul,li { list-style-type: none; }

#rightmenuholder a {
	background: url(../images/nav_menu/rightnavmenu_btn.jpg);
	display: block; 
	height: 30px; 
	text-indent: -8000% }

/*Estado Normal*/
#rightmenu_local a {width:140px;}
#rightmenu_prensa a {width:140px; background-position:0px 90px;}
#rightmenu_mayoristas a {width:140px; background-position:0px 60px;}
#rightmenu_inicio a {width:140px; background-position:0px 30px;}

/*Estado Rollover*/
#rightmenu_local a:hover {background-position:-140px 0px;}
#rightmenu_prensa a:hover {background-position:-140px 90px;}
#rightmenu_mayoristas a:hover {background-position:-140px 60px;}
#rightmenu_inicio a:hover {background-position:-140px 30px;}

/*Estado Activo*/
#rightmenu_local a.active {background-position:-280px 0px;}
#rightmenu_prensa a.active {background-position:-280px 90px;}
#rightmenu_mayoristas a.active {background-position:-280px 60px;}
#rightmenu_inicio a.active {background-position:-280px 30px;}

/*-----------------------------------------------------------------------------------
	EXTRA
-----------------------------------------------------------------------------------*/

a.contacto { color:#8ec39d; text-decoration:none; border-bottom:1px dotted; font-weight: bold;}

a.subtitle { 
	color: #1FA08D; 
	font-size: 3.13em; 
	text-decoration: none; }
	
a.subtitle:hover { text-decoration: none; color: #333; }

span.subtitlelink { 
	color: #696969; 
	font-size: 3.13em;
	padding-top: 15px;	}

span.museo700 { 
	color:#1FA08D;
	letter-spacing: -0.02em; }

span.colection { color: black; }

/*-----------------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #474747; 
	width: 640px;
	height: 100%;
	margin: 20px 30px 0px 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left; }
	
#footer p {
	border-left: 1px dotted #7f7f7f;
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.63em;
	line-height: 1.4em;
	padding-left: 10px;
	text-align: left; }

#logos { 
	float: left; }
	
#footer img {
	margin-right: 10px; }
	
#footer a { 
	color: #1FA08D; 
	text-decoration: none; }
	