@import "menu.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

a{text-decoration: none; color:#6e6761;}
a:link{text-decoration: none; color:#b3ba61;}
a:hover{ text-decoration:none; color:#b3ba61;}
a:active{text-decoration: none;color:#6e6761;}
a:visited{text-decoration: none;}

body{
	background: #333232 url(../img/bg_body.jpg) ;
	font-family: Arial, "Trebuchet MS" !important;
	font-size: 11px;
	color: #4e5050;
	line-height: 18px;	/*margin-left: 8px;*/
}
p{margin:0px 0px 15px 0px;padding: 0px;}
.clear{clear: both; margin: 0px; padding: 0px;}

/******************** CONTENEDORES ************************/

.cont_general{
	margin: 10px auto 0px auto;
	width: 788px;
	overflow: hidden;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	background: #626262;
}

/************* top ***************/
.top_col1{
	float: left;
	height: 191px;
}
.top_col2{
	float: left;
	height: 191px;
}

/********** cuerpo *************/
.cont_cuerpo{
	background: #fff;
	padding: 5px;
	margin-top: 2px;
}

.tituloa{
	font: normal 20px/15px Arial;
	color:#3e3e3e;
}
.titulob{
	font: normal 20px/15px Arial;
	color:#b3ba61;
}
.img{
	border: 2px solid #dedede;
	float: left;
	margin: 0px 10px 5px 0px;
}
.puntosv{
	background: url(../img/puntosv.jpg) repeat-y top left;
	width: 1px; 
}
.col2home{
	background:#3d3f41; margin:0px 0px 10px 10px; padding:15px 10px 15px 25px;
	color: #d0d0d0;
}


/*********** internas ***********/
.tituloaint{
	font: bold 14px/16px Arial;
	color:#3e3e3e;
}
.titulobint{
	font: normal 14px/16px Arial;
	color:#b3ba61;
}

.lista{
	background: url(../img/flecha_lista.jpg) no-repeat 0px 7px;
	padding-left: 15px;
	text-align: left;
}
.lineah{
	height: 1px;
	background: #eee;
	margin: 7px 0px 7px 0px;
}
.img_clientes{
	border: 2px solid #dedede;
	float: left;
	margin: 0px 10px 0px 0px;
}

.input{
	background: #e8e2a8;
	border: 1px solid #b1ba5f;
	padding-left: 3px;
	margin: 0px 0px 0px 5px;
	height: 16px;
	width: 140px;
	font-size: 11px;
}
/********* footer ************/
.bg_footer{
	background: url(../img/bg_footer.jpg) repeat-x top left;
	height: 52px;
}

a.menu_footer{
	text-align: center;
	color: #c6c6c6;
	padding: 0px 5px 0px 5px;
}
a:hover.menu_footer{
	text-align: center;
	color: #b3ba61;
}


