/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos Ojmar CSS+XHTML
   Catalogos
   Diciembre 2008
*/

/* General */

#contenido {  
    padding: 0px 27px 27px; 
    position: relative; 
} 
 
.col1, .col2, .col3, .col4{
	float: left;
	width: 160px;
	margin-right: 74px;
	margin-top: 54px;
}

.col4{
	margin-right: 0px;
}

/* fomulario */

form table{
	font: 11px Verdana, Arial, sans-serif;
	width: 420px;
	}

	td.titulo img{
	margin-bottom: 10px;
	margin-top: 39px;
	}

	td.subtitulo{
	vertical-align: middle;
	color: #808080;
	padding-bottom: 5px;
}

	td.campo_label{
	width: 125px;
}

	form input.campo1{
	width: 295px;
	height: 20px;
	padding: 2px;
	background-color: #EDEBE8;
	border: 0px;
	margin-top: 4px;
	margin-bottom: 5px;
	line-height: 12px;
	font: 12px/12px Verdana, Arial, Helvetica, Lucida, sans-serif;
	}
	
	tr.raya td{
	border-top: 1px solid #D9D9D5;
}

	tr.raya td input{
	margin-top: 10px;
}

/* textos */

.texto{
height: 74px;
display: block;
color: #686657;
}

.texto h2{
	color: #00719F;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

.texto h3{
	font-size: 11px;
	line-height: 13px;
	margin-top: 2px;
}

.texto .subtitulo{
	line-height: 20px;
	}

.subtitulo_error{
	color: red;
	font-style: italic;
}

.imagen{
	margin-bottom: 15px;
	}

.descarga{
	display: block;
	color: #686657;
	font-size: 11px;
	}
	
.descarga a{
	text-transform: uppercase;
	}