
A:link	{	
	text-decoration:	underline;
	color:	#616F2B;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#616F2B;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#616F2B;
	}	
		
A:hover	{
	text-decoration:	none;
	color:	#888888;
	}

A.enlaceInvertido:link	{	
	text-decoration:	underline;
	color:	#ffffff;
	}	
		
A.enlaceInvertido:visited	{	
	text-decoration:	underline;
	color:	#f5f5f5;
	}	
		
A.enlaceInvertido:active	{	
	text-decoration:	underline;
	color:	#ffffff;
	}	
		
A.enlaceInvertido:hover	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}

A.tabla:visited	{	
	text-decoration:	underline;
	color:	#C0B272;
	}	
A.tabla:active	{	
	text-decoration:	underline;
	color:	#A78701;
	}		
A.tabla:hover	{	
	text-decoration:	none;
	color:	#C0B272;
	}
A.tabla:link	{	
	text-decoration:	underline;
	color:	#A78701;
	}

BODY
{
	/*background-image: url(../imagenes/fondo5.jpg);*/
	background-repeat:repeat-x;
	margin-top: 30px;
	font-weight: normal;
	font-size: 0.7em;
	margin-bottom: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color:#E0E8DC;
	text-align: center;
	scrollbar-base-color:#e5e5e5;
	scrollbar-shadow-color:#d5d5d5;
	scrollbar-darkshadow-color:#a5a5a5;
	scrollbar-arrow-color: #64847B;
}

DIV .home
{
	clear:right;
	float:left;
	margin: 5 5 5 5;
	text-align:center;
}
DIV .home A
{
	background-color:#FFFFFF;
	/*display:block;*/
	font-size:1.3em;
	padding-top:10;
}
DIV .home IMG
{
	background-color:#FFFFFF;
	display:block;
}

DIV .tabla
{
	clear:right;
	float:left;
	margin: 5 5 5 5;
}
DIV .tabla A
{
	background-color:#FFFFFF;
}
DIV .tabla IMG
{
	background-color:#FFFFFF;
}
DIV .tabla SPAN	
{
	color:#f5f5f5;
	display:block;
	font-size:1em;
	font-weight:bold;
	padding: 2 5 2 5,
}
DIV .tabla DIV
{
	font-size:0.9em;
	font-weight:normal;
	padding: 2 5 2 5,
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	105%;

	}
		
IMG 	
{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	border: solid 0 #FFFFFF;
}


IMG.ajustado
{
	margin: 0 0 0 0;
	border: solid 1 #red;
}

IMG.borde
{
	margin: 0 0 0 0;
	border: solid 1 #827C80;
}

INPUT
{
	font-size: 100%;
}

INPUT.alertaOK
{
	background-color:#FFFFFF;
	color:#000000;
	cursor:default;
}	

INPUT.alertaNOK
{
	background-color: #ffff33;
	color:#000000;
	cursor:help;
}

INPUT.deshabilitado
{
	border: solid 0px #FFFFFF;
	background-color: #F8F8F8;
}

SELECT
{
	font-size: 100%;
}

SMALL	
{	
	font-size:	.7em;
}	

TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
		
