@charset "UTF-8";
.arial12gristxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: normal;
}
.arial12grisBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}
.arial18tituloVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 95%;
	color: #006633;
	font-weight: bold;
}
.arial18tituloROJO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 95%;
	color: #CC0000;
	font-weight: bold;
}
.arial14tituloROJO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 95%;
	color: #CC0000;
	font-weight: bold;
}
.arial10grisBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}
.arial14tituloVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	color: #009900;
	font-weight: bold;
}
.arial14tituloAmarillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	color: #CC9900;
	font-weight: bold;
}
.arial16grisBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}

.modalBackground

{
background-color: #D1D2A2;
filter: alpha(opacity=80);
opacity: 0.7;
z-index: 10 !important;
}

.modalPopup

{

padding: 0px;
background-color: white;

border: Gray 2px solid;
z-index: 20 !important;

}

.modalheader

{

border-bottom-style: solid;
border-bottom-width: 1px;

border-bottom-color: Gray;
font-weight: bold;

padding: 5px;
cursor: move;

background-image: url(../images/image.jpg);
background-repeat: repeat-x;

}

.closemodal

{

right: 0px;
width: 20px;

cursor: pointer;
position: absolute;

top: 5px;
height: 20px;

background: url(../images/close.png);
background-repeat: no-repeat;

}

.modalcontent

{

padding: 5px 10px 5px 10px;
}

.modalfooter

{

padding:5px;
background-color:#F5F5F5;

text-align: center;
}