#contenedor_form{
	margin:30px;
	text-align:left;
	width:709px;
   	font: x-small Verdana,Sans-serif;	
}

#contenedor_form h1.titulo_form {
   margin: 0;
   padding: 2px 0 2px 0;
   text-transform:uppercase;  
   border-top:1px solid black;
   border-bottom:1px solid black;
   font-weight:normal; 
   font-size:18px;
   position:relative;
}

#contenedor_form #fecha{
	text-align:center; 
	background:#ebebeb;
	width:100px; 
	height:21px; 
	position:absolute; 
	top:1px;
	right:5px;
	font-size:12px;
	padding-top:4px;
}


/** tablas**/
td.msg_aviso{
	color:#990000;
	font-size:11px;
}	
.t_empresa, .t_parametros, .t_definicion, .t_secciones,
.t_programacion, .t_grafica, .t_dominio, .t_hosting,
.t_mantencion, .t_servicios{
	margin: 15px 0 0 0;
}

.t_empresa th {
	font-weight:normal;
	background:#ebebeb;
	width:100px;
	text-align:right;
	padding:0 5px 0 0;
	font-size:11px;
}

.t_parametros th.titulo, .t_definicion th.titulo, .t_definicion th.titulo, 
.t_secciones th.titulo, .t_programacion th.titulo, .t_grafica th.titulo,
.t_dominio th.titulo, .t_hosting th.titulo, .t_mantencion th.titulo,
.t_servicios th.titulo {
	font-weight:normal;
	background:#f1f1f1;
	text-align:left;
	padding: 4px 0;
	font-size:12px;
	border-top:1px solid black;
}

.t_secciones td.descripcion, .t_dominio td.descripcion, .t_hosting td.descripcion {
	font-size:11px;
}

.t_programacion td.descripcion {
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
.t_definicion table th.subtitulo, .t_definicion table th.subtitulo2, 
.t_programacion table th.subtitulo, .t_grafica table th.subtitulo, 
.t_dominio table th.subtitulo, .t_hosting th.subtitulo, .t_parametros th.subtitulo, 
.t_mantencion th.subtitulo, .t_servicios th.subtitulo {
	font-weight:normal;
	text-align:left;
	font-size:11px;
}
.t_parametros th.subtitulo, .t_mantencion th.subtitulo{
	width:100px;
}
.t_programacion table th.subtitulo,
.t_grafica table th.subtitulo {
	width:180px;	
}
.t_definicion table th.subtitulo{
	width:150px;	
}	
.t_definicion table th.subtitulo2, .t_dominio table th.subtitulo,
.t_hosting th.subtitulo  {
	width:200px;	
}
.t_inscripcion{
	font-size:11px;
}
.t_inscripcion td.subtitulo{
	width:300px;
}
.t_servicios th.subtitulo{
	width:350px;
}
.t_mantencion td{
	width:500px;
}
#t_inscripcion{
	display:none;
}


/** input**/
.t_empresa td input, .t_parametros td input {
	width:550px;
}
.t_programacion table td input, .t_grafica table td input, 
.t_hosting td input, .t_servicios td input{
	width:15px;
}
#contenedor_form input {
	border:1px solid #a0a0a0;
}

#contenedor_form input.radio, #contenedor_form input.checkbox{
	border:none;
}