TD	{	
	/*vertical-align: baseline; NO TOCAR. EL CuteEditor FALLA CON ESTE VALOR */
	font-size:	70%;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

SELECT
{
	border: solid 0 #ffffff;
}

TABLE.formulario INPUT
{
	border: solid 1px #CCCCCC;
	font-size:100%;
	padding-left:3px;
}
TABLE.formulario TEXTAREA
{
	border: solid 1px #CCCCCC;
	font-size:100%;
	padding-left:3px;
}
TABLE.formulario TD
{
	background-color: #FFFFFF;
	font-size: .8em;
	padding: 0 5 0 5;
	vertical-align:top;
}
TABLE.formulario TD.nota
{
	font-size:0.7em;
}

TABLE.formulario TH
{
	background-color:#FFFFFF;
	font-size:.7em;
	text-align: left;
	color:#555555;
	padding: 5 5 5 0;
	vertical-align: top;
	font-weight: normal;
}

TABLE.tabla
{
	width:100%;
}

TABLE.tabla TD
{
	background-color:#E3EAA9;
	color:#333333;
	font-size:0.7em;
	padding: 2 5 2 5,
}
TABLE.tabla TD A, IMG
{
	background-color:#E3EAA9;
}
TABLE.tabla TH
{
	background-color:#9EB04A;
	color:#000000;
	font-size:0.6em;
	padding: 2 5 2 5;
	width:25%;
}

.alertaOK
{
	color: #339900;
}	
.alertaNOK
{
	color: #ff3333;
}	

.boton
{
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	font-family: Verdana;
	font-size: .9em;
	height: 1.2em;
	cursor:hand;
}

.botonFormulario
{
	font-family: Verdana;
	font-size: 7px;
	border-left: solid 1px #bbbbbb;
	border-top: solid 1px #bbbbbb;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	background-color:#9EB04A;
	color:#FFFFFF;
	cursor:hand;
}
.bordeT
{
	border-top: solid 1px #EEEEEE;
}
.bordeR
{
	border-right: solid 1px #EEEEEE;
}
.bordeB
{
	border-bottom: solid 1px #EEEEEE;
}
.bordeL
{
	border-left: solid 1px #EEEEEE;
}
.calendario
{
	position:absolute;
	BACKGROUND-COLOR: #dddddd;
	z-index: 1;
}

.destacado_zona
{
	background-color: #A0274B; /* 841021 #C67B18 #FBC174 */
}

.empresaDatos
{
	background-color:#EAEAEA;
	color:#000000;
	padding: 3 10 3 10;
}

.empresaImagen
{
	margin: 0 0 10 15;
}

.empresaLogo
{
	vertical-align:top;
	padding-right: 5;
	border-right: solid 1 #EAEAEA;
}

.resaltado
{
	font-weight:bold;
}

.scroll
{
	OVERFLOW:auto; 
	height:300px;
	scrollbar-base-color:#f5f5f5;
	scrollbar-shadow-color:#d5d5d5;
	scrollbar-darkshadow-color:#a5a5a5;
	scrollbar-arrow-color: #B6B485;
	padding: 10px;
}

.solpartmenu1_spmitm 
{
	/*background-color:#827C80;
	color: #f5f5f5; 
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
	border-left: Silver 0px solid; 
	border-bottom: Silver 1px solid; 
	border-top: Silver 1px solid; 
	border-right: Silver 0px solid; 
	cursor: default; */
}

.menuSolpart
{
}

.subtitulo
{
	clear:right;
	background-color: #FFFFFF;
	color: #555555;
	font-size: 1em;
	font-weight: bold;
	margin: 20 0 15 0;
	padding: 2 5 2 5; /*3 3 3 6;*/
}

.texto
{
	font-family: Verdana;
	font-size: 1em;
	height: 18px;
	border: solid 1px #aaaaaa;
}

#acrobat
{
	
	font-size:0.8em;
	text-align:justify;
	vertical-align:bottom;
	width:60%;
}

#cabecera
{
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	background-image: url(../imagenes/cabecera6b.gif);
	background-repeat: no-repeat;
	background-position:0 10;
	border-top:solid 1px #B2BEAD;
	border-left:solid 1px #C2CEBC;
	border-right:solid 1px #C2CEBC;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
	padding-top: 10px;
	vertical-align:bottom;
}

#contenido
{
	background-color:#ffffff;
	background-position: left bottom;
	background-repeat: no-repeat;
	/*background-image: url(../imagenes/fondo_der-inf4.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 20px 10px 10px 10px;
	text-align: justify;
	vertical-align:top;
	height:100%;
}

#contenido #izquierda
{
	clear:right;
	float:left;
	width:15%;
}

#contenido #centro
{
	clear:right;
	float:left;
	width:60%;
}

#contenido #derecha
{
	padding-left:50;
	text-align:center;
	width:25%;
}


#contenido #izquierdaProductos
{
	clear:right;
	float:left;
	width:25%;
}

#contenido #centroProductos
{
	clear:right;
	float:left;
	width:65%;
}

#contenido #derechaProductos
{
	text-align:center;
	width:10%;
}

#cuerpo
{
	border-top:solid 0px #ffffff;
	border-bottom:solid 0px #ffffff;
	border-right:solid 1px #C2CEBC;
	border-left:solid 1px #C2CEBC;
	background-color:#ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	vertical-align: top;
}

#desarrolladoPor
{
	background-color: #B2BEAD;/*#C0D7D1;*/
	border-right:solid 1px #C2CEBC;
	border-top: solid 1px #C2CEBC; /*#827C80;*/
	text-align: right;
	font-family: Arial;
	font-size: 1em;
	padding: 5 5 5 5;
	white-space:nowrap;
}

#eslogan
{
	font-family: Arial;
	font-size: 2em;
	color: #ffffff;
}

#menu
{
	background-position: -300 -30;
	background-color: Transparent;
	color: #f5f5f5;
	font-size:1.3em;
	margin-top:-25px;
	padding: 0 0 0 5;
	position:relative;
	width:100%;
	float:left;
}


#menu A:link	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menu A:visited	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menu A:active	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menu A:hover	{	
	text-decoration:	underline;
	color:	#d5d5d5;
	}

