/*******************************************************************************
****** CONTACTO CSS ************************************************************
*******************************************************************************/

/* TITULO */
table.cuerpo tr td.contenido h3
{
    width: 586px;
    height: 20px;
    font-family: tahoma, arial, verdana, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #C27EAC;
    background-image: url( ../img/fondo_titulos.jpg );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-top: 10px;
	margin-left: 4px;
}

/*table.cuerpo tr td.contenido h3.tit2*/
div.tit2
{
/*    height: 16px;*/
	 font-size: 1.0em;
    text-transform: none;
   /* background-image: url( ../img/fondo_titulos2.jpg );
    background-repeat: no-repeat;
    background-position: left top;*/
    padding-top: 2px;
	border-bottom: 1px solid #C27EAC;
}

/* CAJA DE CONTENIDO */
table.cuerpo tr td.contenido div.caja
{
    width: 605px;
    background-image: url( ../img/sombra_sup_caja.jpg );
    background-repeat: repeat-x;
    background-position: left top;
    /*border-left: 1px solid #BEDA69;*/
    padding-left: 1px;
    padding-top: 15px;
    padding-bottom: 10px;
	margin-left: 4px;
    margin-top: 0px;
}

table.cuerpo tr td.contenido div.caja h4
{
    font-size: 1em;
    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;
    margin-left: 15px;
}

table.cuerpo tr td.contenido div.caja span
{
    display: block;
    margin-left: 20px;
}

table.cuerpo tr td.contenido div.caja span strong
{
    font-weight: normal;
    color: #3D5070;
}

table.cuerpo tr td.contenido div.caja span a
{
    font-size: 0.9em;
    color: #3D5070;
    text-decoration: none;
}

table.cuerpo tr td.contenido div.caja span a:hover
{
    text-decoration: underline;
}

/* CAJA DE CONTENIDO 2 */
table.cuerpo tr td.contenido div.caja2
{
    width: 605px;
    /*border-left: 1px solid #BEDA69;*/
    padding-left: 1px;
    padding-top: 5px;
    padding-bottom: 10px;
	margin-left: 4px;
    margin-top: 0px;
}

table.cuerpo tr td.contenido div.caja2 p
{
    margin-left: 0px;
}

table.cuerpo tr td.contenido div.caja2 form
{
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #ECDBE6;
    border-bottom: 1px solid #ECDBE6;
    margin-left: 0px;
    margin-top: 10px;
}

table.cuerpo tr td.contenido div.caja2 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.caja2 form label.correo
{
    width: 313px;
    float: left;
}

table.cuerpo tr td.contenido div.caja2 form label.telefono
{
    float: left;
    margin-left: 10px;
}

table.cuerpo tr td.contenido div.caja2 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.caja2 form input.correo
{
    width: 313px;
}

table.cuerpo tr td.contenido div.caja2 form input.telefono
{
    width: 229px;
    margin-left: 15px;
}

table.cuerpo tr td.contenido div.caja2 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.caja2 form input.boton
{
    width: auto;
    float: right;
    font-size: 0.9em;
    color: #3D5070;
    background-color: #F1F6D3;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #FFFEEE;
    border-top: 1px solid #FFFEEE;
    border-right: 1px solid #B7B9A2;
    border-bottom: 1px solid #B7B9A2;
    margin-top: 10px;
    cursor: pointer;
}