* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* CABECERA */
body > header {
	background-color: #27509A;
}

/* NAVEGACIÓN */
nav ul {
	list-style-type: none;
	list-style-position: inside;
}

nav li {
	display: block;

	float: right;
	padding: 30px 32px 0 10px;
	border-left: 1px solid #00BFFF;
}

nav li:first-child {
	padding-right: 0;
}

nav a {
	color: #FFF;
	font-weight: normal;
	font-size: 11pt;
	text-decoration: none;
}

nav a:hover {
	color: #00BFFF;
}

#logo {
	margin-top:20px;
	height: 90px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#logo a > span {
	display: none;
}

/* GALERÍA */
#galeria {
	margin-top:20px;
	position: relative;
	height: 367px;
}

#galeria img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#galeria img.active {
	z-index: 10;
}

#galeria img.last-active {
	z-index: 9;
}
/* FIN CABECERA */

/* CONTENIDO PRINCIPAL */
/* BIENVENIDA */

#main {
	margin-top: 30px;
	margin-bottom:30px;
	color: #999;
	font-size: small;
	line-height: 22px;
}

/* FIN BIENVENIDA */

/* FIN CONTENIDO PRINCIPAL */

/* PIE DE PÁGINA */

footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #27509a;
}

footer h2 {
	margin-bottom: 15px;
	color: #00BFFF;
	font-size: 16pt;
	font-weight: normal;
}

footer p {
	margin-bottom: 15px;
	color: #FFF;
	font-size: 10pt;
	line-height: 140%;
}

#minilogo {
	width: 205px;
	height: 30px;

	margin-top: 15px;
	margin-bottom: 20px;

	background-image: url(../../websiteFinal%20-%2024-10-2015/img/logo_mini.jpg);
	background-repeat: no-repeat;
}

#minilogo span {
	display: none;
}

#copyright {
	font-size: x-small;
}

footer input {
	width: 245px;
	padding: 7px 10px;
	border: 0;
	outline: none;
	border-radius: 2px;
	margin-bottom: 10px;
	color: #2c2c2c;
	font-weight: bold;
	background-color: #fff;
}

footer input[type='submit'] {
	width: auto;

	color: #fff;
	font-size: small;

	background-color: #00BFFF;
	cursor: pointer;
}

footer input[type='submit']:hover {
	background-color: #AAAAAA;
}

#social ul {
	list-style-type: none;
	list-style-position: inside;
}

#social li {
	display: inline-block;
	margin-right: 5px;
	background-color: #fc0;
}

#social a {
	display: block;
	width: 35px;
	height: 35px;

	background-image: url(../img/iconos_sociales.jpg);
}

#social a span {
	display: none;
}

#ico_facebook { background-position: 0 0; }
#ico_twitter { background-position: -44px 0; }
#ico_youtube { background-position: -87px 0; }
#ico_rss { background-position: -130px 0; }

#ico_facebook:hover { background-position: 0 -35px; }
#ico_twitter:hover { background-position: -44px -35px; }
#ico_youtube:hover { background-position: -87px -35px; }
#ico_rss:hover { background-position: -130px -35px; }

/*Buscador*/

.buscador{
	background-color:#EEEEEE;
	width:190px;
	float:right;
	margin-top:30px;
}

.buscador input[type="submit"] {
	border: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	background-image: url(../img/lupa.gif);
	background-repeat: no-repeat;
	float:right;
}

.buscador input[type="text"]{
	border: medium none;
	width:160px;
	background-color:#EEEEEE;
}

footer {
	clear: both;
}

#titulos {
	margin-bottom: 30px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #063D6B;
	font-weight: lighter;
	font-size: 36px;
}
.epigrafes {
	text-align: center;
	font-size: 16px;
	color: #00BFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 170%;
	font-weight: normal;
	color: #333;
	text-align: justify;
	margin-bottom:20px;
}

/*Contactos*/
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display: block;
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
	padding: 10px;
	display: block;
	width: 95%;
	background: #ffffff;
	outline: none;
	color: #555555;
	font-size: 1em;
	border: 1px solid #DADADA;	
	-webkit-appearance: none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	cursor: pointer;
	background: #27509A;
	border: none;
	padding: 10px 24px;
	outline: none;
	color: #ffffff;
	font-size: 14px;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contact-form input[type="submit"]:hover{
	background: #00BFFF;
	border:none;
}

/*Menu Lateral Dos*/

#wrapper {
	width:90%;
	font-size: 14px;
	float:left;
}

#wrapper a {
	text-decoration: none;
	padding:4px;
}

#wrapper ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper li{
	margin-bottom:3px;
}

.menu > li > a {
	background-color: #00BFFF;
	width: 100%;
	text-indent: 1em;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.menu > li > p a {
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.menu > li > p a:hover {
	color: #00BFFF;
}

.menu > li > p a:active {
	color: #27509A;
}

/*.menu ul li a {
	border-bottom: 1px solid #efeff0;
	width: 100%;
	text-indent: 1em;
	display: block;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}*/
.menu > li > a:hover, .menu > li > a.active {
	background-color: #063D6B;
}

.menu > li > a:before {
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	margin: -.5em 0 0 0;
}

/*.menu > li > ul li a:before{
	font-size: 12px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	left: -2.7em;
}*/

/*.menu > li > ul li:hover a,
.menu > li > ul li:hover a:before {
	color: #FFFFFF;
	background-color:#00BFFF;
}
*/



/*Buscador Productos*/

.buscaprod{
	background-color: #EEEEEE;
	width: 190px;
	float: left;
	margin-bottom: 25px;
}

.buscaprod input[type="submit"] {
	border: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	width: 25px;
	height: 25px;
	background-image: url(../img/lupa.gif);
	background-repeat: no-repeat;
	float:right;
}

.buscaprod input[type="text"]{
	border: medium none;
	width:160px;
	background-color:#EEEEEE;
}


/*Productos*/

.product {
	text-align: center;
	border: solid;
	border-color: #CCC;
	border-width: thin;
	padding: 15px;
	margin-left:5px;
	margin-bottom:5px;
	width:28%;
	height:330px;
	float:left;
}
	
.product a {
	text-decoration: none;
}

.product span {
	display: block;
}

.product .title {
	font-size: 16px;
	color: #063D6B;
	line-height: 140%;
	font-weight:normal;
	padding-bottom: 10px;
	text-align:left;
}

.product img {
	margin-bottom:10px;
	width:200px;
}

.product .number {
	font-size: 12px;
	color: #000;
	line-height: 160%;
	padding: 5px 0;
	text-align:left;
}

.product .price {
	font-weight: bold;
	font-size: 18px;
	color: #D80000;
	text-align:left;
}

.product .price span {
	color: #D80000;
	display: inline;
}

.product:hover {
	background-color:#EEEEEE;
}

.product a:hover .title {
	color: #00BFFF;
}



/*Lista dinamica*/
.lisdin li a{
	color:#300;
	background-color:#0C6; !Important
}

/*Generales*/
h2{
	color: #00BFFF;
	font-weight: lighter;
}