@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
	background-color: #6CBDFF;
	background-image: url(../img/fond.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Geneva, sans-serif;
}
img {border: 0 none;}
h1 {}
h2 {}
p {}
.link a {
	color: #d7412a;
	text-decoration: none;
	font-size: 12px;
}
.link a:hover {
	text-decoration: underline;
}
.fade {opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; }
.fade:hover {opacity: 0.7; }
#wrapper {
	background-color: #FFF;
	width: 965px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0 0 4em;
	-moz-border-radius: 0 0 4em; /* Firefox */
	-webkit-border-radius: 0 0 4em; /* Safari y Chrome */
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #DD3135;
	height: 720px;
	margin-bottom: 10px;
}
#wrapper_ab {
	background-color: #FFF;
	width: 965px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0 0 4em;
	-moz-border-radius: 0 0 4em; /* Firefox */
	-webkit-border-radius: 0 0 4em; /* Safari y Chrome */
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #DD3135;
	height: 2480px;
	margin-bottom: 10px;
}

#header {
	height: 182px;
	background-image: url(../img/header.png);
	background-repeat: repeat-x;
}
#logo {
	width: 210px;
	margin-right: 15px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	height: 177px;
}
#header ul {
	list-style-type: none;
	margin: 0px;
}
#header li {}
#header li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #DD3135;
	padding: 5px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu {
	height: 300px;
	width: 205px; /* top:0, right:-30px, bottom:0, left:-30px */
	text-align: center;
	position: relative;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.8);
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: -10px;
	clear: both;
	background-color: #DD3135;
	border-radius: 0 2em 2em 0;
	-moz-border-radius: 0 2em 2em 0; /* Firefox */
	-webkit-border-radius: 0 2em 2em 0; /* Safari y Chrome */
	font-size: 16px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #E6686B;
	float: left;
}
#menu:before, slider:after
    {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }

#menu:before
    {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }

#menu:after
    {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }
	#menu2 {
	height: 230px;
	width: 180px; /* top:0, right:-30px, bottom:0, left:-30px */
	text-align: center;
	position: relative;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,.8);
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: -10px;
	clear: both;
	background-color: #DD3135;
	border-radius: 0 2em 2em 0;
	-moz-border-radius: 0 2em 2em 0; /* Firefox */
	-webkit-border-radius: 0 2em 2em 0; /* Safari y Chrome */
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #E6686B;
	float: left;
}
#menu2:before, slider:after
    {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }

#menu2:before
    {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }

#menu2:after
    {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }

#slider_content {
	height: 310px;
	width: 720px;
	float: left;
}
#slider img {
	border-radius: 2em;
	-moz-border-radius: 2em; /* Firefox */
	-webkit-border-radius: 2em; /* Safari y Chrome */
	width: 720px;
}
#contenido {
	width: 720px;
	padding: 10px;
	font-size: 16px;
	float: left;
	text-align: justify;
}
#desde {
	float: left;
	width: 203px;
	height: 134px;
	margin-right: 15px;
}
#novedad {
	float: left;
	width: 935px;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: center;
}
#novedad2 {
	float: left;
	width: 935px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

#footer {
	height: 30px;
	width: 945px;
	float: left;
}
#footer p {
	float: left;
	vertical-align: middle;
	font-size: 13px;
	height: 20px;
	width: 320px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
#footer img {
	text-align: right;
	float: right;
}
