@charset "utf-8";
/* CSS Document */

/* General Elements */
body {
	background-color: #FFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #ab1c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Custom Styles */
#Header {
	background-color: #ffc600;
	width: 100%;
	height: 128px;
}
#Header #Logo {
	width: 799px;
	margin: 0 auto;
	background-image: url("../images/logo.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 128px;
}

#MenuTop {
	background-color: #090701;
	background-image: url(../images/MenuBg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cecdcc;
	width: 100%;
	height: 29px;
}
#MenuTop #CenterMen {
	width: 799px;
	margin: 0 auto;
}
#CenterMen #left {
	float: left;
	width: 109px;
	/* IE6 */
	*width: 105px!important;
	margin-left: 10px;
	/* IE6 */
	*margin-left: 7px!important;
	padding-top: 7px;
}
#CenterMen #right {
	float: right;
	margin-right: 10px;
	/* IE6 */
	*margin-right: 7px!important;
	padding-top: 7px;
	text-align: right;
	width: 660px;
}

#MainWindow {
	width: 799px;
	margin: 0 auto;
    padding-left: 11px;	
}
#MainWindow #left1 {
	float: left;
	width: 219px;
	margin-right: 3px;
}
#MainWindow #left1 #LogIn {
	background-image: url("../images/LoginBg_2.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 139px;
	padding-top: 50px;
	padding-left: 15px;
}
#MainWindow #left1 #LogIn2 {
	/*background-image: url("../images/LoginBg_3.jpg");*/
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 179px;
	padding-top: 10px;
	padding-left: 15px;
}
#MainWindow #left1 #LogIn a{
    text-decoration:none;
    font-weight:bold;
    color:#000000;
}

#MainWindow #left1 #LogIn a:hover{
color: #ab1c00;
}
#MainWindow #left1 #Banner {
	width: 100%;
	margin-top: 5px;
}
#MainWindow #right1 {
	float: right;
	width: 577px;
}
#MainWindow #right1 #Content {
	width: 100%;
}
#Content #About {
	float: left;
	width: 348px;
	background-image: url("../images/AboutBg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 129px;
	padding-top: 50px;
	padding-left: 10px;
}
#Content #About2 {
	float: left;
	width: 348px;
	background-position: left top;
	background-repeat: no-repeat;
	height: 129px;
	padding-top: 10px;
	padding-left: 10px;
}
.titulo{
    color:#FFB301;
    font-size:18px;
    font-weight:bold;

}
#Content #Newest {
	float: right;
	width: 212px;
	background-image: url("../images/NewestBg.jpg");
	background-position: Top Center;
	background-repeat: no-repeat;
	height: 139px;
	padding-left: 7px;
	padding-top: 40px;
}
#MainWindow #right1 #Search {
	background-image: url("../images/SearchBg.jpg");
	background-position: bottom center ;
	background-repeat: no-repeat;
	height: 58px;
	padding-top: 50px;
	padding-left: 10px;
}

#GoogleAds {
	width: 799px;
	margin: 0 auto;
	margin-top: 33px;
	text-align: center;
}

#Footer {
	width: 799px;
	margin: 0 auto;
	text-align: center;
	color: #a4a4a4;
	font-size: 10px;
	margin-top: 22px;
}

.clear {
	clear: both;
}

.textBox{
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.textBox2_buscar{
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    height:20px;
}

.textBox_buscar{
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    height:14px;
}
.button1 {
	width: 74px;
	height: 20px;
	background-image: url("../images/button1Bg.jpg");
	background-position: top center ;
	background-repeat:no-repeat;
	border: 0;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 5px;
}

.button2 {
	width: 74px;
	height: 20px;
	background-image: url("../images/button2Bg.jpg");
	background-position: center top;
	background-repeat:no-repeat;
    background-color:#cccccc;
	border: 0;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
}
