﻿body 
{
	background-color:White;
	}
/*Message Box*/
.margin_cero
{
    margin:0px;
    padding:0px;    
}
.margin_p_popup
{
    padding:0px;
    padding-top:10px;
    padding-bottom:10px;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 0px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
    
}
.LnkClose
{
	/*background-image: url('imagenes/boton.png');*/
	
	   
	    font-family: Verdana;
	    font-weight: Normal;
	    color: #626262;
	    border-top: 1px solid #ADACAC;
	    border-left: 1px solid #ADACAC;
	    border-right: 1px solid #626262;
	    border-bottom: 1px solid #626262;
	    font-size: 11px;
	    background-image: url('../../img/boton.png');
	    background-repeat: repeat-y;
		background-position: center;
		background-repeat: repeat-x;
		
	}
.info 
{
	font-family:'DINRegular'!important; text-transform:uppercase;color:#808080;
    background-color: White;
    font-size:12px;
    /*font-family:Arial;*/
    border: solid 2px #808080;
    
	/*font-family:Arial;
	font-size:10px;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');*/
}
.success 
{
	font-family:'DINRegular'!important; text-transform:uppercase;color:#808080;
    /*color: #4F8A10;*/
    background-color: White;
    border: solid 2px #808080;
    font-size:12px;
    /*font-family:Arial;*/
    /*background-image:url('images/success.png');*/
}
.warning {
    font-family:'DINRegular'!important; text-transform:uppercase;color:#808080;
    background-color: White;
    font-size:12px;
    /*font-family:Arial;*/
    border: solid 2px #808080;
    /*background-image: url('images/warning.png');*/
}
.error 
{    
    font-family:'DINRegular'!important; text-transform:uppercase;color:#808080;
    background-color: white;
    border: solid 2px #808080;
    font-size:12px;
    /*font-family:Arial;*/
    /*background-color: #FFFFFF;
    background-image: url('images/error.png');*/
}

.info p, .success p, .warning p, .error p {
    padding: 0px 50px;
    text-align:center;
}
.info a, .success a, .warning a, .error a {
    float: right;
    cursor:pointer;
    padding-top:5px;
}

.messageheader
{
     background-position: 10px center;
   /* background: url(images/sprite.png)  -400px; */
    background: url('images/error.png') center no-repeat;
    height:25px;
    padding:5px; 
    margin-left:5%;  
    margin-right:5%;
    border-bottom: solid 1px #ed1b2e;
}

.messageheadererror
{
     background-position: 10px center;
   /* background: url(images/sprite.png)  -400px; */
    background: url('images/error.png') center no-repeat;
    height:25px;
    padding:5px; 
    margin-left:5%;  
    margin-right:5%;
    border-bottom: solid 1px red;
}

.messageheadersuccess
{
     background-position: 10px center;
   /* background: url(images/sprite.png)  -400px; */
    background: url('images/success.png') center no-repeat;
    height:25px;
    padding:5px; 
    margin-left:5%;  
    margin-right:5%;
    border-bottom: solid 1px #ed1b2e;
}

.messageheaderwarning
{
     background-position: 10px center;
   /* background: url(images/sprite.png)  -400px; */
    background: url('images/warning.png') center no-repeat;
    height:25px;
    padding:5px; 
    margin-left:5%;  
    margin-right:5%;
    border-bottom: solid 1px #ed1b2e;
}
.messageheaderinfo
{
     background-position: 10px center;
   /* background: url(images/sprite.png)  -400px; */
    background: url('images/warning.png') center no-repeat;
    height:25px;
    padding:5px; 
    margin-left:5%;  
    margin-right:5%;
    border-bottom: solid 1px #ed1b2e;
}

.messageheadertext
{  
    color: Black;
    /*float:left;*/
    font-weight:bold;
}

.messagefooter
{
   /* background: #FFFFFF;*/
    background: url(images/sprite.png) repeat-x 0px -200px; 
    margin-left:10%;  
    margin-right:10%;
    vertical-align:middle;
    text-align:center;
    padding-top: 3px;
    padding-bottom:5px;
    border-bottom: solid 1px #808080;
    border-top: solid 1px #808080;
    
}

.messagemodalbackground
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.6;
    z-index:998;
}

/* validation */
.validation {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
.validation ul
{
	padding: 0px 30px;
}