/*******************************************************************************
****** CONTACTO CSS ************************************************************
*******************************************************************************/

/* TITULO */
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: #090;
    background-image: url( ../img/fondo_titulos.jpg );
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 24px;
    padding-top: 6px;
}

table.cuerpo tr td.contenido h3.tit2
{
    font-size: 1.0em;
    text-transform: none;
    background-image: url( ../img/fondo_titulos2.jpg );
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-top: 2px;
}

/* CAJA DE CONTENIDO */
table.cuerpo tr td.contenido div.caja
{
    width: 390px;
    /*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-top: -2px;
}

table.cuerpo tr td.contenido div.caja h4
{
    font-size: 1em;
    color: #090;
    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: #040;
}

table.cuerpo tr td.contenido div.caja span a
{
    font-size: 0.9em;
    color: #040;
    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: 390px;
    /*border-left: 1px solid #BEDA69;*/
    padding-left: 1px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: -2px;
}

table.cuerpo tr td.contenido div.caja2 p
{
    margin-left: 15px;
}

table.cuerpo tr td.contenido div.caja2 form
{
    padding-left: 40px;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    border-top: 1px solid #E6F3FC;
    border-bottom: 1px solid #E6F3FC;
    margin-left: 15px;
    margin-top: 10px;
}

table.cuerpo tr td.contenido div.caja2 form label
{
    display: block;
    color: #070;
    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: 174px;
    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: 183px;
}

table.cuerpo tr td.contenido div.caja2 form input.telefono
{
    width: 100px;
    margin-left: 5px;
}

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: #FFFFFF;
    background-color:#009900;
    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;
}

a.mapa
{
	font-weight: bold; 
	text-decoration: none; 
	color: #FFFFFF; 
	padding-botton:2px; 
	padding-left:4px; 
	padding-right:4px; 
	border-left: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #666666; 
	border-right: 1px solid #666666; 
	background-color: #090;
}

a.mapa:hover
{
	background-color: #FF6600;
	color:#FFFFFF !important;
}