* {
	margin:0;
	padding:0;
}
body  { font-family: Tahoma, Geneva, sans-serif; font-size: 12px; background: #f0f0f0; color: #696969; 
}
a {
	color:#ce3428;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#ce3428;
	font-size:12px;
	text-decoration:none;
}
.logo { color: #ce3428; font-size: 48px; padding: 20px 0 0 20px; font-family: Tahoma, Geneva, sans-serif; font-weight: bold; 
}
.logo span {
	color:#000000;	
}
.author {
	padding:0 0 20px 20px;
}
h1 { color: #C40000; font-size: 18px; font-weight: bold; font-family: Tahoma, Geneva, sans-serif; 
}
.mainLogo {	
	float:left;
}
.icons { float: right; padding: 5px 5px 5px 5px; 
}
.icons img {
	border:0;
}
#container { 
	width: 800px;  
	margin: 0 auto;
	background:#FFFFFF;
} 
.mainContent { padding: 20px 20px; 
}
.catalogoPic3 { height: auto; width: 680px; padding: 10px 20px 20px 20px; margin: 10px 15px 15px 15px; border: 2px solid #999; background-color: #FFFFFF; }
.catalogoPic { height: auto; width: 680px; padding: 10px 20px 20px 20px; margin: 10px 15px 15px 15px; border: 2px solid #999; background-color: #B3B3B3; }
.catalogoPic p { padding: 10px 15px 10px 10px; font-family: Tahoma, Geneva, sans-serif; 
}
.catalogoP { height: auto; width: 480px; padding: 10px 10px 30px 10px; margin: -350px 10px 10px 170px; border: 2px solid #ccc; background-color: #FFF; }
.catalogoP p { padding: 10px 10px 10px 10px; font-family: Tahoma, Geneva, sans-serif; 
}
.catalogoP2 { height: auto; width: 450px; padding: 10px 10px 10px 10px; margin: -213px 10px 10px 200px; border: 2px solid #ccc; background-color: #FFF; }
.catalogoP2 p { padding: 10px 10px 10px 10px; font-family: Tahoma, Geneva, sans-serif; 
}
.headerPic { height: 374px; width: 800px; background: url(images/headerBackground.jpg) no-repeat left top; color: #ffffff; 
}
.headerPic p { padding: 250px 18px 20px 510px; font-family: Tahoma, Geneva, sans-serif; 
}
.headerPic1 { height: 374px; width: 800px; background: url(images/headerBackground1.jpg) no-repeat left top; color: #000000; }
.headerPic1 p { padding: 245px 30px 20px 500px; font-family: Tahoma, Geneva, sans-serif; 
}
.headerPic2 { height: 374px; width: 800px; background: url(images/headerBackground2.jpg) no-repeat left top; color: #000000; }
.headerPic2 p { padding: 250px 18px 20px 510px; font-family: Tahoma, Geneva, sans-serif; 
}
.headerPic3 { height: 374px; width: 800px; background: url(images/headerBackground3.jpg) no-repeat left top; color: #000000; }
.headerPic3 p { padding: 250px 18px 20px 505px; font-family: Tahoma, Geneva, sans-serif; 
}
.headerPic4 { height: 374px; width: 800px; background: url(images/headerBackground4.jpg) no-repeat left top; color: #000000; }
.headerPic4 p { padding: 250px 18px 20px 510px; font-family: Tahoma, Geneva, sans-serif; 
}

.mainContent li {
	list-style:none;
	display:inline;
	float:left;
	padding:40px 10px;
}
.mainContent li img {
	border:1px solid #000000;
}
#footer { text-align: center; height: 100px; background: url(images/footerBackground.jpg) repeat-x left top; color: #ffffff; 
}
#footer p {
	padding:20px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer {
	padding:20px 0 170px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
	height:50px;
}
#navcontainer ul li { 
	display: inline;
	color:#ffffff;
}
#navcontainer ul li a {
	padding:15px 15px 0 15px;
	background: url(images/menuBackground.jpg) repeat-x left top;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-size:18px;
}
#navcontainer ul li a:hover { background: url(images/menuActive.jpg) repeat-x left top; color: #fff; height: 50px; font-size: 18px; 
}
#navcontainer #active a { background: url(images/menuActive.jpg) repeat-x left top; color: #fff; height: 50px; font-family: Tahoma, Geneva, sans-serif; 
}
.menuSeparator { height: 50px; width: 2px; float: left; 
}

/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -30px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -30px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{ width: 100%; height: 25px; margin: 0 auto; padding-left: 1%; padding-top: 1px; font-size: 0.9em; clear: both; font-weight: strong; color: #333; bottom: 0px; position: fixed; left: 0px; background-color: #FFF; opacity: 0.9; filter: alpha(opacity=70); /* For IE8 and earlier */ transition: bottom 1s; -webkit-transition: bottom 1s; /* Safari */ -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56); -moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56); box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56); z-index: 999999999; 
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{ background-color: #FFF; display: inline; opacity: 0.95; filter: alpha(opacity=95); position: absolute; left: 1%; top: -13px; font-size: 12px; height: 13px; padding-left: 10px; padding-right: 10px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; border-top-right-radius: 5px; border-top-left-radius: 5px; -webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56); -moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56); box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56); 
}
