﻿
A:link
{
    color: #800000;
}
A:visited
{
    color: #5B2E1E; /*text-decoration: none*/
}
A:active 
{
    color: #5B2E1E;
    /*text-decoration: none*/
}
A:hover 
{
    /*text-decoration: underline;*/
    color: red;
}


.tituloDato
{
    border-width: 1px;
    border-color: #715E1A;
    background-color: #F4E9DF;
    color: #800000;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    font-size: small;
}
.mostrarDato
{
    border-width: 1px;
    border-color: #715E1A; /*background-color: #FFF3EA;*/
    color: #433810;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style:solid;
    font-size: small;
}

.tituloDatoInterno
{
	border-width: 1px;
	border-color: #B8AE9C;
	background-color: #EDEAE7;
	color: #47443D;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	font-size: small;
}
.mostrarDatoInterno
{
	border-width: 1px;
	border-color: #B8AE9C; /*background-color: #FFF3EA;*/
	color: #433810;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: small;
}
.tituloDatoInternoVert
{
	border-width: 1px;
	border-color: #B8AE9C;
	background-color: #EDEAE7;
	color: #47443D;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	font-size: small;
}
.mostrarDatoInternoVert
{
	border-width: 1px;
	border-color: #B8AE9C; /*background-color: #FFF3EA;*/
	color: #433810;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: small;
}


input.inputText
{
    color: #003300;
    background-color: #F0F5EF;
    border: 1px solid #61A56B;
}
input.inputText:hover
{
    background-color: #D7E4D3;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: pointer;
}
input.inputText:focus
{
    background-color: #FFFFFF;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: text;
}
select
{
    color: #003300;
    background-color: #F0F5EF;
    border: 1px solid #61A56B;
}
select:hover
{
    background-color: #D7E4D3;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: pointer;
}
select:focus
{
    background-color: #FFFFFF;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: text;
}
option
{
    background-color: #D7E4D3;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: pointer;
}
input.inputText:readonly
{
    background-color: #666666;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: pointer;
}
textarea.inputText
{
    color: #003300;
    background-color: #F0F5EF;
    border: 1px solid #61A56B;
}
textarea.inputText:hover
{
    background-color: #D7E4D3;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: pointer;
}
textarea.inputText:focus
{
    background-color: #FFFFFF;
    border: 1px solid #61A56B;
    color: #003300;
    cursor: text;
}
.boton
{
    border: 2px solid #6B7218;
    background-color: #EDDAC9;
    color: #5B4524;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    height: 30px;
    font-size: small;
    cursor: pointer;
}
.boton2
{
    border: 2px solid #6B7218;
    background-color: #EDDAC9;
    color: #5B4524;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    height: 30px;
    font-size: small;
    cursor: pointer;
    width: 129px;
}

.botonGris
{
    border: 2px solid #FFFFFF;
    background-color: #C0C0C0;
    color: #333333;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    height: 30px;
    font-size: small;
    cursor: pointer;
    width: 129px;
}

.botonTP
{
    border: 2px solid #c8c6c6;
    background-color: #473939;
    color: #fefefe;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    height: 30px;
    font-size: small;
    cursor: pointer;
}
.boton:hover
{
    border: 3px solid #648E4F;
    background-color: #DEBD9E;
    color: #5B4524;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    height: 30px;
    font-size: small;
    /*cursor: pointer;*/
}
/*boton:disabled
{
    border: 2px solid #6B7218;
    background-color: #EDDAC9;
    color: #5B4524;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    height: 30px;
    font-size: small;
    cursor: default;
}*/

.errores
{
    font-size: small;
    color: #B00000;
    font-weight: bold;
    background-color: #DCF1DE;
    border: 1px solid #A43404;
}
fieldset.ClaseFieldset
{
    /*background-color: #FFF3EA;*/
    border: 2px solid #715E1A;
    color: #433810;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}
legend.ClaseLegend
{
    border: 2px solid green;
    color: green;
    text-align: right; /*-moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;*/
}
.tituloPeq {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #777777;
}

.roadmap
{
    border-width: 1px;
    border-color: #715E1A; /*background-color: #FFF3EA;*/
    color: #433810;
    /*-moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;*/
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style:solid;
    font-size: small;
}
.roadmapActivo
{
    border-width: 1px;
    border-color: #715E1A;
    background-color: #F4E9DF;
    color: #800000;
    font-weight: bold;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;*/
    border-top-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    font-size: small;
}
