@charset "ISO-8859-1";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(../images/bg_body.jpg);
	background-position:top;
	background-repeat:repeat;
}

#main {	
	margin:0px auto;
	padding:0;
	width:960px;
	min-height:800px !important;
	height:auto;
}

#header{
	float:left;
	width:960px;
	height:90px;
}

#logo{
	float:left;
	width:256px;
	height:48px;
	padding:21px 0px 21px 14px;
}

#font_size{
	float:left;
	width:690px;
	height:55px;
}

#menu{
	float:left;
	width:690px;
	height:35px;
}

#menu .item_menu{
	float:left;
	width:138px;
	height:35px;
	text-align:center;
}

#content{
	float:left;
	width:960px;
	height:600px;
}

#content_top{
	float:left;
	width:960px;
	height:425px;
}

#content_top #left{
	float:left;
	width:640px;
	height:360px;
}

#content_top #right{
	float:left;
	width:320px;
	height:110px;
	padding:250px 0px 0px 0px;
	background-image:url(../images/bg_right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
}

#content_top #right .parrafo{
	float:left;
	width:260px;
	height:auto;
	padding:25px 30px 0px 30px;
}

#content_top #bottom{
	float:left;
	width:960px;
	height:65px;
}

#content_top #bottom #frases{
	float:left;
	width:640px;
	height:65px;
}

#content_top #bottom #servicios{
	float:left;
	width:320px;
	height:65px;
}

#content_main{
	float:left;
	width:960px;
	height:135px;
	padding:20px 0px 20px 0px;;
}

#content_main #promociones{
	float:right;
	width:300px;
	height:135px;
	padding-left:20px;
}

#content_main .titulo, #content_main .parrafo{
	float:left;
	width:600px;
	height:auto;
	padding:0px 20px 15px 20px;
}

#footer{
	float:left;
	width:960px;
	height:auto;
}

#footer #logos{
	float:left;
	width:960px;
	height:70px;
}

#footer #links{
	float:left;
	width:460px;
	height:auto;
	padding:15px 0px 15px 20px;
}

#footer #copyright{
	float:left;
	width:460px;
	height:auto;
	padding:15px 20px 15px 0px;
}

/* Generales */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:justify;
	color:#FFF;
}

#font_size, #font_size a{
	text-align:right;
	color:#FFF;
	text-decoration:none;
}

#content_top #right .parrafo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7a7a7a;	
}

#footer, #footer #links a, #footer #copyright a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-decoration:none;
}

#footer #copyright{
	text-align:right;
}

a{outline:0 none;}
img{border:0;}
