.subtitulo {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10 px;
	font-weight : bold;
	color : #88201F;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10 px;
	font-weight : normal;
	color : #6a6a6a;
}

.titulo{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : bold;
	color : #88201f;
	text-decoration : none;
}

A{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : bold;
	color : #88201f;
	text-decoration : none;
}

A:HOVER{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
    font-weight : bold;
	color : #7596b4;
	text-decoration : none;
}

A.enlace{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight : bold;
	color : #88201f;
	text-decoration : none;
}

A.enlace:HOVER{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight : bold;
	color : #7596b4;
	text-decoration : none;
}

A.mail{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight : bold;
	color : #6a6a6a;
	text-decoration : none;
}

A.mail:HOVER{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
    font-weight : bold;
	color : #88201f;
	text-decoration : none;
}

INPUT.texto {
	border : 1px solid #727B84;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #727B84;
}

TEXTAREA {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #727B84;
	overflow:auto;
	border : 1px solid;
	scrollbar-3dlight-color:#888888;
	scrollbar-arrow-color: #888888;
	scrollbar-base-color: #CCCCCC;
	scrollbar-track-color: #BABABB;
	scrollbar-face-color: #D4D0C8;
	scrollbar-shadow-color: #222222;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #555555;
}

INPUT {
	border : 1px solid #727B84;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #727B84;
}

a.boton { 
        font-size:10px;
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:white;
        background:#A8B9C7;
        border:0px;
		height:19px;
		text-decoration: none;
}

a.boton:hover { 
        font-size:10px;
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:white;
        background:#6F92AE;
        border:0px;
		height:19px;
		text-decoration: none;
}


