@charset "utf-8";

@import url("reset.css");
@import url("general.css");

body {
	background-image: url(../images/fondo.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BDBDB5;
	line-height: 130%;
	/*background-color: #DAD9C2;*/
	background-color: #FFF;
	background-repeat: no-repeat;
}

#contenedor_face {
	width:710px;
	margin:auto;
}

a.facebook {
	margin-left:476px;
	background: url(../images/faceup.png) no-repeat center top;
	width:234px;
	height:40px;
	display:block;
}

a.facebook:hover {
	background: url(../images/faceup.png) no-repeat center bottom;
}

.menu {
	width:710px;
	height:29px;
	margin:auto;
	margin-top: 102px;
	margin-bottom:4px;
	background-position: bottom;
}

.menu li {
	display:inline;
}

.menu li a {
	float:left;
	height:29px;
	margin-right:3px;
}

.menu li a.home {
	margin-left:1px;
	width:77px;
	background-image: url(../images/menu_btn_home.png);
}

.menu li a.home:hover {
	background-position: bottom;
}

.menu li a.productos {
	width:104px;
	background-image: url(../images/menu_btn_productos.png);
}

.menu li a.productos:hover {
	background-position: bottom;
}

.menu li a.tiendas {
	width:94px;
	background-image: url(../images/menu_btn_tiendas.png);
}

.menu li a.tiendas:hover {
	background-position: bottom;
}

.menu li a.downloads {
	width:120px;
	background-image: url(../images/menu_btn_downloads.png);
}

.menu li a.downloads:hover {
	background-position: bottom;
}

.menu li a.contacto {
	width:105px;
	background-image: url(../images/menu_btn_contacto.png);
}

.menu li a.contacto:hover {
	background-position: bottom;
}

.menu li a.newsletter {
	margin-right:0px;
	width:193px;
	background-image: url(../images/menu_btn_newsletter.png);
}

.menu li a.newsletter:hover {
	background-position: bottom;
}

.footer {
	margin-top:5px;
	margin-bottom:100px;
}

.footer img {
	float:right;
	margin-top:10px;
}

#contenido {
	background-color:#3C3E3E;
	width:684px;
	padding:13px;
	margin:auto;
}

#contenido ul.productos li {
	display:inline;
	float:left;
}

#contenido ul.productos li a {
	text-decoration:none;
	font-size:9px;
	color:#E50083;
	display:block;
	background-image:url(../images/fondo_producto.png);
	width:171px;
	height:161px;
	text-align:center;
	padding-top:10px;
}

#contenido .paginacion {
	height:30px;
	text-align:center;
	line-height:30px;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	color:#E50083;
	font-size:12px;	
	font-weight:bold;
}

#contenido .paginacion a {
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	color:#E50083;
}

#contenido .paginacion a:hover {
	text-decoration:underline;
}

#main {
	width:710px;
	margin:auto;
}

#contenido2 {
	width: 491px;
	background-color:#FFF;
	color:#666;
	font-size:12px;
	line-height:120%;
	padding:11px;
}

#contenido2 p {
	padding-left:22px;	
}

#contenido2 h2 {
	color:#146576;
	font-size:12px;
	padding-bottom:5px;
	padding-top:3px;
}

#contenido2 a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#contenido2 a:hover {
	text-decoration:underline;
}

#contenido2 img.titulos {
	margin-bottom:20px;
	margin-top:25px;
}

#contenido2 li {
	display:inline;
	float:left;
	margin-right: 9px;
	margin-bottom: 13px;
	margin-left: 6px;
}

#contenido2 li p {
	width:218px;
	height:24px;
	line-height:24px;
	padding-left:12px;
	background-color: #65FCDD;
	background-image: url(../images/flecha_download.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
}

#contenido2 li p a {
	color:#000;
	font-size:10px;
	text-decoration:none;
	padding-left:5px;
}

#contenido2 li p a:hover {
	text-decoration:underline;
}

#contenido2 ul.ecards li p {
	width:127px;
}

#contenido2 ul.ecards li {
	margin-right:18px;
}

#contenido2 ul.msn li p {
	width:87px;
}

#contenido2 ul.msn li {
	margin-right:17px;
}

#contenido2 #formulario {
	margin-left:10px;
	width:455px;
	height:400px;
	background-image:url(../images/background_form.jpg);
	padding:10px;
}

#contenido2 #formulario.newsletter {
	height:300px;
}

#contenido2 input {
	width:170px;
	height:16px;
	margin-bottom:15px;
	font-size:10px;
}

#contenido2 input.radio {
	width:20px;
	height:15px;
}

#contenido2 input.boton {
	width:50px;
	height:15px;
	background-color:#EA005E;
	line-height:15px;
	border:0;
	margin-left:126px;
	color:#FFF;
	padding-bottom:5px;
}

#contenido2 textarea {
	width:160px;
	padding:7px;
	font-size:11px;
}

#contenido2 #labels {
	float:left;
	width:169px;
	font-size:10px;
	color:#146576;
	line-height:16px;
}

#contenido2 form {
	margin-left:170px;
}

#contenido2 #formulario.newsletter form {
	margin-left:120px;
	font-size:10px;
	color:#146576;
	line-height:15px;
}

#contenido2 #labels p {
	margin-bottom:21px;
}


#contenido #slide {
	width: 680px;
	margin:auto;
	margin-bottom:25px;
	padding-top:14px;
	height:500px;
}

#contenido #news .noticia {
	padding-bottom: 10px;
	margin-bottom:15px;
	background-image: url(../images/separador.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:150px;
}

#contenido #news .noticia img {
	float:left;
}

#contenido #news .noticia h1 {
	margin-left:176px;
	font-size: 28px;
	font-weight: bold;
	color: #78D0FD;
	line-height: 110%;
}

#contenido #news .noticia p {
	margin-left:176px;
}

#columna {
	background-color:#373737;
	padding:10px;
	float:right;
	width: 174px;
}

.tiendas_alto {
	height:1318px;
}

.downloads_alto {
	height:1300px;
}

.contacto_alto {
	height:1010px;
}

#columna img {
	margin-left:4px;
	margin-top:7px;
	margin-bottom:2px;
}

#columna p {
	font-size:11px;
	color:#FFF;
}

#columna p.fecha {
	font-size:9px;
	color:#fff;
}

#columna h1 {
	font-size: 20px;
	color: #78D0FD;
	line-height: 110%;
}
	