/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	width: 300px;
	height: 95px;
	background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

#maintop .yoo-carousel div.frontpage1,
#maintop .yoo-carousel div.frontpage2,
#maintop .yoo-carousel div.frontpage3 {
	width: 607px;
	height: 295px;
}

#maintop .yoo-carousel div.frontpage1 { background: url(../../../images/yootheme/yoocarousel/white1.jpg) 0 0 no-repeat; }
#maintop .yoo-carousel div.frontpage2 { background: url(../../../images/yootheme/yoocarousel/white2.jpg) 0 0 no-repeat; }
#maintop .yoo-carousel div.frontpage3 { background: url(../../../images/yootheme/yoocarousel/white3.jpg) 0 0 no-repeat; }
/* -----------------------------variations/blackorange-------------------------------------- */

h1,
#page h1 a,
h3,
h5,
a:link,
a:visited {
	color: #646D81;
}
#page div.default div.yoo-search div.searchbox:hover input,
#page div.default div.yoo-search div.searchbox input:focus,
a:hover { color: #AAAFB4; }/*COLOR DE LOS TITULOS DE LOS ARTICULOS*/

/*Color de los titulos del top menu (hover)*/
#menu li:hover .level1 span.bg, #menu li.remain .level1 span.bg, #menu li.active .level1 span.bg {
color:#AAAFB4;
}
/*Color del texto del topmenu (la pequeñita de abajo) ¡¡ OJO!!! NO FUNCIONA, LA HE TENIDO QUE CAMBIAR EN EL ARCHIVO BLACKORANGE*/
#menu li.active .level1 span.subtitle { color: #AAAFB4; }
#menu li.active .level1 span.bg { color: #AAAFB4; }
#menu .hover-box1:hover a.level2 span.subtitle { color: #AAAFB4; text-shadow: 0px 0px 15px #AAAFB4; }

/*-*/
#menu div.fancy { background: #aaafb4; }

/*      ---------------------------------reset.css-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 25px;
}
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }



