/* @override http://192.168.1.40/titeres2009/css/format_titeres.css */

@charset "UTF-8";

/* TABLA PARA MOSTRAR LAS COMPAÑIAS */
.tabla {
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
}

.tabla h2 {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.elemento {
	width: 33%;
	float: left;
	height: 180px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.elemento h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 34px;
}
.elemento div {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* FIN */
.menuhorizontal {
	display: block;
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.menuhorizontal li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D38613;
}

.menuhorizontal li a {
	display: block;
	width: 123px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 17px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menuhorizontal li a:link,.menuhorizontal li a:visited {
	background-image: url(../images/interfase/pestanias.jpg);
	background-position: top;
}

.menuhorizontal li a:hover {
	background-image: url(../images/interfase/pestanias.jpg);
	background-position: 0px -25px;
	color: #666666;
}
.pestania_seleccionada, .menuhorizontal li a:active {
	background-image: url(../images/interfase/pestanias.jpg);
	background-position:bottom;
	color: #ffffff;
}
#cuerpo hr {
	height: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
	background: #dcac56 repeat-x center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #604d8c;
	padding: 0px;
	margin-top: 12px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #604d8c;
	margin: 0px;
	padding: 0px;
}
#subcuerpo h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 4px 10px;
}
#subcuerpo p {
	padding: 0px;
	margin: 0px 0px 0 10px;
}
#subcuerpo ul {
	padding: 0px;
	
}
#subcuerpo li {
	color: #515151;
}
#subcuerpo li a:link,#subcuerpo li a:visited,#subcuerpo li a:active {
	color: #383838;
}
#subcuerpo li a:hover {
	color: #604d8c;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #604d8c;
}
#subcuerpo h3 {
	color: #fff;
	margin: 6px 0px 0 10px;
}
.fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1em;
	line-height: 1.4em;
}
.mas_noticias li {
	background-image: url(../images/interfase/lista_flor_de_lis.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}

.mas_noticias h2,.mas_noticias h3 {
	padding: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}
.tabla .dato {
	background-image: url(../images/interfase/cabecer_divisora.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	clear: both;
}
.dato ul li p {
	margin: 0 0 2px;
}

input {
border-style:solid;
border: 1px;
border-color:#999999;

}