/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

TEXTAREA
{
	/*visibility:hidden;*/
}

.jqmWindow
{
	display: none;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	background-color:transparent;
	color: #333333;
	/*border: 2px solid silver;*/
	padding: 0px;
	font-family:Arial;
	font-size:12px;
   
}
.TitleTexto
{
	color:#FFFFFF;
	text-align:left;
	font-weight:normal;
	font-size:18px;
}
.jqmWindow .Title
{	
	/*background-color: #EEE;*/
	height:30px;
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	background-color:red;
    border-radius:5px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:10px;
	/*padding:5px;*/
	/*margin:0px;*/
	/*border-bottom: 1px solid silver;*/
}
.jqmWindow .Buttons 
{	
	text-align: right;
	padding-top: 10px;
	padding-right:10px;
	height:30px;
	padding-bottom: 10px;
	background-image:url("Img/Lightbox_03.png"); 
	background-repeat:no-repeat;
	border-top:solid 1px #CCCCCC;
	background-position:bottom;
}
.jqmWindow .Buttons_1
{	
	text-align: center;
	padding-top: 10px;
	padding-right:10px;
	height:auto;
	padding-bottom: 10px;
	background-image:url("Img/Lightbox_03.png");
	background-repeat:no-repeat;
	border-top:solid 1px #CCCCCC;
	background-position:bottom;
}
.jqmWindow .Body 
{	
	/*padding: 10px;*/
	/*min-height: 150px;*/
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	text-align:center;
	background-color:#FFFFFF;
	padding: 20px 10px;
}

.jqmWindow .BodyVerMas 
{	
	/*padding: 10px;*/
	min-height: 50px;
	max-height: 260px;
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	text-align:center;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	overflow:auto;
	color: Blue;
}
.datosmodal {color:red; 
             font-weight:bold; 
             margin-bottom:5px;
}
.titulosdatos {
    font-weight:bold;
    margin:2px 5px;
}
.Foto
{
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	height:18px;
	background-color:White;
	padding-top:27px;
}


.jqmWindow .Error {	
	color: #FFFFFF;
	background-color:#FFFFFF;
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	text-align: left;
    padding: 10px;
    padding-top:17px;
    margin: 0px;
    display:none;
    height:18px;
    padding-left:55px;
    background-image:url(Img/BGLightBox_01.png);
    background-repeat:no-repeat;
    background-position:bottom;
}
.jqmWindow .AvisoFoto {	
	color: #000000;
	background-color:#FFFFFF;
	border-left:solid 1px #BBBBBB;
	border-right:solid 1px #BBBBBB;
	text-align: left;
	 padding: 10px;
    padding-top:17px;
    margin: 0px;
    height:18px;
    padding-left:55px;
    background-image:url(Img/BGLightBox_02.png);
    background-repeat:no-repeat;
    background-position:bottom;
}
.jqmWindow .Message {	
	background-color: #EFF;
	color: black;
	text-align: left;
	font-weight: bold;
	border: 1px solid yellow;
    padding: 0px;
    display:none;
}





.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindowGrande
{
	 top: 0%;
}

.TextoExplicacion
{
    float:left;
    width:200px;
    font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	color:#333333;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
}

.TituloExplicacion
{
    float:left;
    width:250px;
    font-family:Arial, Verdana, Sans-Serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
}