#menuProductos
{
	clear:right;
	display:block;
	float:left;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 2 0;
	padding: 0 0 0 0;
	text-align: left;
	width:100%;
}

#menuProductos a 
{
	background-color:#827C80;
	margin:0 0 0 0;
	padding:0 5 5 5;
	text-align:center;
}

#menuProductos A:link	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menuProductos A:visited	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menuProductos A:active	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menuProductos A:hover	{	
	text-decoration:	none;
	color:	#d5d5d5;
	}

.menuLinea
{
	background-color: #d5d5d5;
	border: solid 0px #ffffff;
	margin: 0 0 2 0;
}
.menuLinea a
{
	border-right: solid 1px #f5f5f5;
	color:#555555;
	margin:2 2 2 2;
	padding:5 5 5 5;
	text-decoration:none;
}

#menuLinea A:link	{	
	text-decoration:	none;
	color:	#555555;
	}	
		
#menuLinea A:visited	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menuLinea A:active	{	
	text-decoration:	none;
	color:	#f5f5f5;
	}	
		
#menuLinea A:hover	{	
	text-decoration:	none;
	color:	#d5d5d5;
	}

.menuFlotante
{
	background-color: #d5d5d5;
	border: solid 0px #ffffff;
	float:left;
	clear:right;
}
.menuFlotante a
{
	border-bottom: solid 1px #f5f5f5;
	display:block;
	margin:2 2 2 2;
	padding:2 2 2 5;
	text-decoration:none;
}

#menuProductosVertical
{
	clear:right;
	float:left;
	font-size: 0.9em;
	font-weight: normal;
	left: auto;
	line-height: 2em;
	position: relative;
	text-align: left;
	width:95%;
}

#menuProductosVertical a 
{
	background-color:#827C80;
	display:block;
	margin:2 2 2 2;
	padding:0 2 0 5;
}

#pie
{
	background-color: #B2BEAD;/*#C0D7D1;*/
	border-left:solid 1px #C2CEBC;
	border-top: solid 1px #C2CEBC; /*#827C80;*/
	clear:right;
	color: #555555;
	float:left;
	font-family: Arial;
	font-size: 1em;
	font-weight: normal;
	padding: 5 5 5 5;
}

#principal
{	
	text-align: left;
	width: 900px;
}

#submenu
{
	background-color: #FAD9E7;
	font-size: 0.9em;
	text-align:left;
	white-space:nowrap;
	width:90%;
}

#submenu a
{
	clear:left;
	color:#7A2449;
	float:left;
	padding: 2 5 5 20;
}

#submenu a.separador
{
	background-color: #fafafa;
	clear:left;
	float:left;
	padding: 2 5 5 2;
	width:100%;
}

#submenu .submenuPpal
{
	background-color: #B42965;
	width:100%;
}

#submenu a.submenuPpal
{
	color:#fafafa;
	font:1em;
	padding: 2 5 5 5;
}

#submenu .submenuSec
{
	background-color: #D99AB5;
	width:100%;
}

#submenu a.submenuSec
{
	color:#7A2449;
	font:1em;
	padding: 2 5 5 10;
}

#titulo
{
	background-color: #FFFFFF;
	color: #FD3161; /*rosaFD3187*/ /*827C80*/
	font-size: 2em;
	font-weight: bold;
	margin-left:15%;
	padding: 40 5 2 5; /*3 3 3 6;*/
}
