@charset "utf-8";
/* CSS Document */
/* Firefox Scrollbar Hack - No quitar */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

html,body { 
  overflow:hidden; 
}

* {
	margin: 0;
	padding: 0;
}

/* Clearfix */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
	/* background-color:#4d4ba1;*/
}


* html .clearfix {
	height: 1%;
}

body {
	/*background-image:url(images/IMAGEN.jpg);
	background-repeat:no-repeat;
	background-Attachment:fixed;

	scrollbar-3dlight-color:#CCC;
    scrollbar-arrow-color:#666;
    scrollbar-track-color:#999;
    scrollbar-darkshadow-color:#666;
    scrollbar-face-color:#999;
    scrollbar-highlight-color:#CCC;
    scrollbar-shadow-color:#CCC;*/
	background-color: #f6de12;
	margin-bottom:0px;
	
	color:#FFF;
	width:auto;
	padding:10px;
	margin: 0 auto;
}

p {
	font-family:"Lucida Console", Monaco, monospace;
	font-size: 14px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {font-weight:bold; text-decoration: none;}
a:active {text-decoration: none;}

#centerfix {
	text-align:center;

	padding:0 0px;
	margin: 0 auto;

	margin-top: 100px;
	margin-bottom: 20px;
}

#logo {
	text-align:left;

	padding:0 0px;
	margin: 0 auto;
	margin-left: 50px;
	margin-bottom: 30px;
}

#contenido {
	text-align:center;
	width:600px;

	padding:0 0px;
	margin: 0 auto;

	margin-bottom: 30px;
}