@charset "UTF-8";
/* CSS Document */

html {background-image:url(../images/layout/bg_gray.jpg); height:100%; /* Color del desvanecimiento */}
body{margin:0; padding:0; background-image:url(../images/layout/bg_gray.jpg); background-color:#000; height:100%;}
*{font-family:"Century Gothic", Helvetica, Arial, sans-serif; }


body{display:none;}
			html, body {
				height: 100%;
				padding: 0;
				margin: 0;
			}
			body {
				min-height: 600px;
			}
			body * {
				font-family: Arial, Geneva, SunSans-Regular, sans-serif;
				font-size: 14px;
				color: #333;
				line-height: 22px;
			}
			
			#leftCol{float:left; width:20.5%; height:100%; background-image:url(../images/layout/noir.png); position:relative; left:-200px;}
			
			
			#rightcol {
				width: 79.5%;
				float:right;
				height: 100%;
				position: relative;
			}
			.caroufredsel_wrapper {
				width: 100% !important;
				height: 100% !important;
			}
			#carousel div {
				width: 100%;
				height: 100%;
				overflow: hidden;
				float: left;
			}
			#carousel div img {
				width: auto;
				height: auto;
				min-width: 100%;
				min-height: 100%;
			}
			
			#logotipoint{position:absolute; z-index:6; width: 380px; float:right; margin-right:50px; margin-top:50px; right:0;  display:none;}
			
			
			/*FOOTER*/
#container {bottom: 0; position: fixed; width: 100%; z-index:4; min-width:482px; overflow:auto}
.footer{width:100%; height:40px; background-color:#000; color:#faeedd; font-size:10px;	}
.footer p{color:#faeedd; margin:0; padding-top:15px; padding-left:40px; font-size:10px;	}

/*LEFT*/
#leftCol{float:left; width:20.5%; height:100%; background-image:url(../images/layout/noir.png); position:relative; left:-200px;}
/*MENU HOME*/
#menu-home{margin-top:80%; position:relative; color:#fff; width:200px; border-right:1px solid #fff; padding-top:10px; float:right; margin-right:50px; text-align:right;}
#menu-home p{color:#fff; font-size:14px; margin-bottom:0; padding-right:30px; }
#menu-home ul{ list-style:none;}
#menu-home li{ margin-bottom:20px;}
.current{ margin-left:230px;}
#menu-home a{color:#fff; font-size:14px; margin-bottom:0; padding-right:30px; text-decoration:none; }
#menu-home a:hover{color:#b2b2b2; margin-right:10px; }


		
		
		

