/*DIV*/    
#divPopup {
    height: 800px;
    width: 1024px;
    background: #000000;
    position: absolute;
    top: 0;
    left:20%;
    z-index:9001;
}

#divPopupContent {
    width: 350px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #000000;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 40%;
    z-index:9002;
}


@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none; list-style-position: outside }
table {  width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: 194px; vertical-align: middle }
textarea { height: auto; overflow: auto }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
--------------------------------- */
	
body {
	background: #FFFFFF url(../img/bg_body.gif) repeat-x;
	color: #383838;
	font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

p, ul, ol, table, dl, dd, pre { margin: 0 0 11px }

strong { font-weight: bold }
em { font-style: italic }
code, pre { font-family: "Courier New", Courier, monospace }
dt { font-weight: bold }
dd { font-style: italic }
cite { font-style: italic }
q { font-style: italic }
blockquote { font-style: italic; padding: 0 2.67em }

abbr, acronym { border-bottom: 1px dotted; cursor: help }


/* Headlines
------------------------------- */

h1 {
	color: #04537b;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	text-transform: uppercase;
}
h2 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h3 {
	font-size: 12px;
	margin: 20px 0 5px;
	font-weight: bold;
}

/* Anchors
-------------------------------*/

a, a:link, a:visited {
	color: #04537b;
	cursor: pointer;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
}

/*-------------------------------
2.b Base layout
--------------------------------- */

#wrap {
	margin: auto;
	text-align: left;
	width: 980px;
	position: relative;
}
	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		width: 100%;
		position: relative;
	}
	#content {
		padding: 45px 0;
	}
	#header {
		color: #888888;
		height: 188px;
		margin: 0 auto;
		text-align: center;
		width: 980px;
	}
		 #logo { margin: 0; font-weight: normal; }
		
			#logo a {
				text-decoration: none;
				position: absolute;
				top: 23px; left: 0;
				height: 104px;
				width: 300px;
				text-indent: -9999px;
				display: block;
				background: url(../img/logo.png) no-repeat;
			}
			
			#idiomas { 
				position: absolute;
				top: 150px; left: 10px;
			}
				#idiomas li { 
					float: left;
				}
					#idiomas li a { 
						color: #6c6c6c;
						font-size: 12px;
						margin: 0 7px;
						text-decoration: none;
					}
					#idiomas li a:hover { color: #888888; }
					
			#entrar {
	position: absolute;
	top: 100px;
	left: 432px;
	height: 80px;
	width: 550px;
			}
				#entrar h1 {
					font-size: 11px;
					text-align: left;
					width: auto;
				}
				#entrar p.cambiarClave { display: inline; }
    
    
    #sistemas {
        display:none;
	position: absolute;
	top: 100px;
	left: 432px;
	height: 80px;
	width: 550px;
		}
		#bienvenidos {
		    display:none;
				position: absolute;
				top: 87px; left: 399px;
				height: 40px; width: 100px;
		}
		#main {
			float: right;
			padding: 0 10px 0 0;
			width: 570px;
		}
			div.col1, div.col2 {
				float: left;
				width: 270px;
			}
			div.col1 {
				margin: 0 30px 0 0;
			}
		#sidebar {
			float: left;
			padding: 0 20px 0 0;
			width: 370px;
		}

	#footer {
		background: url(../img/bg_footer.gif) repeat-x;
		color: #8d8d8d;
		font-size: 10px;
		height: auto; width: auto;
		text-decoration: none;
		float: none;
		display: block;
		margin: 0 auto;
		padding: 10px 0 10px;
	}
		#footer p { margin: 0 }
		



/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }


/* Main navigation
-------------------------------*/

#nav {
	background: url(../img/bg_nav.png);
	height: 44px; width: 561px;
	position: absolute;
	top: 25px; right: 0;
}
	#nav li {
		float: left;
		position: relative;
		background: url(../img/separator.gif) no-repeat right 6px;
	}
	#nav li.first, #nav li.last { background: none; }

		#nav li a {
			font-size: 11px;
			color: #fff;
			font-weight: normal;
			line-height: 44px;
			height: 44px;
			margin: 0 12px 0 13px;
			text-decoration: none;
			text-align: left;
			text-transform: uppercase;
			text-shadow: #24556e 0 1px 1px;
		}
		
		#nav li a:hover {
			color: #cdedff;
/*			text-shadow: #fff 0 1px 1px; */
		}
		

/* General elements
-------------------------------*/

/* MAIN
*************** */

#etiqueta {
	background: #fff;
	width: 150px;
	height: 60px;
	position: absolute;
	top: 20px; left: 0;
	z-index: 10000;
}
#CarouselDiv {
	z-index: 99;
	position: relative;
}

ul.list li a {
	background: url(../img/bullet5.png) no-repeat 0 1px;
	color: #000;
	display: block;
	padding: 0 0 5px 18px;
	text-decoration: none;
}
ul.list li a:hover {
	background-position: 0 -65px;
	color: #666;
}

