/*@import url("style.css");*/

* { padding: 0; margin: 0; font-size: 10px; font-family:Verdana,Tahoma,Arial,Geneva,Helvetica,sans-serif; cursor: default; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
body { color: #000; background: #ffffff url(/images/bg_top_interior.png) repeat-x; }
ul, ol { list-style: none; }
input, textarea { cursor: text; }

a img { border: 0 none; cursor: pointer; }
a { color: #000; text-decoration: none ; cursor: pointer; }
a:hover { color: #000; }

/* Estilos no compartidos */
.buscar input { background-color: #e6e6e6; }
.calendario_bloque{
	width:100%;
	margin-bottom:15px;
}
.date-heading h3{
	margin: 0;
	padding: 0 !important;
}

