/* base */

a {
  color: #3399ff;
}

html, body {
  color: #3399ff;
}

/* titulo */

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}

.content h2, .content h3, .content h4 {
  color: #2B6FB6;
}

h1 {
	font-size: 200%;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 140%;
}

.content {
	padding: 10px 0;
}

/* Evento */
/* show */

.evento-show h3 {
  color: gray;
  padding-bottom: 10px;
  border-bottom: 1px solid silver;
}

.evento-show .ficha {
  margin-left: 10px;
}

.evento-show .ficha div {
  font-size: 110%;
  padding: 10px;
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat;
}

.evento-show .ficha div.fecha_inicio {
  background-image: url("../images/icons/date.png");
}

.evento-show .ficha div.fecha_termino {
  background-image: url("../images/icons/date.png");
}

.evento-show .ficha div.valor {
  background-image: url("../images/icons/money.png");
}

.evento-show .ficha div.cupo {
  background-image: url("../images/icons/group.png");
}

.evento-show .ficha div.direccion {
  background-image: url("../images/icons/building.png");
}
.evento-show .ficha div.contacto {
  background-image: url("../images/icons/user_gray.png");
}

.evento .fotografia {
  background-color: white;
}

.evento .fotografia img {
  padding: 5px;
  border: solid 1px #cccccc;
  margin-left: 5px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 3px 6px #cccccc;
  -moz-box-shadow: 0 3px 6px #cccccc;
  box-shadow: 0 3px 6px #cccccc;
}

.evento-show .fotografia {
  float: right;
}

.evento-show .fotografia img {
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 4px 8px #cccccc;
  -moz-box-shadow: 0 4px 8px #cccccc;
  box-shadow: 0 4px 8px #cccccc;
}

.evento-show .cuerpo {
  font-size: 110%;
  margin-bottom: 15px;
}

/* forumulario */
/* tabla */
table {
  width: auto;
  margin: 0 10px 10px 10px;
}

table tbody {
  border: solid 1px silver;
}

tr {
  border-bottom: solid silver 1px;
}

tr:nth-child(2n+1) {
  background-color: #F5F5F5;
}

th {
  font-weight: bold;
  border-right: solid silver 1px;
}

th, td {
  padding: 10px;
}

tfoot td {
  padding: 10px;
  border-left: solid 1px silver;
  border-right: solid 1px silver;
  text-align: right;
}

label, input, textarea {
  color: #3399FF;
}

/* form */

.evento input, .evento textarea {
  font-size: 100% !IMPORTANT;
  padding: 5px;
  border:solid 1px silver;
  background-color:#ffffff;
  background-image:url("../images/bgi/bg_input.png");
  background-repeat:repeat-x;
  background-position:left top;
}

.evento input.boton {
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 140% !important;
  background: none;
  background-color: #3399ff;
  border: solid 1px #2B6FB6;
  border-top-color: powderblue;
  border-left-color: powderblue;
}

ul.error_list, ul.error_list li {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

ul.error_list li {
  font-weight: bold;
  font-size: 90%;
  color: white;
  margin-right: 10px;
  padding: 3px 5px;
  padding-left: 25px;
  list-style: none;
  background-color: red;
  border-bottom: solid 1px #cd0a0a;
  border-right: solid 1px #cd0a0a;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/error.png");

}

/* teaser */

.item {
  margin-bottom: 15px;
}

.teaser h3 {
  color: #3399ff;
  font-size: 140%;
}

.teaser .fotografia {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: white;
}

.teaser .fotografia img {
  padding: 5px;
  border: solid 1px #cccccc;
  margin-left:5px;
  margin-bottom:5px;
  -webkit-box-shadow: 0 2px 4px #cccccc;
  -moz-box-shadow: 0 2px 4px #cccccc;
  box-shadow: 0 2px 4px #cccccc;
}

.teaser .fecha {
  width: 80px;
  text-align: center;
  color: white;
  float: right;
  margin: 10px;
  margin-right: 0;
  -webkit-box-shadow: 0 2px 4px #cccccc;
  -moz-box-shadow: 0 2px 4px #cccccc;
  box-shadow: 0 2px 4px #cccccc;
}

.teaser .fecha div {
  font-size: 90%;
  font-weight: bold;
  padding: 5px 7px;
  background-color: white;
}

.teaser .fecha .dia_semana {
  background-color: #DE4327;
}

.teaser .fecha .dia {
  color: gray;
  font-size: 180%;
  font-weight: bold;
}

.teaser .fecha .mes {
  background-color: #3399ff;
  border-top: solid 1px #2B6FB6;
}

/* old - new */

.old, .new {
  margin-bottom: 15px;
}

.old, .old h2, .old .teaser h3, .old .teaser a {
  color: gray !important;
}
.old .teaser .fecha .dia_semana {
  background-color: gray;
}

.old .teaser .fecha .mes {
  background-color: silver;
}

.teaser .resumen {
  font-size: 110%;
}

.old .teaser .resumen {
  color: #888888;
}

