@charset "utf-8";
/* CSS Document */
body {
	/*background-color:#EFE6E1;*/
}

.errores {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

advertencia {
	background-image:url(../imagenes/modal-rojo-top.png);
	background-repeat:repeat-x;
	height: 38px;
}



DIV.t-error {
border:none;
margin-bottom: 0;
/*margin-left: 96px;
margin-right: 70px;*/
margin-top: 0px;
padding:8px 0 10px;
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
background-image:url(../imagenes/errores-sombra.jpg);
background-position:top;
background-repeat:repeat-x;
color:#CC0000;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:12px;
font-weight:bold;
background-color:#E7A9AA;
text-align: center;
width:inherit;
}

DIV.t-error div {
color:#CC0000;
background-color:#E7A9AA;
font-size:14px;
}

DIV.t-error ul {
background-color:#E7A9AA;
color:#CC0000;
margin:0px 0px;
}
