body {
	margin: 0px;
	width: 100%;
}
.marco {
	border: 1px solid #999999;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.textoNaranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.textoForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
.fullScreen {
	height: 100%;
}
.textbox {
	border: 1px dashed #CACACA;
	background-color: #FFFFFF;
	width: 100%;
	padding: 0px 2px 0px 2px;
}
.textboxArea {
	border: 1px dashed #CACACA;
	background-color: #FFFFFF;
	width: 100%;
}
.tituloGris {
	color: #777777;
	font-size: 18px;
	font-weight: normal;
}
.esquinaIzq {
	border-top: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	padding-top: 10px;
	padding-left: 10px;
}
.esquinaDer {
	border-top: 0px solid #C6C6C6;
	border-right: 0px solid #C6C6C6;
}
.esquinaIzqAba {
	border-bottom: 1px solid #C6C6C6;
	border-left: 1px solid #C6C6C6;
	padding-left: 10px;
	padding-bottom: 10px;
}
.esquinaDerAba {
	border-bottom: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	padding-right: 10px;
	padding-bottom: 10px;
}
.arriba {
	border-top: 1px solid #C6C6C6;
	padding-top: 10px;
}
.abajo {
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
}
.izquierda {
	border-left: 1px solid #C6C6C6;
	padding-left: 10px;
}
.derecha {
	border-right: 1px solid #C6C6C6;
	padding-right: 10px;
}

.lineaGris {
	background-image: url(../imagenes/lineafondov.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 1px;
}
.lineaGrisH {
	background-image: url(../imagenes/lineafondoh.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 1px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linkNaranjaHome, .linkNaranjaHome:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #FF6600;
	text-decoration: none;
}
.linkNaranjaHome:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #000000;
	text-decoration: none;
}
.linkNaranja, .linkNaranja:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.linkNaranja:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.linkNaranjab, .linkNaranjab:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.linkNaranjab:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.linkGris:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
}
.linkGris:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.fondoservicios {
	background-image: url(../imagenes/fondo_servicios.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo {
	background-color: #D03E07;
	background-image: url(../imagenes/fondo_degra.gif);
	background-repeat:  repeat-x;
	background-position: top;
}
.fondonaranja {
	background-image: url(../imagenes/naranja.gif);
	background-repeat:  repeat;
}
.fondogranate {
	background-image: url(../imagenes/granate.gif);
	background-repeat:  repeat;
}
.marcologo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.textoequipo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 12px;
}
.textoequipon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
.textopeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.linkGris { 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
 } 
