@charset "utf-8";
/* CSS Document */

.col_1, .col_2, .col_3, .col_box_1, .col_box_2{ float:left;}

#contenidoContacto { width:100%;}

#contenidoContacto .row_1 {width:100%}
#contenidoContacto .row_2 {width:100%}
.width {width:100%}

.bg_col {background:url(../img/col_bg.gif) repeat-y right;}
.bg_col_2 {background:url(../img/col_bg_2.gif) repeat-y right;}
.bg_none { background:url(../img/bg_none.gif) no-repeat right top;}
.bg_1 {background: url(../img/block_bg.gif) repeat-x top ;}

/*======= Contenido Contacto =======*/
#contenidoContacto .row_1 .col_1 {width:60%;}
#contenidoContacto .row_1 .col_2 {width:39%;}
#contenidoContacto .row_2 .col_1 {width:50%;}
#contenidoContacto .row_2 .col_2 {width:49%;}
/*=========================*/

/*================== Contenido Contacto ==================*/

#contenidoContacto .row_1 {margin-top: 20px; padding:20px 0 11px 0;}
#contenidoContacto .row_1 .col_1 .indent { padding:0 20px 0 19px;}
#contenidoContacto .row_1 .col_2 .indent { padding:0 20px 0 23px;}
#contenidoContacto .row_2 .indent { padding:24px 10px 30px 20px;}
#contenidoContacto .row_2 .col_1 .ind {padding:6px 20px 22px 0;}
#contenidoContacto .row_2 .col_2 .ind {padding:6px 0 0 18px;}

input {width:200px; height:20px;}
.div_input {height:25px;}
textarea {width:220px; height:130px; overflow:auto; margin-bottom:10px; display:block;}
.div_links {text-align:right; padding: 5px; margin-bottom:10px;}

.clear { clear:both;}