﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #cccccc;
    font-size: .70em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    line-height:1;
}

a:link
{
	 
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}



/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-top:0px;
    margin-bottom: 0px;
    color: #000;
    padding:5px 0px 0px 0px;
    background-color:white;
    overflow:hidden;
    vertical-align:bottom;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: black;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
	overflow:hidden;
    padding: 15px 2px 15px 15px;
    background-color: #fff;
    min-height:500px;
    
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}


fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

.cajaBuscar
{
	margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    background-color:#f7fcdf;
	
	}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/*input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}*/

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 2px 1px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.tableSinBorde 
{
   border: solid 0px #e8eef4;
  border-collapse: collapse;
}

.tableSinBorde tr
{
	 vertical-align:top;
	}


.tableSinBorde td 
{
  padding: 5px;   
  border: solid 0px #e8eef4;
  
}

.tableSinBorde th
{
  padding: 2px 1px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 0px #e8eef4;   
    
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    
}

div#logo
{
    
    
    float:left;        
    clear:left;       
    text-align:left;
    width:150px;
    height:110px;
    
}
div#title
{
	float:left;   
	width:300px;
	padding:0px 0px 0px 0px;
	height:110px;
	
}
div#separador
{
	display:block;
	
	
}

div#banner
{
	float:left;   
	width:400px;	
    clear:right;       
    text-align:right;
    
    height:110px;
    
}

div#bienvenido
{
	float:left;
	width:300px; 
	
	clear:right;
	text-align:right;	
	 
	
	height:110px;
}
div#menu

{
	
	float:left;     	        
    width:15%;
    padding:0px 0px 0px 0px;
}
div#contenido

{
	float:left;    
	padding: 0px 0px 0px 30px;    
   	width:80%;
   	vertical-align:top; 
}

div#pie {
	height: 50px;
	background-image: url(Images/menuInfBg.jpg);
	background-repeat:  repeat-x;	
	font-size: 10px;
	color: #FFFFFF;		
	text-align: center;
	z-index: -1;
	}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.info
{
	padding:5px 0px 0px 0px;
	color:Green;
	font-weight:bold;
	
	
	
}


/* Estilos de la casilla Eliminar y Editar del grid */

.action-edit 
{ 
	background-image: url('Images/edit.png') ;
	
}

.action-delete 
{ 
	background-image: url('Images/delete.png'); 
}
.action-edit, .action-delete
    {
    	padding: 0px 0px 5px 22px;
        padding-left: 22px;
        background-repeat: no-repeat;
        background-position: 0 50%;
		
        font-size:12px;
    }

.action-edit:hover,.action-delete:hover
    {
        text-decoration: none;
    }

/* Clases para colores de productos del grid de clientes */

.ProductoActivo
{
	color:Green;
	font-size:10px;
	font-weight:bold;
	
}
.ProductoBaja
{
	color:Red;
	font-size:10px;
	font-weight:bold;
}
.ProductoDemo
{
	color:Gray;
	font-size:10px;
	font-weight:bold;
}

.Marca
{
	font-size:10px;
	}

/*formulario alta*/

.Titulo
{
	font-weight:bold;
	font-size:14px;
	color:black;
	
	
	
	
}	
.SubTitulo
{
	font-size:14px;
	font-style:oblique;
	color:Gray;
}

.MensajeCorrecto
{

 width:100%;	
 border:solid 2px #cccc33;
 
 padding: 5px 5px 5px 5px;
 color:black;
 font-weight:bold;
 text-transform:uppercase;
}
.MensajeAlerta
{
	width:100%;	
	border:solid 2px #ff0000;
    background-color:#ff5f5f;
    padding: 5px 5px 5px 5px;
    color:black;
    font-weight:bold;
    text-transform  :uppercase;
	
	}

.subtitulo
{
	 font-size:16px;
	 font-weight:bold;
}
	
.cursiva
{
	font-style:oblique;
	color:Gray;
}


.divCampos 
{
	float:left; display:inline-block;
}

.CampoRequerido
{
	 font-weight:bold;
	 color:Black;
}

.prioridad1
{
	color: black;
	font-weight:bold;
}
.prioridad2
{
	color: Green;
	font-weight:bold;
}
.prioridad3
{
	color: Orange;
	font-weight:bold;
}
.prioridad4
{
	color: Red;
	font-weight:bold;
}


.fondoPrioridad1
{
	height:15px;
	line-height: 10px;
	background: black;
	font-weight:bold;
}
.fondoPrioridad2
{
	background: Green;
	font-weight:bold;
}
.fondoPrioridad3
{
	background: Orange;
	font-weight:bold;
}
.fondoPrioridad4
{
	background: Red;
	font-weight:bold;
}

.validadoTrue
{
	color: Green;
	font-weight:bold;
	
	}
	
.validadoFalse
{
	color: Red;
	font-weight:bold;
	
	}

.validadoFondoTrue
{
	color: Green;
	font-weight:bold;
	background-color:Green;
	}
	
.validadoFondoFalse
{
	color: Red;
	font-weight:bold;
	background-color:Red;
	}
.myselect {
			font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
			 background-color: #dfe1e2;    
			 color: #102132;    
			 border: 1px solid #284279;
		    
		}
.myselect2 {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;    
	 background-color: #dfe1e2;    
	 color: #102132;    
	 border: 1px solid #284279;
	 width:350px;
    
}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:300px; width:300px; color:black; background-color:white; border:4px solid #444; padding:12px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(Images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}
