/*******************************************************************************
****** ASOCIACION CSS **********************************************************
*******************************************************************************/

/* TITULO DE OFERTAS */
table.cuerpo tr td.contenido h3
{
    width: 377px;
    height: 20px;
    font-family: tahoma, arial, verdana, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #070;
    background-image: url( ../img/fondo_titulos.jpg );
    background-repeat: no-repeat;
    background-position: left top;
	padding-left: 24px;
    padding-top: 6px;
    margin-top: 10px;
}

table.cuerpo tr td.contenido h3 span
{
    font-weight: normal;
    text-transform: none;
}

/* CAJA DE CONTENIDO */
table.cuerpo tr td.contenido div.caja
{
    width: 390px;
    background-image: url( ../img/sombra_infe_caja.jpg );
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-left: 1px;
    padding-top: 15px;
	padding-bottom: 20px;
    margin-top: -2px;
}
table.cuerpo tr td.contenido div.caja h1
{
	font-size: 12px;
}

table.cuerpo tr td.contenido div.caja h1.tit_encuesta
{
	font-size: 1em;
    background-image: url( ../img/ico_punto.gif );
    background-repeat: no-repeat;
    background-position: 5px 8px;
	padding-top: 3px;
    padding-left: 15px;
	padding-bottom: 3px;
	background-color: #F3F3F3;
	margin-top: 10px;
}
table.cuerpo tr td.contenido div.caja img
{
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

table.cuerpo tr td.contenido div.caja p
{
	color: #000000 !important;
    text-align: justify;
    margin-left: 15px;
}

table.cuerpo tr td.contenido div.caja ul
{
	list-style-type: disc;
	list-style-position: inside;
	color: #0C69AB;
	margin: 10px;
	margin-left: 15px;
}

table.cuerpo tr td.contenido div.caja ul li
{
	margin-bottom: 5px;
}

table.cuerpo tr td.contenido div.caja table.gobierno
{
	width: 375px;
	border-collapse: separate;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000000;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr td
{
	color: #000000;
	padding-left: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr td div.contorno_porcentaje
{
	width: 100px;
	height: 20px;
	position: relative;
	border: 1px solid #024880;
	background-color: #FFFFFF;
	overflow: hidden;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr td div.contorno_porcentaje p.tantoporciento
{
	position: absolute !important;
	left: 0px !important;
	top: 0px !important;
	width: 100px !important;
	height: 20px !important;
	line-height: 20px;
	vertical-align: middle;
	text-align: center !important;
	color: silver !important;
	margin: 0px;
	padding: 0px;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr td div.contorno_porcentaje div.porcentaje
{
	width: 0px;
	height: 100%;
	background-color: #024880;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr td.sin
{
	background-color: transparent !important;
	border: none !important;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr.tits td
{
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #0A6635; /*024880;*/
}

table.cuerpo tr td.contenido div.caja table.gobierno tr td.cargo
{
	/*font-weight: bold;*/
	color: #0A6635;
	text-align: right;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr.impar td
{
	background-color: #FBFffD;
	border-bottom: 1px solid #0A6635;
}

table.cuerpo tr td.contenido div.caja table.gobierno tr.par td
{
	background-color: #E6Fcf3;
	border-bottom: 1px solid #0A6635;
}

/*table.cuerpo tr td.contenido div.caja p strong
{
    color: #3D5070;
}*/

table.cuerpo tr td.contenido div.caja form
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #E6F3FC;
    border-bottom: 1px solid #E6F3FC;
    margin-top: 10px;
}

table.cuerpo tr td.contenido div.caja form label
{
    display: block;
    color: #3D5070;
    background-image: url( ../img/ico_punto.gif );
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 2px;
}

table.cuerpo tr td.contenido div.caja form label.correo
{
    width: 174px;
    float: left;
}

table.cuerpo tr td.contenido div.caja form label.telefono
{
    float: left;
    margin-left: 10px;
}

table.cuerpo tr td.contenido div.caja form label.encuesta
{
	float: left;
	background-image: none;
	padding: 0px;
}

table.cuerpo tr td.contenido div.caja form input
{
    width: 100%;
    font-size: 0.8em;
    border-left: 1px solid #ADA9A7;
    border-top: 1px solid #ADA9A7;
    border-right: 1px solid #B7BDC2;
    border-bottom: 1px solid #B7BDC2;
    margin-bottom: 5px;
}

table.cuerpo tr td.contenido div.caja form input.cir
{
	width: 10px;
	float: left;
	border: none;
	margin-left: 10px;
	margin-top: 2px;
	margin-right: 5px;
}

table.cuerpo tr td.contenido div.caja form input.correo
{
    width: 183px;
}

table.cuerpo tr td.contenido div.caja form input.telefono
{
    width: 100px;
    margin-left: 5px;
}

table.cuerpo tr td.contenido div.caja form textarea
{
    width: 100%;
    height: 60px;
    border-left: 1px solid #ADA9A7;
    border-top: 1px solid #ADA9A7;
    border-right: 1px solid #B7BDC2;
    border-bottom: 1px solid #B7BDC2;
    margin-bottom: 5px;
}

table.cuerpo tr td.contenido div.caja form input.boton
{
    width: auto;
    float: right;
    font-size: 0.9em;
    color: #FFFFFF;
    background-color: #146FAF;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #E6F3FC;
    border-top: 1px solid #E6F3FC;
    border-right: 1px solid #00477F;
    border-bottom: 1px solid #00477F;
    margin-top: 10px;
    cursor: pointer;
}