





/*
	Forms
	===========================================================================
*/
/* Buttons */
input[type='button'], input[type='submit'], input[type='reset']
{
	border: 1px solid #808080;
		padding: 3px;
	font-weight: normal;
	width: auto;
	height: auto;
}

input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover
{
	border: solid 1px #808080;
	color:  #304d81;
		padding: 3px;
}

input[type='button']:active, input[type='submit']:active, input[type='reset']:active
{
	border: solid 1px #808080;
	color:  #304d81;
		padding: 3px;
}

input[type='button'].Inline, input[type='submit'].Inline, input[type='reset'].Inline
{
	width: auto;
	border: solid 1px #808080;

	font-weight: normal;
	font-size: 12px;	
	padding: 3px;
}


input[type='button'].High, input[type='submit'].High, input[type='reset'].High
{
	border: solid 1px #808080;

	font-weight: bold;
		padding: 3px;
	color:  #000000;
}

input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover
{
	border: 1px solid #FFFFFF;
	color: #000000;
	background-color: #808080;
		padding: 3px;
}

input[type='button']:active, input[type='submit']:active, input[type='reset']:active
{
	border: solid 1px #808080;
	color:  #304d81;
	padding: 3px;
}









body, TABLE, TD, TR, TBODY
{
	font-size: 12px;
	color: #454b52;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, Sans-Serif;
}
.Normal
{
	margin: auto;
	font-size: 12px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
}
.NormalBoldNaranja
{
	margin: auto;
	font-size: 12px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #FF3300;
}
.NormalBold
{
	margin: auto;
	font-size: 12px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	
}
.NormalBoldAzul
{
	margin: auto;
	font-size: 12px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000099;
}
.NormalCabecera
{
	margin: auto;
	font-size: x-large;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	color: #999999;
	font-weight: bold;
}
.NormalJustificada
{
	margin: auto;
	font-size: 12px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	
}
.NormalVerde
{
	font-size: 13px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	color: #009900;
}
.justificado
{
	text-align: justify;
	font-size: 12px;
}
.NormalBold
{
	border-width: 1px;
	border-color: #CCDDFF;
	padding: 5px 0px 2px 3px;
	font-size: 13px;
	font-family: "Segoe UI" , Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000099;
	border-bottom-style: solid;
	border-left-style: solid;
}

body{ border: none; margin: 0; }

a, a:visited
{
	color: #6D7DA1;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}


li
{
	margin-bottom: 5px;
}

h4 + ol, h4 + ul
{
	margin-top: 0px;
}

UL
{
	list-style-image: url('/images/bullet.gif');
	}

UL.High
{
	color: #304d81;
}

UL.Small
{
	list-style-image: url(/images/minibullet.gif);
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position:inside;
	
}

UL.Small UL.Small
{
	margin-left: 15px;
}


UL.Small LI
{
	margin-left: 0px;
}

div.High, div.High p, p.High, span.High
{
	color: #304d81;
}
.HighHigh
{
	color: #304d81;
	font-weight: bold;
}

p
{
	margin-bottom: 5px;
}



/* Shopping Cart Addendum */

.SCItemDepends
{
	font-size: 11px;
	margin-left: 20px;
}

.SCItemDepends td, .SCItemDepends p
{
	font-size: 11px;
}

.PrintOnly
{
	display: none;
}

#PrintFooter
{
	color: #b2b2b2;
}



/*
	Print Overrides
	===========================================================================
*/

@media Print 
{
	.NoPrint { DISPLAY: none } 
	.PrintOnly{ display: block; }
	#PrintFooter
	{
		padding: 50px 20px 20px;
	}
	

}
@page{ margin: 1in; }

.rollover_1
{
	display: block;
			width: 74px;
			height: 93px;
	background: url( 'imagenes/AccesosDirectos/consultoria.jpg' ) no-repeat;
	}

	a.rollover_1:hover {
			
			background-position: -74px;
		}	
		
.rollover_2
{
	display: block;
	width: 91px;
		height: 93px;
		
	background: url( 'imagenes/AccesosDirectos/mantenimiento.jpg' ) no-repeat;

}

a.rollover_2:hover {
			
			background-position: -91px;
		}
		
		
.rollover_3
{
	display: block;
	width: 72px;
		height: 93px;
		
	background: url( 'imagenes/AccesosDirectos/venta.jpg' ) no-repeat;

}

a.rollover_3:hover {
			
				background-position: -72px;
		}
	
.rollover_4
{
	display: block;
	width: 57px;
		height: 93px;
		
	background: url( 'imagenes/AccesosDirectos/redes.jpg' ) no-repeat;

}

a.rollover_4:hover {
			
				background-position: -57px;
		}
		
		
.rollover_5
{
	display: block;
	width: 74px;
		height: 93px;
		
	background: url( 'imagenes/AccesosDirectos/backup.jpg' ) no-repeat;

}

a.rollover_5:hover {
			
				background-position: -74px;
		}
		
		.rollover_6
{
	display: block;
	width: 58px;
		height: 93px;		
		
	background: url( 'imagenes/AccesosDirectos/remoto.jpg' ) no-repeat;

}

a.rollover_6:hover {
			
				background-position: -58px;
		}
		
		.rollover_7
{
	display: block;
	width: 62px;
		height: 93px;		
		
	background: url( 'imagenes/AccesosDirectos/contacta.jpg' ) no-repeat;

}

a.rollover_7:hover {
			
				background-position: -62px;
		}


li.lista
{
	list-style-type: square;
	padding-left: 40px;
}