/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #333;
	font: normal 1em Arial, Helvetica, sans-serif;
}
div {
	float: left;
}
img {
	border: 0;
}

/* --- ESTRUCTURA --- */
#contenedor {
	float: none;
	position: absolute;
	width: 100%;
	text-align: center;
	background: url(../imagenes/sm_fondo.png) repeat-x top;
}
#todo {
	float: none;
	margin: 0 auto;
	width: 780px;
	height: auto;
	text-align: left;
	/* background: #F00; */
}

#header {
	width: 780px;
	height: inherit;
}
#botonera {
	width: 780px;
	height: 25px;
	background: url(../imagenes/sm_botonera.png) repeat-x;
}
#top {
	width: 780px;
	height: 131px;
	background: url(../imagenes/sm_top.png) no-repeat;
}
#top img {
	margin: 33px 85px 0 0;
}

#cuerpo {
	width: 780px;
	height: auto;
	background: url(../imagenes/sm_trama.png) repeat-x top;
}
#index {
	width: 780px;
	height: 340px;
	margin: 0;
	padding: 0;
	/*background: url(../imagenes/sm_index.jpg) no-repeat top;*/
}
#izquierda {
	width: 190px;
	min-height: 370px; height: auto !important; height: 370px;
	/* background:#999; */
}
#central {
	width: 400px;
	height: auto;
	background: #FFF;
}
#derecha {
	width: 190px;
	min-height: 370px; height: auto !important; height: 370px;
	/* background: #F0F; */
}

.cierre {
	clear: both;
}

#footer_old {
	clear: both;
	width: 780px;
	height: 21px;
	background: url(../imagenes/sm_footer.png) repeat-x;
}
#footer {
	clear: both;
	width: 100%;
	height: 21px;
	background: url(../imagenes/sm_footer.png) repeat-x;
}

/* --- BOTONERA --- */
#botonera ul {
	margin: 0px;
	padding: 0px;
	background: url(../imagenes/sm_boton.png) repeat-x;
	background-position: 0 0;
	list-style: none;
	font-size: 0.75em;
	width: 100%;
	height: 25px;
}
#botonera ul li {
	display: inline;
}
#botonera ul li a:link, #botonera ul li a:visited {
	background: url(../imagenes/sm_boton.png) repeat-x;
	background-position: 0 0;
	color: #333;
	padding: 5px 5px 0px 5px;
	float: right;
	text-decoration: none;
	border-right: 1px solid #999;
}
#botonera ul li a:hover, #botonera ul li a:active{
	color: #FFF;
	background-position: 0 -25px;
	background-color: #CCC;
	height: 20px;
	border-right: 1px solid #999;
}

/* --- TOP --- */
#postular {
	float: right;
	margin-top: 105px;
	width: 200px;
	height: 20px;
}
#postular img {
	border: 0;
	padding: 0 4px 0 0;
}
#postular ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0.75em;
	width: 100%;
	height: 20px;
}
#postular ul li {
	display: inline;
}
#postular ul li a:link, #postular ul li a:visited {
	color: #333;
	float: right;
	text-decoration: none;
	width: 88px;
	height: 17px;
	background: url(../imagenes/sm_postular.png) no-repeat;
	margin: 0 0 0 4px;
	padding: 3px 0 0 0;
	text-align: center;
}
#postular ul li a:hover, #postular ul li a:active {
	color: #FFF;
}

/* --- IZQUIERDA --- */
.barra_azul {
	width: 100%;
	height: 30px;
	background: url(../imagenes/sm_azul.png) repeat-x top;
	color: #FFF;
}
.barra_azul h1 {
	margin: 5px 0 0 30px;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	letter-spacing: 0.09em;
}
.barra_azul p {
	margin: 5px 0 0 5px;
	padding: 0;
	font-size: 0.75em;
}
#menu {
	width: 190px;
	height: 178px;
	background: url(../imagenes/sm_menu.png) repeat-x top;
}
#menu ul {
	margin: 20px 7px 0 7px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	margin: 5px 0;
	padding: 1px 5px 0 5px;
	border-bottom: 1px solid #333;
	font-size: 0.7em;
	line-height: 1.3em;
}
#menu ul li a:link, #menu ul li a:visited {
	color:#333;
	display: block;
	text-decoration:none;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #F60;
}

/* --- CENTRAL --- */
#central .logos {
	width: 400px;
	height: 70px;
	text-align:center;
}
#central .titulo {
	width: 100%;
	height: 26px;
	background: url(../imagenes/sm_titulo.png) no-repeat center;
}
#central .titulo h2 {
	margin: 0.4em 0 0 0;
	padding: 0;
	font: 700 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #537DBD;
	text-align: center;
}
#central .texto {
	width: 400px;
	min-height: 10px; height: auto !important; height: 10px;
}
#central .texto p {
	margin: 1em;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
}
#central .texto p strong {
	font-weight: 700;
	color: #03499A;
}
#central .texto a:link, #central .texto a:visited {
	font-weight: 700;
	color: #03499A;
	text-decoration: none;
}
#central .texto a:hover, #central .texto a:active {
	color: #F60;
}
#central .mail a:link, #central .mail a:visited {
	font-weight: 400;
	color: #333;
	text-decoration: none;
}
#central .mail a:hover, #central .mail a:active {
	color: #F60;
}

