/* BASICOS */
body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #333333;
}
.hoja {
	background-color: #FFFFFF;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat;
/*	height: 355px;
	width: 955px;*/
}
.linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C86E6D;
}
.mainField {
	border: 1px solid #D3D1CB;
	background-color: #F5F5F5;
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #000066;
	font-weight: 200;
}
.borde {
	border: 1px solid #CFCBC6;
}

/* enlaces */
a, a:link {
	color: #000066;
	text-decoration: none;
	font-size: 11px;
	font-family: "Comic Sans MS", Arial;
	font-weight: normal;
}

a:visited{
	text-decoration: none;
	color: #003366;
}
a:hover{
	text-decoration: none;
	color: #990000;
}
a.txt, a.txt:link, a.txt:visited {
	color: #B94F4F;
	text-decoration: none;
	font-size: 12px;
	font-family: "Comic Sans MS", Arial;
}
a.txt:hover{
	text-decoration: underline;
	color: #B94F4F;
}
a.bordeImg:link img, a.bordeImg:visited img{
	border: 0px none #000000;
}
a.bordeImg:hover img{
	border: 1px solid #C86E6D;}
a.dragonita:active, a.dragonita:visited, a.dragonita:link {
	font-size: 10px;
	font-family: "Century Gothic", Arial, Roman;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.dragonita:hover {
	text-decoration: underline;
	color: #CC0000;
}
.dragonitatxt {
	font-family: "Century Gothic", Verdana, "Tw Cen MT Condensed Extra Bold";
	font-size: 10px;
	color: #333333;
}

.title {
	font-family: "Comic Sans MS", Arial;
	font-size: 18px;
	color: #000066;
	text-align: center;
	font-weight: normal;
	line-height: 20px;
}
.textosmall {
	font-family: "Comic Sans MS", Arial;
	font-size: 10px;
	line-height: normal;
	color: #000033;
}
.lista {
	list-style-position: outside;
	list-style-type: disc;
	font-family: "Century Gothic", Arial, Roman;
	font-size: 12px;
	color: #000000;
	text-indent: 0px;
}
.subtitle {
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
	color: #000033;
	font-weight: normal;
}
.titleFicha {

	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	color: #000033;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
}
.textos {
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	text-align: justify;
}
.hoja2 {

	background-color: #FFFFFF;
	background-image: url(../img/fondo2.gif);
	background-repeat: repeat;
}
.lineadcha {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
