@import "estilo.css";
@import "resultado.css";
table.table{
	width: 540px;
	margin: 0 auto;
}
table.table td{
	border: solid #DAE2FA 1px;
	font-size: 80%;
	text-align: left;
	vertical-align: super;
	padding: 2px;
	background: #FAFBFE;
	cursor: pointer;
}
table.table td.selected{
	background: #D5FDD5;
}
table.table td input{
	vertical-align: middle;
}
table.table td.nocontent{
	border: none;
	background: none;
}
table.table td:hover{
	background: #E6ECF6;
}
table.table td:hover.nocontent{
	background: none;
}
#cant_prov{
	border: #CBCBCB solid 1px;
	border-left: 0;
	border-right: 0;
	width: 519px;
	margin: 10px auto;
	font-size: 70%;
	text-transform: capitalize;
}
#cant_prov div{
	width: 95%;
	margin: 0 auto;
}
.promociones{
	color:#FF6600;
	font-weight:bolder;
}
.input_correo{
	width:160px;
	margin-left:3px;
}
.input_nombre{
	width:160px;
	margin-left:82px;
}
.input_apellido{
	width:160px;
	margin-left:80px;
}
.input_telefono{
	width:160px;
	margin-left:75px;
}
.input_horario{
	width:160px;
	margin-left:79px;
}
.textarea_comentario{
	width:304px;
	height:72px;
	margin:3px;
}
.boton_enviar{
	/*text-align:right;*/
	margin-right:4px;
}
ul{
	list-style-image: url(../images/vineta_azul.png);
}
.contenido_noticia{
	
}
.resumen_noticia{
	margin-top:0px;
	font-weight:bold;
	font-size:12px;
	color:#25487C;
}
.foto_noticia{
	margin-top:16px;
}
.fecha{
	color:grey;
	font-size:14px;
}

.titulo h3 a:link{ color: black; text-decoration: none}
.titulo h3 a:active{ color: black; text-decoration: none}
.titulo h3 a:visited{ color: black; text-decoration: none}
.titulo h3 a:hover{ color: #25487C; text-decoration: underline}
.categorias_box{float:left;margin:10px;}
.categorias_texto{font-size:12px;}