/* CSS Document */
body {
	background-image: url(../imgs/bg.gif);
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #008CE2;
}
a.menu {
	color: #008CE2;
}
a.menu:hover {
	color: #333333;
}
.tit1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 8px;
}
p, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	border: 1px solid #008CE2;
}
.tit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 8px;
	background-image: url(../imgs/bg_tit2.gif);
	background-repeat: no-repeat;
	height: 23px;
}
.bg_tit2 {
	background-image: url(../imgs/bg_bottom_fichas.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.texto_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333; 
}
a.texto_small {
	font-weight: bold;
	text-decoration: none;
}
a.texto_small:hover {
	font-weight: bold;
	text-decoration: underline;
}
a, a:hover {
	color: #008CE2;
	text-decoration: underline;
}
.fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF; 
}
a.fecha {
	text-decoration: none;
}
a.fecha:hover {
	text-decoration: underline;
	color:#FFFFFF; 
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; 
	background-color: #008CE2;
	padding-left: 10px;
	height: 15px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; 
	border: 0px;
	background-color: #008CE2;
}
li {
	list-style-type: square;
}
.subtitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008CE2; 
	padding-left: 10px;
}
#edit {
	float: right;
	width: 200px;
	padding: 5px;
}
#edit div {
	border-right: 1px dotted #008CE2;
	border-bottom: 1px dotted #008CE2;
	border-left: 1px dotted #008CE2;
	font-size: 9px;
	padding: 5px;
}
#edit div em {
	margin-left: 10px;
}

#edit h4 {
	color: #FFFFFF;
	background-color: #008CE2;
	margin: 0px;
	padding: 1px;
	font-size: 12px;
	text-align: center;
}
#edit_int {
	font-size: 9px;
}
#edit_int em {
	margin-left: 10px;
}
#edit_int_img {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	text-align: center;
}
#edit_int_img img {
	margin: 3px;
}
