/*DIV*/    
#divPopup {
    height: 100%;
    width: 100%;
    background: #000000;
    position: fixed;
    top: 0;
    z-index:9001;
}

#divPopupContent {
    width: 350px;
    height: 120px;
    margin: 0 auto;
    border: 1px solid #000000;
    background: #ffffff;
    position: fixed;
    top: 50%;
    left: 40%;
    z-index:9002;
}

legend {
	background: url(../Images/bg_legend.png) no-repeat 4px 7px;
	border-bottom: 1px dotted #999;
	color: #666!important;
	line-height: 16px;
	display: block;
	width: 94%;
	padding: 5px 5px 5px 17px;
	text-shadow: #fff 1px 1px 1px;
	margin: 5px 0;
	font-size:small;
	font-weight:bold;
}
fieldset {
	border: none;
}


@media handheld, projection, screen, print {

* {font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; }
html { height: 100% }
img, 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/Portal/header.jpg) no-repeat;*/
    /*background: #FFFFFF url(img/Portal/header.png?V=1.2) no-repeat;*/    
    color: #383838;
    background-position-x: -70px;
	font-family: Arial,Verdana, Geneva,  Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	min-height: 101%;
    z-index:1;
}

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: #d32f2f;
	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: 180px;
		margin: 0 auto;
		text-align: center;
        background: #FFFFFF url(img/Portal/header.png?V=1.2) no-repeat;
background-size: 100%;
margin-left: -50px;
	}
		 #logo { margin: 0; font-weight: normal; }
		
			#logo a {
				    text-decoration: none;
                    height: 180px;
                    text-indent: -9999px;
                    display: block;
                    background: url(img/Portal/header.png?V=1.0) no-repeat;
                    background-size: 100%;
                    margin-left:-50px;
			}
			
			#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: 68px;
	left: 530px;
	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/Portal/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/portal/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: #d32f2f url(img/Portal/bg_input-submit.gif) repeat-x;
	border: 1px solid #d32f2f;
	width: auto;
	padding: 0 4px;
	cursor: pointer;    
	color:#fff;
	font-size: 10px;
	line-height: 24px!important;
	text-transform: uppercase;
	height: 24px!important;
	font-family:Verdana;
}
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; 
	}

#frmContacto {
	width: 100%;
}
	#frmContacto ol.fieldset li.field label {
		font-size: 12px;
	}
	#frmContacto ol.fieldset li.field {
		margin: 0 50px 10px 0;
		width: 234px;
	}
		#frmContacto input.text, #contacto select.select, #contacto textarea.textarea {
			font-size: 12px;
			padding: 2px 7px;
			width: 220px;
		}
		#frmContacto textarea.textarea {
			height: 50px;
			width: 518px;
		}
	#frmContacto 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*/
#imgCleas,#imgCleasGestion{
    cursor:pointer;
    
    }


    #imgCleas:hover {
        
    }


    #imgCleasGestion:hover {
    cursor:pointer;
    
    }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */



/*POP UP Cambio de clave y olvido de clave*/

#lblCambiarClave,#lblOlvidoClave 
{ 
        float: left;
    margin-top: 4px;    
    text-decoration: underline;
    cursor:pointer;
    }

#divRecuperar , #divCambiarPass
{
    background:url(../Images/popupclavefondo.png) no-repeat;
    width:300px;    
    margin: 0 auto;
    border: 1px solid #000000;
    position: fixed;
    top: 50%;
    left: 40%;
    z-index:9002;
    
}    

#divCambiarMail
{
    background:url(../Images/popupclavefondoBig.png) no-repeat;
    width:400px;   
    height:100px; 
    margin: 0 auto;
    border: 1px solid #000000;
    position: fixed;
    top: 50%;
    left: 40%;
    z-index:9002;    
}    
    
#divCambiarPass input[type=text] , #divRecuperar input[type=text], #divCambiarPass input[type=password]
{
    width:153px;
    margin-left:20px;
}    

#divCambiarMail input[type=text]
{
    width:200px;
}

#fldsCambiarMail 
{
    margin-top:30px;
}
    
#divCambiarPass input[type=button],#divRecuperar input[type=button], #divCambiarMail input[type=button]
{
    width:90px;
    background: url("../img/bg_input-submit.gif") repeat-x scroll 0 0 #286A8E;
    margin-top: 5px;

}    
    
#divRecuperar li
{
    margin-top:37px;
     
    }
    
#divCambiarPass ul
{
    margin-left: 15px;
    margin-top: 30px;
    text-align:left;
}

#divCambiarPass li
{
    padding-top: 6px;
}

.labelCC
{
    width:95px;
    float:left;
}
    
.liBotones
{
    text-align:center;
    }

.tooltip {
    position: fixed;
    background: #c0df71;
    color: #fff;
    border-radius: 10px;
    font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
    padding: 10px;
    margin-top: -10px;
    margin-left: 10px;
    z-index: 3;
    display: none;
    background-color: #B5CAF7;
}
/* Comunicaciones */



#VerComunicacion {
		visibility:hidden;
		position:absolute;
        margin:auto;
        left:450px;
		padding:0px;		
		z-index:10000;        
	}
#capaFondo {
		visibility:hidden;
		position:absolute;
		padding:0px;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		background-image:url(img/Portal/fondoTrans.gif);
		background-repeat:repeat;
		width:100%;
		height:1643px;
		z-index:9999;
        opacity:0.7;
        filter:alpha(opacity=70); 

	}

.buttonIn {
  background-color: #D32F2F;
  border: none;
  height: 69px;
  color: white;
  transition: ease-in-out, width .35s ease-in-out;
  cursor:pointer;
  font-size: 10px;
  line-height: 69px!important;
  text-transform: uppercase;
  height: 69px!important;
  font-family:Verdana;

}

.buttonIn:hover    { color: #cdedff; }

.mycheckbox input[type="checkbox"] 
{ 
    margin-right: 1px; 
    width:30px;
    transition: ease-in-out, width .35s ease-in-out;
    cursor:pointer;
}

/* END Comunicaciones */