#textos_apli {
	padding: 5px 20px 20px 20px;
}

.foto {
	margin: -20px 10px 20px 20px;
	border: 0px;
}

.derecha{
	float: right;
}

.izquierda{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.centrada {
	margin:auto;
	text-align:center;
}

.foto_noticias {
	margin: 0px 5px 20px 20px;
	border: 0px;
	float: right;
}

.bold {
	font-weight: bold;
}

.titulo_grande {
	font-size: 18px;
	font-weight: bold;
	margin:15px 0px 15px 0px;
}

.titulo_peque{
	font-size: 16px;
	font-weight: bold;
	margin:15px 0px 15px 0px;
}

.marcador {
	padding-right: 10px;
	float: left;
}

.separador1 {
	width: 43px;
	margin: 0px 0px 20px 20%;
}

.separador2 {
	width: 43px;
	margin: 0px 0px 20px 45%;
}

.separadores {
	margin: 30px 200px 30px 200px;
}

.botonera {
	margin: 30px 200px 30px 200px;
}

.textos {
	padding: 5px 20px 20px 20px;
}

.lista_marcadores ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.lista_marcadores ul li {
	margin-bottom: 20px;
	list-style: circle inside url("../img/marcador.gif");

}

.sub_aplicacion{
	background: transparent url('../img/horizontal_apli.gif') no-repeat scroll;
	height: 80px;
}

.sub_aplicacion img {
	margin: 30px 200px 30px 200px;
}

#lista_familias {
	color: white;
	padding-left: 30px;
	margin-bottom: 10px;
	width: 641px;
	height: 16px;
	font-weight: bold;
}

#contacto {
	margin: auto;
	padding:10px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	width:400px;
	border: 2px solid #03c3e8;
}

/* TABLA NARANJA*/

table.tabla{
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 11px;
	color: #009bac;
}

table.tabla th{
	background: #009BAC url('../img/tablacabpatron.gif') repeat-x ;
	height: 24px;
	color:white;
}

table.tabla th.cab_izq{
	background: transparent url('../img/tablacabizqu.gif') no-repeat ;
	height: 24px;
}

table.tabla th.cab_der{
	background: transparent url('../img/tablacabder.gif') no-repeat ;
	height: 24px;
}

table.tabla td.light{
	background: url('../img/pijamapatron.gif') repeat-x ;
	font-weight: bold;
	height: 22px;
}

table.tabla td.dark {
	background-color: #ffbd54;
	color: white;
	font-weight: bold;
	height: 22px;
}

table.tabla td.dark a{
	color: white;
}

/* FIN TABLA*/

/* TABLA CATALOGO */
#tabla_catalogo {
	font-size: 11px;
	color: #009bac;
}

#tabla_catalogo .tit_categoria{
	background: #009BAC url('../img/cattitfondo.gif') no-repeat;
	color: white;
	padding-left: 30px;
}

#tabla_catalogo .imagen_articulo {
	padding: 4px;
	border: 2px solid #03c3e8;
}

#tabla_catalogo td.separador{
	background: url("../img/patronseparador.gif") repeat-x;
	height: 7px;
}

/* FIN TABLA CATALOGO */

/* TABLA FORMULARIO */
table.formulario {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
table.formulario th {
	vertical-align: top;
	font-weight: bold;
	width: 150px;
	color: #009bac;
	text-align:left;
	}

table.formulario td {
	color: #009bac;
	vertical-align: top;
	}

/* FIN TABLA FORMULARIO */

/* FORMS */

.input_150 {
	width: 150px;
}

textarea, select, input.text{
	background:white url(../img/form-field-bg.gif) no-repeat scroll;
	border: 1px solid #E6E6E6;
	padding: 3px 3px 3px 7px;
	color: #009bac;
	font-size:11px;
}

.text_error {
	background-color: #FA8072;
	padding: 3px 3px 3px 7px;
}
/* FIN FORMS */

