﻿/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:335px; width:374px; color:#bbb; background-color:#333; border:0px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:0px;}
#simplemodal-container a.modalCloseImg {background:url(/pages/images/close-button.png) no-repeat; width:32px; height:32px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
/* 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 (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* 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');
}
/*
#topBar{
	background-image: linear-gradient(bottom, rgb(18,33,201) 28%, rgb(221,222,240) 98%);
background-image: -o-linear-gradient(bottom, rgb(18,33,201) 28%, rgb(221,222,240) 98%);
background-image: -moz-linear-gradient(bottom, rgb(18,33,201) 28%, rgb(221,222,240) 98%);
background-image: -webkit-linear-gradient(bottom, rgb(18,33,201) 28%, rgb(221,222,240) 98%);
background-image: -ms-linear-gradient(bottom, rgb(18,33,201) 28%, rgb(221,222,240) 98%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.28, rgb(18,33,201)),
	color-stop(0.98, rgb(221,222,240))
)
}
*/

#imgPage{
	visibility:hidden;
}

#topBar { height: 100px; background-color: #1a82f7; /* Navegadores sin CSS3 */ 
background-image: url(images/linear_bg_2.png); /* Navegadores sin CSS3 */ 
background-image: -moz-linear-gradient(100% 100% 90deg, #2F2727, #1a82f7); /* Firefox */ 
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727)); /* Webkit: Chrome, Opera,... */
background-​​image: linear-gradient(top , #1a82f7, #2F2727 ); /* CSS3 puro */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a82f7, endColorstr=#2F2727)";
}


/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #000;
    border-top:1px solid #eee;
    border-left:1px solid #eee;    
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:90%;
    line-height:110%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}/* POSITIVE */button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}/* NEGATIVE */.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

* {
	margin: 0;
	padding: 0;
}

.thumb {
	cursor: pointer;
	display:none;
	width:19%;
	color:#FFF; 
	font-weight:bold; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	float:left;
	position:relative;
	text-align:center; 
	border:solid #999 1px;
	margin:4px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
	padding-bottom:2px;
	padding-top:0px;
	padding-right:2px;
	background-color:#00C;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#visor{
	display:none;
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

/* use a semi-transparent image for the overlay */
  #overlay {
    background-image:url(/media/img/overlay/transparent.png);
    color:#efefef;
    height:450px;
  }
  /* container for external content. uses vertical scrollbar, if needed */
  div.contentWrap {
    height:441px;
    overflow-y:auto;
  }
  
.jqmOverlay { background-color: #FFF; }
.jqmWindow {
	background: #888888 url(modal_bckgrn.gif) left top repeat-x;
	color: #000;
	border: 1px solid #888888;
	padding: 0 0px 50px;
}

button.jqmClose {
	background: none;
	border: 0px solid #EAEAEB;
	color: #000;
	clear: right;
	float: right;
	padding: 0;
	margin-top:5px;
	margin-left:5px;
	cursor: pointer;
	font-size: 8px;

	letter-spacing: 1px;
}

button.jqmClose:hover, button.jqmClose:active {
	color: #FFF;
	border: 0px solid #FFF;
}

#jqmTitle {
	background: transparent;
	color: black;
	text-transform: capitalize;
	height: 50px;
	padding: 0px 5px 0 10px;

}

#jqmContent {
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
	margin: 0;
	margin-top: 0px;
	background: #e8e8e8;
	border: 1px solid #888888;
}
  