
/* ----------------- BROWSER RESET ----------------- */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------- GENERALES ----------------- */

body {
	color: #535353;
	background: #f6f6f6 url(../images/structure/back-general.jpg) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
}

p {
	font: 1em/1.2em Tahoma, Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------- ESTRUCTURA ----------------- */

#top, #content, #banners, #logos, #footer{
	margin:auto;
	position:relative;
	clear:both;
}

#top{
	width:100%;
	background: url(../images/structure/back-top.jpg) no-repeat top;
}

#content{
	width:976px;
	background: url(../images/structure/back-content.jpg) repeat-y center;
}

#banners{
	width:962px;
	height:80px;
	background: url(../images/structure/back-banners.jpg) no-repeat;
}

#logos{
	width:962px;
	height:62px;
	background: url(../images/structure/back-logos.jpg) no-repeat center;
}

#footer{
	width:100%;
	height:140px;
	margin-top: 20px;
	background: #561B6B url(../images/structure/back-footer.jpg) repeat-x bottom;
}


/* ----------------- CONTENIDO TOP ----------------- */

#top .content-top{
	width:1002px;
	height:122px;
	margin:auto;
}

#top .logo{
	float:left;
	margin:14px 0 0 60px;
	_margin:14px 0 0 30px;
	padding:0;
}

#top .logo a{
	text-indent: -999em;
	width:270px;
	height:58px;
	display:block;
}
#top .date{
	float: right;
	width:224px;
	height:20px;
	margin: 1px 26px 0 0;
	_margin: 1px 13px 0 0;
	text-transform:uppercase;
	font: 0.9em  Arial, Helvetica, sans-serif;
	color:#e7dfea;
	text-align:center;
}

#top .navegation{
	clear:right;
	float:right;
	width:114px;
	margin: 33px 84px 0 0;
	_margin: 33px 42px 0 0;
	text-indent: -999em;
	display:block;
}

#top .navegation a{
	margin:0 10px;
	float:left;
	width:18px;
	height:28px;
}

#top .navegation a.contact{
	background: url(../images/menu/icon-contact.jpg) no-repeat top;
}


#top .navegation a.gift{
	background: url(../images/menu/icon-gift.jpg) no-repeat top;
}

#top .navegation a.faq{
	background: url(../images/menu/icon-faq.jpg) no-repeat top;
}

#top .navegation a.mapsite{
	background: url(../images/menu/icon-map.jpg) no-repeat top;
}

#top .navegation a:hover.contact{
	background: url(../images/menu/icon-contact.jpg) no-repeat bottom;
}

#top .navegation a:hover.gift{
	background: url(../images/menu/icon-gift.jpg) no-repeat bottom;
}


#top .navegation a:hover.faq{
	background: url(../images/menu/icon-faq.jpg) no-repeat bottom;
}

#top .navegation a:hover.mapsite{
	background: url(../images/menu/icon-map.jpg) no-repeat bottom;
}

/*----------- submmenu --------------*/

#top .menu{
	width:946px;
	height:33px;
	clear:both;
	margin:auto;
	display:block;
}
#top .menu ul{
	padding: 12px 0 0 0;
}
#top .menu ul li{
	display:block;
	float:left;
}

#top .menu ul li a{
	padding:8px 0 0 20px;
	clear:both;
	float:left;
	color:#6d2f80;
	font: bold 0.9em  Geneva, Arial, Tahoma, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
}

#top .menu ul li a:hover{
	color:#492055;
}
#top .menu ul li a.current{
	color:#f05a08;
}
#top .menu ul li a.afiliados{
	color:#6d2f80;
	padding:8px 12px 0 20px;
	background: url(../images/menu/icon-afiliados.jpg) no-repeat 5px right;
	display:block;
}
#top .menu ul li a.afiliadoscurrent{
	color:#f05a08;
	padding:8px 12px 0 20px;
	background: url(../images/menu/icon-afiliados.jpg) no-repeat 5px right;
	display:block;
}

#top .menu ul li a:hover.afiliados{
	color:#492055;
}
#top .menu span{
	width:22px;
	height:28px;
	float:left;
	background: url(../images/menu/separador.gif) no-repeat right top;
	display:block;
}


/*----------- submmenu --------------*/
.chromestyle{
width: 99%;
font-weight: bold;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top:10px;
	left:-1px;	
	width: 170px;
	height:22px;
	visibility: hidden;
	z-index:999;

}

.dropmenudiv1{
	position:absolute;
	margin-top:10px;
	left:1px;	
	width: 170px;
	height:22px;
	visibility: hidden;
	z-index:999;

}

.dropmenudiv a {
	display: block;
	width: 170px;
	height:20px;
	color:#6d2f80;
	padding-top:6px;
	font: bold 0.9em  Geneva, Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	text-decoration:none;
	text-transform:uppercase;
	background: url(../images/menu/sub-menu-bg.jpg) repeat-x top;
	border: solid 1px #e3e3e3;
}

.dropmenudiv a:hover{
	color: #FC7D00;
	text-decoration:none;
}

#top .banner-top{
	width:1002px;
	height:148px;
	background: url(../images/structure/back-banner-top.jpg) no-repeat;
	margin:auto;
	top: -13px;
}

#top .banner-top img{
margin:4px 0 0 10px;
}



/* ----------------- CONTENIDO CONTENT ----------------- */
#content .interna{
	width:976px;
	background: url(../images/structure/back-content.jpg) repeat-y center;
	float:left;
}


/* ----------------- CONTENIDO BANNERS ----------------- */
#banners div{
	padding:2px 0 0 9px;
	border: none;
}	

#banners div img{
	float:left;
	padding:6px 2px 0 2px; 
}
/* ----------------- CONTENIDO LOGOS ----------------- */
#logos div{
	padding:14px 50px;
}	

#logos div img{
	float:left;
	padding:2px 30px; 
}

/* ----------------- CONTENIDO FOOTER ----------------- */


#footer div{
	width:962px;
	padding:14px 30px;
	margin:auto;
}
#footer div img{
	float:left;
}

#footer div p{
	float: right;
	color:#643575;
	margin: 5px 0;
}

#footer div p a{
	color:#835b92;
	text-decoration:none;
}

#footer div p a:hover{
	color:#835b92;
	text-decoration:underline;
}
#footer div p span{
	float:left;
	height:12px;
	padding:0 6px;
	border-right: solid 1px #835b92;
	display:block;
	font: 0.8em  Geneva, Arial, Tahoma, Helvetica, sans-serif;
	text-transform:uppercase;
}

#footer div p span.avatar{
	float:left;
	height:10px;
	padding:0 30px;
	border-right: none;
	display:block;

}