/* 
	CSS Document for http://www.hidalgoyasociados.com
	Designed by subwaydesign Web & Graphic design
	CEO subwaydesign: Ignacio Alberto Nelson
	Copyright 2007 Grupo Hidalgo, Buenos Aires, Argentina
	URL: http://www.hidalgoyasociados.com	
*/

* {
	margin:0;
	padding:0;
}

p {
	margin-bottom:22px;
}

body {
	background:#7B8B96 url(../img/fondo.jpg) repeat-x top left fixed;
	font-family:'Arial', 'Tahoma', Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.5em;
	color:#373737;
}

.clear { clear:both; }

a img { border:none; }

/* Links */

a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#2E5B7B;
}

a:hover {
	text-decoration: underline;
	color:#5E839E;
}

/* ESTILOS PROPIOS SITIO WEB HIDALGO */

#wrapper {
	width:820px;
	margin:0 auto 0 auto;
	background:white;
	border:none;
}

#wrapper td {
	vertical-align:top;
}

#head { padding:0!important; }

#index_1 {
	padding:17px!important;
	color:#595858;
}

#index_2 {
	padding:17px 17px 17px 27px!important;
	background:url(../img/col_der_home.jpg) no-repeat top left;
}

#index_2 * {
	text-align:left!important;
}

* p { text-align:justify; }

#footer {
	text-align:center;
	padding-top:7px;
	font-family:'Century Gothic', Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#5A5A5A;
	line-height:29px;
}

h3 {
	text-transform:uppercase;
	font-family:'Century Gothic', Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-bottom:5px;
	border-bottom:1px dotted #666666;
	margin-bottom:20px;
	letter-spacing:-1px;
}

h4 {
	text-transform:uppercase;
	font-family:'Century Gothic', Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding-left:16px;
	background:url(../img/flecha.jpg) no-repeat top left;
	padding-bottom:5px;
	border:dotted #CCCCCC;
	border-width:1px 0 1px 0;
	padding-top:.3em;
	margin-bottom:1em;
}

.bannerflash {
	padding:2px;
	background-color:white;
	border:1px solid #C4C3BF;
	margin-bottom:20px;
	width:452px;
}

.bannerflash2 {
	padding:2px;
	background-color:white;
	border:1px solid #C4C3BF;
	margin-bottom:20px;
	width:374px;
}

.compen { color:#EAB720; }
.reclu { color:#735D90; }
.eval { color:#C598AF; }
.reins { color:#68B6A6; }
.terc { color:#5E839E; }

#box_compen p, #box_reclu p, #box_eval p, #box_reins p, #box_terc p {
	padding:7px;
}

#box_reclu {
	background-color:#735D90;
	color:white;
	margin-bottom:15px;
}

#box_compen {
	background-color:#EAB720;
	color:white;
	margin-bottom:15px;
}

#box_eval {
	background-color:#C598AF;
	color:white;
	margin-bottom:15px;
}

#box_reins {
	background-color:#68B6A6;
	color:white;
	margin-bottom:15px;
}

#box_terc {
	background-color:#5E839E;
	color:white;
	margin-bottom:15px;
}

.titulo_busq {
	color:#735D90;
	font-weight:bold;
	font-size:13px;
}

#busquedas a {
	color:#735D90;
}

ul {
	padding-left:2em;
}

li {
	list-style-image:url(../img/flecha-li.jpg)
}

#clien1 li {
	list-style-image:url(../img/flecha-li-am.jpg)
}

.clien2 li {
	list-style-image:url(../img/flecha-li-vi.jpg)
}

.leer_noticia {
	text-align:right!important;
	font-weight:bold;
}

.leer_noticia a {
	text-decoration:underline;
}

.fecha_noticia {
	color:#345872;
	font-weight:bold;
	font-size:12px;
}

.titulo_noticia {
	padding:8px 0 8px 0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
}

.cope_noticia {
	padding:0 0 9px 0;
	line-height:21px;
	text-align:justify;
}

#tblclientes td {
	height:70px;
	vertical-align:middle;
}
#tblclientes p {
	text-align:left!important
}
#descargas a {
	font-weight:bold;
}

#descargas img {
	padding-right:1em;
}

#busquedas {
	margin-top:20px;
}

.ampliar_busq {
	text-align:right;
}

.referencia {
	font-weight:bold;
}

.titulo_busq {
	padding-top:6px;
	font-weight:bold;
	text-transform:uppercase;
}

.descr_busq {
	padding-top:6px;
}

.resp_busq {
	text-align:right;
}

#tooltip {
    padding: 2px;
    background:#395060;
    border: 1px solid #163347;
    text-align: center;
    font-size: 11px;
	color:#FFFFFF;
    filter:alpha(opacity=80);   
    -moz-opacity: 0.8;   
    opacity: 0.8; 
}

/* FORMULARIOS ------------------------------------------------------------------------------------------------ */

#form-contacto {
	line-height:2em;
	float:left;
	clear:right;
}

#form-contacto input, textarea, select {
	display: block;
	float: left;
	width:210px;
}

#form-contacto label {
	display: block;
	float: left;
	text-align: left;
	width: 75px;
	padding-right: 20px;
}

#form-contacto br {
	clear: left;
}