@charset "utf-8";
#contenido .zonacontenido .clean-error{background:#F7CBCA;border:solid 1px #CC0000;color:#C00;font-weight:bold;padding:4px;text-align:center;}
#contenido .zonacontenido .clean-gray,.icon-gray{background:#EFEFEF;border:solid 1px #DEDEDE;color:#222;padding:4px;text-align:center;}
#contenido .zonacontenido .clean-ok{background:#C9FFCA;border:solid 1px #349534;color:#008000;font-weight:bold;padding:4px;text-align:center;}
#contenido .zonacontenido .clean-yellow{background:#FFC;border:solid 1px #DEDEDE;color:#222;padding:4px;text-align:center;}

.icon-error{background:#F7CBCA url(img/icon-red.png) 8px 6px no-repeat;border:solid 1px #CC0000;color:#C00;font-weight:bold;padding:4px;text-align:center;}
.icon-ok{background:#eef4d3 url(img/icon-green.png) 8px 6px no-repeat;border:solid 1px #90ac13;color:#6b800d;font-weight:bold;padding:4px;text-align:center;}
.icon-yellow{background:#FFFFCC url(img/icon-yellow.png) 8px 6px no-repeat;border:solid 1px #DEDEDE;color:#222;padding:4px;text-align:center;}
.round-a-error{background:#CC0000 url(img/round_red-left.png) left top no-repeat;color:#FFF;text-align:center;}
.round-a-error div{background:url(img/round_red-right.png) right bottom no-repeat;padding:4px;}
.round-a-gray{background:#444444 url(img/round_gray-left.png) left top no-repeat;color:#FFF;text-align:center;}
.round-a-gray div{background:url(img/round_gray-right.png) right bottom no-repeat;padding:4px;}
.round-a-ok{background:#008000 url(img/round_green-left.png) left top no-repeat;color:#FFF;text-align:center;}
.round-a-ok div{background:url(img/round_green-right.png) right bottom no-repeat;padding:4px;}
.solid-error{background:#C00;color:#FFF;font-weight:bold;padding:4px;text-align:center;}
.solid-gray{background:#444;color:#FFF;padding:4px;text-align:center;}
.solid-ok{background:#008000;color:#FFF;font-weight:bold;padding:4px;text-align:center;}
.solid-yellow{background:#FFC;color:#222;padding:4px;text-align:center;}
.tooltips-error{background:#C00;color:#FFF;padding-top:4px;text-align:center;}
.tooltips-error div{background:url(img/tips_red.png) left bottom no-repeat;height:18px;margin-top:4px;}
.tooltips-gray{background:#444;color:#FFF;padding-top:4px;text-align:center;}
.tooltips-gray div{background:url(img/tips_gray.png) left bottom no-repeat;height:18px;padding-top:4px;}
.tooltips-ok{background:#008000;color:#FFF;padding-top:4px;text-align:center;}
.tooltips-ok div{background:url(img/tips_green.png) left bottom no-repeat;height:18px;padding-top:4px;}


.info-message{
	padding: 50px;
	text-align: center;
	font-size: 17px;
}