/* gererales */

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#333;
	background:#fff url("../images/general/bg_body.jpg") repeat-x;
	padding:15px 0 5px 0;
}
a{
	color:#06c;
}
a:hover{
	text-decoration:none;
	color:#039;
}
p{
	padding-bottom:10px;
}
#center{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header{
	background:url("../images/general/bg_header.jpg") center no-repeat;
	height:119px;
	padding-top:37px;
	position:relative;
}
#header h1 a{
	background:url("../images/general/logo_tankeros.gif") no-repeat;
	width:308px;
	height:60px;
	float:left;
	margin-left:22px;
}
#header h1 a span{
	display:none;
}
#header .eslogan{
	float:right;
	font-size:2.5em;
	color:#fff;
	width:506px;
	padding:2px 25px 0 0;
	text-align:right;
	background:transparent;
}
#header .eslogan span{
	font-size:1.33em;
}
#header .idiomas{
	position:absolute;
	bottom:0;
	right:33px;
	background:transparent url("../images/general/btn_idiomas.jpg") no-repeat;
	width:130px;
	height:17px;
	color:#fff;
	text-align:center;
	padding-top:5px;
	font-size:0.95em;
}
#header .idiomas a{
	color:#fff;
	text-decoration:none;
	margin:0 5px;
	background:transparent;
}
#header .idiomas a:hover,#header .idiomas a.active{
	color:#fff;
	text-decoration:underline;
	background:transparent;
}
#content{
	margin:0 10px;
	background:url("../images/general/bg_inf_content.png") repeat-x bottom;
	padding-bottom:57px;
}
#content .content{
	border:1px solid #333;
	border-bottom:0;
	width:854px;
	background:#fff;
	padding:12px;
}
#content .content #colIzq{
	float:left;
	width:189px;
}
#content .content #colIzq #menu{
	float:left;
	width:177px;
	background:url("../images/general/bg_menu.png") repeat-y;
	font-size:1.1em;
}
#content .content #colIzq #menu li{
	float:left;
	width:100%;
}
#content .content #colIzq #menu a{
	color:#fff;
	border-bottom:1px solid #93accf;
	display:block;
	padding:6px 2px 6px 10px;
	font-weight:bold;
	text-decoration:none;
	background:transparent url("../images/general/bg_enlace_menu.png") no-repeat;
	height:13px;
}
#content .content #colIzq #menu a:hover{
	background:url("../images/general/bg_enlace_menu.png") no-repeat center;
	color:#333;
}
#content .content #colIzq #menu a.active{
	background:url("../images/general/bg_enlace_menu.png") no-repeat bottom;
}
#content .content #colIzq #menu a.active:hover{
	background:url("../images/general/bg_enlace_menu.png") no-repeat center;
}
#content .content #colIzq #menu .ribeteSup{
	height:5px;
	width:100%;
	background:url("../images/general/ribete_sup_menu.png") no-repeat;
	float:left;
	font-size:0em;
}
#content .content #colIzq #menu .ribeteInf{
	height:5px;
	width:100%;
	background:url("../images/general/ribete_inf_menu.png") no-repeat bottom;
	float:left;
	font-size:0em;
}
#content .content #colIzq #logos{
	float:left;
	width:177px;
	padding-top:22px;
}
#content .content #colIzq #logos img{
	margin-bottom:15px;
	display:block;
}
#content .content #colIzq #logos img.logo1{
	width:63px;
	height:99px;
	margin-left:57px;
}
#content .content #colIzq #logos img.logo2{
	width:89px;
	height:57px;
	margin-left:44px;
}
#content .content #colIzq #logos img.logo3{
	width:54px;
	height:70px;
	margin-left:62px;
}
#content .content #colIzq #logos img.logo4{
	width:61px;
	height:61px;
	margin-left:58px;
}
#content .izq{
	background:url("../images/general/bg_esq_izq.png") no-repeat;
	width:15px;
	height:57px;
	float:left;
}
#content .der{
	background:url("../images/general/bg_esq_der.png") no-repeat;
	width:15px;
	height:57px;
	float:right;
}
#footer{
	background:#fff url("../images/general/bg_footer.png") repeat-x;
	margin:0 10px;
	width:880px;
}
#footer .izq{
	background:url("../images/general/bg_footer_izq.png") no-repeat;
	width:15px;
	height:17px;
	float:left;
}
#footer .accedalia{
	float:left;
	padding-top:5px;
}
#footer .der{
	background:url("../images/general/bg_footer_der.png") no-repeat;
	width:15px;
	height:17px;
	float:right;
}
#footer .menu{
	background:transparent url("../images/general/bg_menu_footer.png") repeat-x;
	float:right;
	/*width:430px;   modificacion ACZ*/
	width:480px;
	color:#fff;
}
#footer .menu .izq{
	background:url("../images/general/bg_footer_menu_izq.png") no-repeat;
	float:left;
	width:12px;
	height:28px;
}
#footer .menu .der{
	background:url("../images/general/bg_footer_menu_der.png") no-repeat;
	float:right;
	width:12px;
	height:28px;
}
#footer .menu .content{
	float:left;
	padding:7px 0 0 12px;
}
#footer .menu .content a{
	color:#fff;
	margin:0 5px;
	font-size:0.95em;
	text-decoration:none;
	background:transparent;
}
#footer .menu .content a:hover,#footer .menu .content a.active{
	color:#999;
	text-decoration:underline;
}

/* fin de gererales */
