/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-size:12px;
	font-family: 'Signika', sans-serif;
	font-weight: normal;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input
{
	border:0;
}

p
{
	line-height:16px;
	font-size:14px;
	margin-bottom:10px;
}

.left
{
	float:left !important;
}

.right
{
	float:right !important;
}

input[type="submit"]
{
	cursor:pointer;
}

/*CUERPO*/

html, body, form
{
	font-family: 'Signika', sans-serif;
	font-weight: normal;
}

body
{
	color: #333;
	font-weight:normal;
	background-color: #F4F4F4;
	margin: 0;
	padding:0;
	
	width:100%;
}

ul
{
	padding-left:25px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:0px;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	margin-bottom:15px;
	background-color:#FEFEFE;
}

li
{
	list-style:decimal;
	margin-bottom:10px;
	line-height:16px;
	font-size:14px;
}

li span
{
	font-weight:bold;
	font-size:14px;
}

p
{
	text-align:justify;
	font-size:14px;
}

table
{
	border-spacing:0;
	border-collapse: collapse;
}

/*ENLACES BASE*/

a
{
	color: #06C;
	font-size:14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#F09C00;
}
a:active {
	text-decoration: none;
}

/*FORMATOS*/

ol, ul {
	list-style: none;
}

table
{
	border-spacing:0;
}

h1
{
	border-bottom:1px solid #666;
	font-size:18px;
	line-height:24px;
	color:#FFF;
	padding:5px 5px;
	text-transform:uppercase;
	
	background-color:#b0b7cc;
}

h2
{
	border-top:10px solid #F4F4F4;
	border-bottom:1px solid #CCC;
	font-size:18px;
	line-height:30px;
	color:#b0b7cc;
	padding:0 5px;
	margin-bottom:10px;
	
	text-transform:uppercase;
}

/*CLASES*/

div.cab
{
	border:1px solid #CCC;
	border-bottom-color:#999;
}

div.cab img
{	
	width:100%;
	height:auto;
	max-width:680px;
	max-height:120px;
}

div.content
{
	width:auto;
	max-width:680px;
	margin: 0px auto;
	
	padding:15px 10px;
}

div.capturas
{
	width:100%;
	padding-bottom:15px;
}

img.captura
{
	width:48%;
	height:auto;
	margin:1%;
	margin-bottom:2%;
	float:left;
	
	-moz-box-shadow: 0 0 3px #CCC;
	-webkit-box-shadow: 0 0 3px #CCC;
	box-shadow: 0 0 3px #CCC;
}

img.captura:hover
{
	-moz-box-shadow: 0 0 3px #069;
	-webkit-box-shadow: 0 0 3px #069;
	box-shadow: 0 0 3px #069;
}

div.nota
{
	font-size:14px;
	background-color:#FFB3B3;
	padding:15px 10px;
	margin-bottom:15px;
	
	text-align:center;
	
	line-height:16px;
}

div.nota_2
{
	font-size: 13px;
	background-color: #BDEBF4;
	padding: 15px 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 16px;
	text-transform: uppercase;
}

.direccion_server
{
	font-weight:bold;
}

div.descarga
{
	float:none;
}

div.text_qr
{
	width:100%;
	text-align:center;
	font-size:12px;
	color:#666;
	
	padding:5px 0 15px 0;
}

div.text_qr input[type="submit"], 
a.text_qr div
{
	width:100%;
	height:50px;
	line-height:48px;
	max-width:100%;
	background-color:#090;
	text-transform:uppercase;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	
	border:1px solid #090;
	border-bottom-color:#060;
	border-right-color:#060;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.text_qr input[type="submit"]:hover,
a.text_qr div:hover
{
	text-decoration:none;
	background-color:#0B0;
}

div.img_qr
{
	text-align:center;
}

div.img_qr img
{
	width:100%;
	height:100%;
	max-width:320px;
	max-height:320px;
}

a.link div
{
	width:100%;
	height:50px;
	line-height:48px;
	max-width:100%;
	background-color:#09F;
	text-transform:uppercase;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	
	border:1px solid #999;
	border-bottom-color:#666;
	border-right-color:#666;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

a.link div:hover
{
	text-decoration: none;
	background-color: #06F;
}


/*OVERLAYS*/

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#FFF;
	
	width:auto;
	min-height:auto;
	border:8px solid #FFF;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow: 0 0 90px #666;
	-webkit-box-shadow: 0 0 90px #666;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.simple_overlay img {
	width:300px;
	height:300px;
	-moz-box-shadow:0 0 3px #111;
	-webkit-box-shadow: 0 0 3px #111;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

    /* styling for elements inside overlay */
  .details {
	position:absolute;
	text-align:right;
	top:15px;
	right:15px;
	font-size:12px;
	color:#333;
	width:160px;
	padding:10px;
	background-image: url(../images/bg_titulo_slider.png);
	background-position: left center;
  }

  .details h3 {
  color:#F00;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  }

  .details h4 {
  color:#FFF;
  font-size:14px;
  text-transform:uppercase;
  }
