@charset "utf-8";
body, html{
	height: 100%;
}
body {
	background-color: #363937;
	margin: 0px;
}

#principal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363937;
	text-decoration: none;
	background-color: #f7f7f7;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e66e27;
}
#logo {
	margin-left: 25px;
}
.menu{
	font-size: 10px;
	color: #3c3937;
	text-decoration: none;
	font-weight: bold;
	background-color: #f7f7f7;
	padding: 5px;
	height: auto;
	display: block;
	width: auto;
	float: right;
}
.menuActual,.menu:Hover{
	font-size: 10px;
	color: #f7f7f7;
	text-decoration: none;
	font-weight: bold;
	background-color: #e66e27;
	padding: 5px;
	height: auto;
	display: block;
	width: auto;
	float: right;
}
.fondoSuperiorBlanco {
	background-image: url(../imgs/deg-blanco-arriba.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fondoSuperiorGris {
	background-image:url(../imgs/deg-gris-arriba.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fondoGrisClaro {
	background-color: #ebebeb;
	padding-left:20px;
	padding-right:20px;
}
a {
	color: #E66E27;
	text-decoration: underline;
}

.fondoBlanco {
	padding-left:20px;
	padding-right:20px;
}
h1 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}
.textoNaranja {
	color: #E66E27;
}

.footer {
	font-size: 8px;
	font-weight: bold;
	color: #F7F7F7;
	background-color: #E66E27;
}

.fondoInferiorBlanco {
	background-image: url(../imgs/deg-blanco-abajo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fondoInferiorGris {
	background-image:url(../imgs/deg-gris-abajo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fondoBlancoRoto {
	background-color: #f3f4f8;
	background-image: url(../imgs/trianguloNaranja.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 15px;
}
#principal .fondoBlancoRoto strong {
	text-decoration: none;
}
.camposTexto {
	height: 18px;
	width: 100%;
}
.campoBoton {
	color: #F7F7F7;
	background-color: #363937;
	height: 18px;
	width: 50px;
}

.camposTextArea {
	height: 75px;
	width: 100%;
}
