body {
	background-color: #472E1E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	outline:none;
}

.Normal,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	margin-left:10px;
	margin-top:10px;
}


.NormalBlanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
}

.NormalNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
}

/* Enlaces: ----------------------------------------------------- */

a {
	color: #DC7625;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a:focus {
	outline: none;
} 

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

a.menu:hover {
	color: #008BC5;
	text-decoration: none;
}

a.especial {
	font-size: 11px;
	/*font-weight: bold;*/
	color: #777777;
}

a.especial:hover {
	color: #0085c6;
	text-decoration: none;
}


/* Elementos: ------------------------------------------- */
object {outline:none;}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  padding: 0px 2px 0px 2px;
  border: 1px dotted transparent;
}

button:focus::-moz-focus-inner,
input[type="reset"]:focus::-moz-focus-inner,
input[type="button"]:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner,
input[type="file"] > input[type="button"]:focus::-moz-focus-inner {
  border-color: ButtonText;
}


input,select,textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008bc5;
	font-style: normal;
	outline:none;
}

input.iColorPicker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
}

table.formulario{
	background-color:#FFFFFF;
}

table.seleccion{
	background-color:#F5F5F5;
	/*display:inline;*/
}

tr.formulario{
	background-color:#F5F5F5;
}

tr.seleccion{
	background-color:#F5F5F5;
}

td.seleccion{
	background-color:#F5F5F5;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-align:left;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-style: normal;
	font-weight: normal;
}


/* Titulos: ---------------------------------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
	color: #DC7625;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
}

/* Contenidos: ------------------------------ */

.Info{
	font-size:14px;
}

.InfoColor1{
	font-size:14px;
	color:#472E1E;
}

.InfoColor2{
	font-size:14px;
	color:#DC7625;
}

.InfoBlanco{
	font-size:14px;
	color:#FFF;
}

.Remarque{
	font-size:30px;
	font-weight:bold;
}

.RemarqueBlanco{
	font-size:30px;
	font-weight:bold;
	color:#FFF;	
}

.RemarqueNegro{
	font-size:30px;
	font-weight:bold;
	color:#000;	
}

.ColorNegro{
	color:#000;
}

.ColorBlanco{
	color:#fff;
}

.Color1{
	color:#472E1E;
}

.Color2{
	color:#DC7625;
}

.Color2Negrita {
	color: #090;
	font-weight: bold;
}



/* Botones: --------------------------------------- */

.Boton {
	font-size: 11px;
	font-weight: bold;
	color: #DC7625;
}

.BotonRojo {
	font-size: 11px;
	font-weight: bold;
	color: #ED1846;
}

.BotonGris {
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}


