/* 
	Blue Dream
	Written by Teylor Feliz  http://www.admixweb.com
*/

.myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color: #b40404;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 3px 24px 3px 24px ;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
	background-position: bottom;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.myButton:active {
	position:relative;
	top:1px;
}

.contenedor0 table {
	alignment-adjust:central;
	text-align: center;
	width:100%;
}


.contenedor1 { 
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	border:1px solid #b40404;
	background:#b40404;
	padding:5px;
	width:40%;
}

.contenedor1 table {
	alignment-adjust:central;
	text-align: center;
	width:100%;
}

.contenedor2 { 
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	border:1px solid #b40404;
	background:#b40404;
	padding:5px;
	width:60%;
}

.contenedor2 table {
	alignment-adjust:central;
	text-align: center;
	width:100%;
}

.contenedor3 {
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	border:1px solid #b40404;
	background:#b40404;
	padding:5px;
	width:80%;
}

.contenedor3 table {
	alignment-adjust:central;
	text-align: center;
	width:100%;
}
.contenedor4 { 
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	border:1px solid #b40404;
	background:#b40404;
	padding:5px;
	width:90%;
}
.contenedor4 table {
	alignment-adjust:central;
	text-align: center;
	width:100%;
}


.contenedor5 { 
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	border:1px solid #b40404;
	background:#b40404;
	padding:5px;
	width:95%;
}
.contenedor5 table {
	alignment-adjust:central;
	text-align: center;
	width:100%;
}


.celdavacia {
	background-color: #d3e4e5;
	font-size: 10px;
	margin: 1px;
	padding: 1px;
	border: 0px none #FFF;
}

.titulo_pagina {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0.1em 0.1em #333;
	background-color: #b40404;
}
.titulo_seccion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0.1em 0.1em #333;
	background-color: #b40404;
}

.titulo_columna {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0.1em 0.1em #333;
	background-color: #b40404;
	alignment-adjust: central;
	text-align: center;
}

.te {
	color: #CCC;
	background-color: #683a3c;
}
.tex {
	color: #FFF;
	background-color: #683a3c;
	font-weight: bold;
}

table { 
	background:#D3E4E5;
	border:1px solid gray;
	border-collapse:collapse;
	color:#b40404;
	font:normal 12px verdana, arial, helvetica, sans-serif;
}
caption { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0.1em 0.1em #333;
	background-color: #b40404;
}

td, th { 
	color:#333;
 	padding:.3em;
 
}
th {
	background-color: #b40404;
	color: #FFF;
}

tr { border:0.1px dotted red;
}
thead th, tfoot th { background:#5C443A;
 color:#FFFFFF;
 padding:3px 10px 3px 10px;
 text-align:left;
 text-transform:uppercase;
}
tbody td a { color:#363636;
 text-decoration:none;
}
tbody td a:visited { color:gray;
 text-decoration:line-through;
}
tbody td a:hover { text-decoration:underline;
}
tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
tbody th a:hover { color:#363636;
}
tbody td+td+td+td a { background-image:url('bullet_blue.png');
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
.tituloTabla {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
}
tbody td+td+td+td a:visited { background-image:url('bullet_white.png');
 background-position:left center;
 background-repeat:no-repeat;
}
tbody th, tbody td { text-align:left;
 vertical-align:top;
}
tfoot td { background:#5C443A;
 color:#FFFFFF;
 padding-top:3px;
}
.odd { background:#fff;
}
tbody tr:hover { background:#99BCBF;
 border:1px solid #03476F;
 color:#000000;
}
tbody.scrollContent {
  display: block; /*obligado*/
  height: 262px; /*la que necesites*/
  overflow: auto; /*obligado*/
  width: 100%;
}
td{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	
}

.texto_relleno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	text-align: justify;
	margin: 5px;
}

.texto_relleno1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #666;
	text-align: justify;
	margin: 5px;
	font-weight: bold;
}

.texto_relleno2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d9dadb;
	background-color: #272527;
	text-align: justify;
	margin: 5px;
}

.texto_relleno3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #574a47;
	font-style: italic;
	text-shadow: 0.2em 0.2em #333;
}

.contenedor0 { 
	border-radius:10px; 
	-moz-border-radius:10px; /* Firefox */ 
	-webkit-border-radius:10px; /* Safari y Chrome */ 
	border:1px solid #369;
	background:#369;
	padding:5px;
	width:20%;
}

#submit {
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    margin: 0 10px 20px 0;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 8px 8px 8px 8px;
}

.tabla_sinborde {
	background:none;
	border: 0px none #FFF;
	border-collapse: separate;
	border-spacing:  8px;
}
