/* CSS Document */

.alerta, .error {  
       font-family:Arial, Helvetica, sans-serif;   
       font-size:13px;  
       border: 1px solid;  
       margin: 10px 0px;  
       padding:15px 10px 15px 50px;  
       background-repeat: no-repeat;  
       background-position: 10px center;  
       position:relative;  
}  
.alerta {  
       color: #9F6000;  
       background-color: #FEEFB3;  
       background-image: url(../images/iconos/warning.png);  
}  
.error {  
       color: #D8000C;  
       background-color: #FFBABA;  
       background-image: url(../images/iconos/error.png); 
}

/*******************************************/

.alerta2, .error3 {  
       font-family:Arial, Helvetica, sans-serif;   
       font-size:13px;  
       border: 1px solid;  
       margin: 10px 0px;  
       padding:15px 10px 15px 50px;  
       background-repeat: no-repeat;  
       background-position: 10px center;  
       position:relative;  
}  
.alerta2 {  
       color: #9F6000;  
       background-color: #FEEFB3;  
       background-image: url(../images/iconos/warning.png);  
}  
.error3 {  
       color: #D8000C;  
       background-color: #FFBABA;  
       background-image: url(../images/iconos/error.png); 
}

/*******************************************/

.logintxt
{
	width:250px;
	height:20px;
	margin:auto;
}

#msjm {
		background-color: #00D76B;
		text-align: center;
		padding: 5px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: small;
		color: #000;
		border: 1px solid #090;
		font-weight: bold;
		clear:both;
		border-radius:5px;
		-moz-boder-radius:5px;
		-webkit-border-radius:5px;
}

#msjserror {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #C00;
	background-color: #FFBFBF;
	text-align: center;
	padding: 5px;
	border: 1px solid #C00;
	font-weight: bold;
	clear:both;
	border-radius:5px;
	-moz-boder-radius:5px;
	-webkit-border-radius:5px;
}

