﻿body{
	margin:0 auto;
	padding:0;
	background-repeat: no-repeat;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	height:100%;
}
a {
	color: #000000;
}
a:hover{
	color: #666665;
}
 .MarcoRojo
        {
            border: 1px solid red !important;
            
        }

.slidingDiv {
    
    border:solid 1px #dcdddc; 
    width:90%;
    margin:10px auto;  
    border-radius: 5px; 
    background-color:#efefef;
    display:none;
    box-shadow: 0px 0px 6px #333;
   -webkit-box-shadow: 0px 0px 6px #333;
   -moz-box-shadow: 0px 0px 6px #333;
}
.slidingDiv2 {
    
    border:solid 1px #dcdddc; 
    width:90%;
    margin:10px auto;  
    border-radius: 5px; 
    background-color:#efefef;
    display:none;
    box-shadow: 0px 0px 6px #333;
   -webkit-box-shadow: 0px 0px 6px #333;
   -moz-box-shadow: 0px 0px 6px #333;

}
 
.show_hide {
    /*display:none;*/
}

.show_hide_img {
    display:none;
     background-image:url(imagenes/buscar.png);
}

.dia_calendario
{
    color:#939292;
     padding-left:7px;
}
#flotante
{
	position: absolute;
	display:none;
	/*width:280px;*/
	border-top:solid 2px #dcdddc;
	border-left:solid 2px #dcdddc;
    border-bottom:solid 2px #dcdddc;
    border-right:solid 2px #dcdddc;
	background-color:#efefef;
	padding:10px;
	z-index:999999999;
}

h1
{
    margin-top:0px;
     margin-bottom:0px;
     font-weight:normal;
}
h2
{
    margin-top:0px;
}
h3
{
    margin-top:0px;
    font-size:160%;
    
}
.enlace_menu
{
    color:White;
    text-decoration: none;
}

.cabecera
{
    /*color:#043a8c;*/
    color:#fff;
    font-weight:normal;
    font-size:140%;
    /* background-color:#efefef;*/  
    background-image:url('Imagenes/plantilla/fondo_tr.jpg');
    height:41px;
     
     background-position:left top;
    background-repeat:repeat-x;
      padding:5px;
      padding-left:9px;
      border-bottom:solid 1px #dcdddc;
}

.cabecera_interior
{
    color:Black;
     padding-bottom:10px;
     color:#043a8c;
     font-weight:bold;
     font-size:120%;
}
.enlace_menu:hover
{
    color:White;
    background-image:url(imagenes/fondo_naranja.png);
    text-decoration: none;
}


.submit, .boton, a.boton, a.boton:visited, .submit:visited, input[type=button], input[type=submit]	{
	margin-top:5px;
	/*background: #0c5c8c url(/images/alert-overlay.png) repeat-x; */
	background-image:url('Imagenes/fondo_boton.png');
	background-repeat:repeat-x;
	background-position:left center;
	display: inline-block; 
	font-size: 100% !important;
	padding: 8px 15px 9px; 
	color: #fff!important; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
    top: 0px;
    left: 5px;
    border:0px;
    /*width: 108px;*/
}
	
	
.submit:hover, .boton:hover, a.boton:hover, a.boton:hover:visited, input[type=button]:hover, input[type=submit]:hover{
margin-top:5px;
	/*background: #bc5424;*/
	background-image:url('Imagenes/fondo_botonOVER.png');
	background-repeat:repeat-x;
	background-position:left center;
	color:#000!important;
	font-size: 100% !important;
	display: inline-block; 
	/*padding: 5px 10px 6px;*/ 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	/*border-bottom: 1px solid rgba(0,0,0,0.25);*/
	position: relative;
	cursor: pointer;
	border:0px;
	}
	
/* Modificaciones 20140310*/

.cabec_superior {
	background-image:url('Imagenes/plantilla/superior.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:105px;
}

.espacio_menu {
	background-color:#333333;
	height:34px;
	padding-left:0px;
	padding-right:0px;
	
}

input {
	border-radius:3px;
}

input:hover {
	background-color:#FFF5E8;
}

.editar_producto {


}
	