#central .texto .mapa {
	border: 0;
	text-align: center;
}
#central .texto ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#central .texto ul li strong {
	margin: 0 1em;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #03499A;
	width: 370px;
	display: block;
}
.tituloItem {
	cursor: pointer;
}
div.contenidoItem {
	float: none;
}
#central .texto dl {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#central .texto dl dt strong {
	margin: 0 1em;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #03499A;
	width: 370px;
	display: block;
}
#central .texto dl dd {
	margin: 0 0.5em;
}

/* --- LADOS --- */
.imagen {
	width: 190px;
	height: 178px;
	background: url(../imagenes/sm_nomenu.png) repeat-x top;
}
.imagen h3 {
	margin: 80px 10px 0 10px;
	padding: 0;
	font-size: 0.9em;
	color: #069;
}
.imagen p {
	margin: 0 10px;
	padding: 0;
	font-size: 0.8em;
	color: #666;
}
.logos {
	width: 190px;
	height: 178px;
	text-align: left;
}
.logos img {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
.logos h3 {
	margin: 10px 5px 0 5px;
	padding: 0;
	font-size: 0.8em;
	color: #069;
}

/* --- FOOTER --- */
#centrar_footer {
	float: none; 
	margin: 0 auto; 
	width: 780px;
}
#copy {
	margin: 0;
	width: 390px;
	height: auto;
	color: #FFF;
	text-align: left;
}
#copy p {
	margin: 3px;
	padding: 0;
	font-size:0.75em;
}
#pd {
	margin: 0;
	width: 390px;
	height: auto;
	color: #FFF;
	text-align: right;
}
#pd p {
	margin: 3px;
	padding: 0;
	font-size:0.75em;
}
#pd img {
	margin: 0;
	padding: 0;
	border: none;
}

/* --- FORMULARIO EMPRESAS --- */
#central form {
	margin: 1.5em;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.1em;
}
#central form fieldset label {
	margin: 5px;
	padding: 0;
	display: block;
	float: left;
	text-align: left;
	width: 110px;
	height: 11px;
	color: #333;
}
#central form fieldset legend {
	font-size: 1em;
	color: #03499A;
}
#central form fieldset input {
	width: 200px;
	margin: 1px;
}
#central .submit {
	width: 80px;
	font-size: 0.8em;
	margin: 10px 0 0 50px;
}
#central #consulta {
	width: 200px;
}

/* --- CLASIFICADOS --- */
#central .clasificados {
	width: 400px;
	min-height: 10px; height: auto !important; height: 10px;
}
#central .clasificados p {
	margin: 1em;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.1em;
}
#central .clasificados p strong {
	font-weight: 700;
	color: #03499A;
}
#central .clasificados a:link, #central .clasificados a:visited {
	font-weight: 700;
	color: #03499A;
	text-decoration: none;
}
#central .clasificados a:hover, #central .clasificados a:active {
	color: #F60;
}
#central .clasificados ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#central .clasificados ul li span {
	margin: 10px;
	padding: 0 0 0 5px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #03499A;
	width: 374px;
	display: block;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
#central .clasificados dl {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#central .clasificados dl dt span {
	margin: 10px;
	padding: 0 0 0 5px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #03499A;
	width: 374px;
	display: block;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
#central .clasificados dl dd {
	margin: 0 0.5em;
}
#central .clasificados dl dd .diario {
	text-align: center;
}

/* --- REPRESENTANTES --- */
#representa {
	width: 100%;
}
#central .clasificados #representa ul {
	margin: 15px;
	padding: 0;
	font-size: 0.7em;
	list-style: none;
	text-align: center;
}
#central .clasificados #representa ul li {
	color: #537DBD;
	display: inline;
}
#central .clasificados #representa a:link, #central .clasificados #representa a:visited {
	font-weight: 400;
	color: #333;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
	border-left: 4px solid #999;
	width: 98px;
	float: left;
}
#central .clasificados #representa a:hover, #central .clasificados #representa a:active {
	color: #FFF;
	background: #FFBD59;
	border-left: 4px solid #B06A00;
}
/* --- INGRESAR CV --- */
#central form#signup fieldset label {
	margin: 5px;
	padding: 0;
	display: inline;
	float: left;
	text-align: left;
	width: 110px;
	height: 11px;
	color: #333;
}
#central form#signup fieldset select {
	width: 200px;
	margin: 1px;
}
#central form#signup fieldset select.fecha {
	width: auto;
	margin: 1px;
}
#central form#signup fieldset select.fecha2 {
	width: 82px;
	margin: 1px;
}
#central form#signup fieldset .auto {
	width: auto;
	margin: 1px;
	float: left;
}
#central form#signup fieldset .auto2 {
	margin: 0;
	padding: 5px;
	display: block;
	float: left;
	text-align: left;
	width: auto;
	height: 11px;
	color: #333;
}
#central form#signup fieldset .corto {
	margin: 0;
	padding: 5px;
	display: block;
	float: left;
	text-align: left;
	width: 70px;
	height: 11px;
	color: #333;
}
#central form#signup fieldset .corto2 {
	width: 75px;
	margin: 1px;
	float: left;
}
#central form#signup fieldset .corto3 {
	margin: 0;
	padding: 5px;
	display: block;
	float: left;
	text-align: left;
	width: 70px;
	height: 11px;
	color: #333;
	clear: left;
}
#central form#signup fieldset .corto4 {
	width: 80px;
	margin: 1px;
	float: left;
}
#central form#signup fieldset .submit2 {
	width: 150px;
	font-size: 0.8em;
	margin: 10px 75px;
}
