ul.password {
	list-style-type: square;
	font-size: 13px;
	margin: 20px 0 0 0;
	border-top: 1px solid #ddd;
	padding: 10px 0 0 15px;
}

ul.password li {
	margin: 0 0 15px 0;
}

header#cabecera {
	margin: 20px 0 0 0;
	padding-bottom: 15px;
	border-bottom: 7px solid #900829;
	margin-bottom: 20px;
	height: 76px;
}

header#cabecera img.logo {
	float: left;	
}

header#cabecera div#idioma {
	background-color: #900829;
	color: #fff;
    float: right;
    margin-left: 28px;
    margin-top: 14px;
    padding: 0;
}

header#cabecera div#idioma a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 8px 7px 8px 10px;
}

header#cabecera div#idioma a:hover {
	text-decoration: none;
}

header#cabecera div#idioma img {
	margin: -3px 8px 0 5px;
}

header#cabecera div#idioma ul {
	clear: both;
    display: none;
    list-style-type: none;
    margin-left: 0;
    border-top: 1px dotted #fff;
    padding-top: 0;
    width: 100%;
    background-color: #900829;
    position: relative;
    z-index: 100;
    margin-top: 0;
}

header#cabecera div#idioma ul li {
	list-style-type: none;
	clear: both;
	margin: 0;
}

header#cabecera h1 {
	float: right;
	color: #900829;
}

.list-group-item.disabled {
	font-weight: bold;
	color: #333;
}

span.bloque {
	display: block;
}

article#principal form.contacto ul.formulario li select.corto {
	width: 450px;
	margin-right: 10px;
}

table.calendario {
	width: 80%;
	margin: 30px 10% 40px 10%;
	border: 1px solid #ddd;
}

table.calendario thead th {
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px;
	background-color: #900829;
	color: #fff;
	font-weight: bold;
}

table.calendario thead th a, table.calendario tr td.hay_evento a {
	color: #fff;
}

table.calendario thead th a:hover, table.calendario tr td.hay_evento a:hover {
	color: #ddd;
	text-decoration: none;
}

table.calendario tr.dias td {
	background-color: #ccc;
}

table.calendario tr td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 10px;
}

table.calendario tr td.hay_evento {
	background-color: #090;
	color: #fff;
}

table.calendario tr td.hoy {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

div.list-group span.disabled, div.list-group span.disabled:hover {
	background-color: #900829;
	font-weight: bold;
	cursor: default;
	color: #fff;
}

.list-group-item.active {
	background-color: #eee;	
	border: 1px solid #dddddd;
	color: #555;
}

.list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #eee;
}

article#principal form.contacto ul.formulario li textarea.sin_altura {
	height: auto;
}

article h2 {
	font-weight: bold;
}

article p {
	clear: both;
}

table.mensajes tr td {
	vertical-align: middle;
}

table.mensajes tr.no_leido td {
	font-weight: bold;
	font-style: italic;
}

form.ver input, select, textarea {
	border: 0;
}

form.ver span.destacado {
	display: none;
}

footer#footer {
	border-top: 7px solid #900829;
    margin: 40px 0;
    text-align: center;
    background-color: #fff;
}

footer#footer p {
	text-align: center;
}

footer#footer p a {
	color: #900829;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-decoration: none;
}

