@charset "utf-8";
/* CSS Document */

<style type="text/css">
body
{
    margin: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #333333;
    position: absolute;
    z-index: 998;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 843px;
    left: 30%;
    top: 30%;
    z-index: 999;
}
.modal
{
    background-color: white;
	background-image:url(cabezal.jpg);
    border: solid 4px white; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 843px;
    height: 633px;
    padding: 0px;
	border-radius: 20px;
}
.modalTop
{
    width: 833px;
	height: 20px;
    background-color: #FFFFFF;
    padding: 4px;
    color: #003399;
    text-align: right;
	border-radius: 20px;
	font:11px Open Sans,Arial,sans-serif;color:#003399;
}
.modalTop a, .modalTop a:visited
{
    color: #003399;
}
.modalBody
{
    padding: 10px;
}
</style>OpenSans400subtitulosGRIS {
	color: #666666;
}
.cuerpo12 {
	font-size: 12px;
}