ul#modulos {
	background: url(../html/img/bg_mobile.gif) 748px 0 no-repeat;
	float: left;
	margin: 0;
	width: 780px;
}
	ul#modulos li {
		float: left;
		margin: 0 40px 0 0;
		height: 430px;
		width: 220px;
	}
		ul#modulos li h2, ul#mobile li h2 { 
			background: url(../img/bg_oriones.gif) no-repeat;
			padding: 5px 0 5px 35px;
		}	
	    ul#modulos li.orion-cesvicom h2 { color: #d12f1b; }	
		ul#modulos li.orion-repuestos h2 { background-position: 0 -48px; color: #ff9e0d; }	
		ul#modulos li.orion-gestion h2 { background-position: 0 -98px; color: #06a4e2; }
		ul#modulos li.orion-previas h2 { background-position: 0 -148px; color: #774499; }
		ul#modulos li.orion-restos h2 { background-position: 0 -200px; color: #2BAF2F; }
		ul#modulos li.orion-itdt h2 { background-position: 0 -250px; color: #2FB6AC; }
		ul#modulos li.orion-tramitador h2 { background-position: 0 -361px; color: #9BC016; }
		ul#modulos li.orion-GPT h2 { background-position: 0 -410px; color: #EB6A0A; }
		ul#modulos li.orion-DESK h2 { background-position: 0 -460px; color: #d12f1b; }
		ul#mobile li h2 { background-position: 0 -310px }
ul#mobile {
	float: left;
	margin: 0;
	width: 190px;
}
	ul#mobile li {
		color: #555;
		width: 190px;
	}
		ul#mobile li h2, ul#mobile li h3 {
			color: #1762b0;
		}
		ul#mobile li h3 {
			background: url(../img/bullet5.png) no-repeat 0 1px;
			padding: 1px 0 5px 18px;
		}

ul.sitios-interes li {
	background: url(../img/sitios-interes.jpg) no-repeat 30px 20px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 118px 30px;
}
ul.sitios-interes li.cesviauto { background-position: 30px -135px; }
ul.sitios-interes li.cleas { background-position: 30px -290px; }
ul.sitios-interes li.cesvicl { background-position: 30px -595px; }
ul.sitios-interes li.siara { background-position: 30px -444px; }




/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------*/

/* Form elements
-------------------------------*/

input.text, select.select, textarea.textarea
{
	background: #fff url(../img/bg_input-text.gif) repeat-x;
	font-size: 11px;
	color: #666;
	border: 1px solid #cbcbcb;
	display: block;
}
input.text { 
	height: 20px; width: 147px; 
	padding: 0 5px;
}

input.submit {
	background: #286a8e url(../img/bg_input-submit.gif) repeat-x;
	border: 1px solid #055479;
	width: auto;
	padding: 0 4px;
	cursor: pointer;
	color:#fff;
	font-size: 10px;
	line-height: 24px!important;
	text-transform: uppercase;
	height: 24px!important;
}
input.submit:hover { color: #cdedff; }

/* General forms
-------------------------------*/

form { margin: 0; position: static; width: 530px; }

form.form ol.fieldset {	margin: 0 0 8px; float: left; }

	form.form ol.fieldset li.field {
		float: left;
		padding: 0;
		margin: 0 30px 0 0;
		text-align: left;
		width: 155px;
	}
	form.form ol.fieldset li.field label {
		color: #646567;
		font-size: 11px;
		font-weight: bold;
		display:block;
	}
			
	form.form p.submit,form.form p.cambiarClave { 
		float: left;
		margin: 15px 10px 0 0; 
	}
	form.form p.cambiarClave { 
		margin-top: 8px; 
	}

#contacto {
	width: 100%;
}
	#contacto ol.fieldset li.field label {
		font-size: 12px;
	}
	#contacto ol.fieldset li.field {
		margin: 0 50px 10px 0;
		width: 234px;
	}
		#contacto input.text, #contacto select.select, #contacto textarea.textarea {
			font-size: 12px;
			padding: 2px 7px;
			width: 220px;
		}
		#contacto textarea.textarea {
			height: 50px;
			width: 503px;
		}
	#contacto p.submit {
		text-align: left;
		width: 100%;
	}


/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.replace, .br { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }


/* "Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li { display: inline; margin-left: -4px }
ul.bars li.first { border: 0 !important }
ul.bars li:before { content: "|"; padding: 0 4px }
ul.bars li:first-child:before { content: ""; padding: 0 4px 0 0 }


} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*IMG BUTTON SISTEMAS*/
#imgOrionCesvicom,#imgOrionRepuestos,#imgOrionGestion,#imgOrionPrevias,#imgOrionRestos,#imgOrionITDT{
    cursor:pointer;
    
    }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */


