body{
	background-color: #f2f2f2;
}

/* default link color */
a { color:#999; text-decoration: none; }

/* default link hover color */
a:hover { color:#333; text-decoration: none; } /*#0b5781*/

img {
height: auto !important;
max-width: 100%;
}
p{
	margin: 0;
}

#container {
font-family: "Arial";
border: 1px solid #ccc;
font-size: 12px;
width: 100%;
max-width: 800px;
margin: auto;
/*padding: 10px;*/
/*text-align: left;*/
}


#loginform, #ticketform {
  background:#f1f1f1;
  border-color:#ccc;
}

/* bottom border of header */
#header {
  border-color:#000;
  padding: 0 10px 0 0;
  height: auto;
  max-height: 165px;  
  overflow: none;
}

#header_movil {
  display: none;
}

@media screen and (max-width: 500px) {
  #header {
    display: none;
  }

  #header_movil {
    display: block;
  }
}

#container *{
	background: #fff; 
}
.opc_contenido{
	width: 100%;
}
.cont_medio{
	width: 50%;
  float:left;
}
.frm_btn_enviar{
	text-align: center;
    margin: 15px 0;
}
/* "SUPPORT TICKET SYSTEM" default text */
/*#header p {
  color:#666;
}*/

#titulo{
	padding: 10px 15px;    
    margin-bottom: 10px;
    text-align: center;
}
.titulo_principal{
	font-size: 20px;	
	font-weight:normal; 
	margin:0; 
	padding:0; 
	color:#669900;
}
#sub_titulo{
	padding: 1px 20px;
    text-align: center;
    margin-bottom: 10px;
}

#content {	
    display: inline-block;
    padding: 2% 5%;
    width: 90%;
}

.cols{
	float: left;
	width: 47%;
	min-width: 47%;
}

.dialogo{
	width:60%; 
	min-width: 60%;	
}
@media (max-width: 500px) {
  
  .cols {
    width:auto;
    float:none;
  }
  .dialogo{
	width:auto;
  }
  
}

.col_1_2{
	padding-right: 5%;
}

.session_titulo{
	font-size: 15pt;
    color: #669900;
    font-weight: normal;
    text-align: center;
    /*padding: 25px 5px;*/
}
.session_desc{
	color: #333;
	text-align: justify;
}

#form_accion{
	display: inline-block;
    padding: 2% 5%;
    width: 90%;
}


/* "SUPPORT TICKET" color */


/* top nav background and bottom border */
#nav {
	background: #f1f1f1;
    width: 100%;
    clear: both;
    /* margin: 0px; */
    margin: 15px 0;
    padding: 0;
    height: auto;
    min-height: 24px;  
}
#nav li {	
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

/* nav link color */
#nav li a {
	background: #f1f1f1;
    color: #07d5f;
    font-weight: bold;
    font-size: 21px;
    height: auto;
    /* min-height: 70px; */
    /* display: block; */
    /* padding-left: 20px; */
    margin: 0 10px 0 10px;
    text-decoration: none;
    font-weight: bold;
    float: left;
    vertical-align: middle;
}

/* nav link hover color */
#nav a:hover {
  color:#333;
}

/* footer background and border */
#footer {
	color: #333;
	width: 96%;        
    text-align: center;
    padding: 2%;
    overflow: none;
    display:inline-block;
}

h1.titulo_uno{
	font-size: 15pt;
	font-weight:normal;	
  	margin:0;
  	padding:0;  	
	color:#669900;	    
}

.lcol {
    width: 350px;
    float: left;
    text-align: justify;
}
.rcol {
    width: 350px;
    float: right;
    text-align: justify;
}
fieldset {
    clear: both;
    margin: 0;
    padding: 2px 0 2px 0;
    border: 0;
}
.button, .button2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    background-color: #f2f2f2 !important;
    padding: 10px;
    color: #666666;
}
#reg_enviar, #con_enviar{	
	text-align: center;
}

.txt_form{
	color: #666666;
	font-size: 19px;	
}
.form_input{
	border: 1px solid #999;
	width: 100%;
	height: auto;
	min-height: 30px;
	font-size: 20px;
}
#copyright{
	color: #333;
	background-color: #f2f2f2 !important;
	clear: both;
	padding: 5px;
}
/* Headings 
h1 {
  color:#669900;
}
h2 {
  color:#333;
}
h3 {
  color:#666;
}
*/

/* Data Table */
table.tgrid {
 border-left: 1px solid;
}

table.tgrid td {
  border:1px solid;
  border-top:none;
  border-left:none;
}

table.tgrid th {
  color: #FFF;
  font-size: 12px; 
  font-weight:bold;
}


table.tgrid, table.tgrid td, table.tgrid th {
  border-color:#ADADAD;
}

/* Table headings */
table.tgrid th {
  background:#ADADAD;;
  color:#FFF;
}

table.tgrid th a, table.tgrid th a:hover {
  color:#F1f1f1;
  text-decoration:underline;
}

/* row highlighting on hover */
.tgrid tr:hover td {  background-color: #FFFFDD; }

/* Alt rows used on most data tables */
.row1 { background-color: #F4FAFF; }
.row2 { background-color: #F1f1f1; }

/* auto-highlight */
.row1.highlight td,.row2.highlight td {
    background-color: #FFFFDD;
}


/* mesages, warning and errors */
.error {
    color: #FF0000;
}

.msg {
    color:#007d5f;
}

#infomessage {
  background-color: #390;
  border-color: #390;
  color: #390;
  background: #CFC;
}

#errormessage {
    border-color: #903;
    background-color: #fcc;
    color: #903;
}

#warnmessage {
    border-color: #fad163;
    background-color: #fdedc1;
}

/* Input buttons/submits colors*/
.button {
    background-color: #2d5851;
    color: #FFF;
    border-color: #666;
}
.button_def{
	cursor: pointer;
    background-color: #aaa !important;
    color: #FFF;
    border-color: #666;
    width: auto;
    height: 31px;
    font-size: 18px;
}
/* Assorted number of tables used on view ticket.*/

table.infotable td, table.infotable th {
    background-color: #F4FAFF;
}

table.infotable th {
    font-weight:bold;
    text-align:left;
    padding-left:3px;
}

/* Response & message background */
table.message, table.response {
    border-color:#ADADAD;
}

/* Message title */
table.message th {
    background-color: #C3D9FF;
}
/* Response title */
table.response th {
    background-color: #FFE0B3;
}

/* message & response header */
table.message tr.header td, table.response tr.header td {
    background-color: #EFEFEF;
    border-color:#ccc;
}

/* table cells bg */
table.message td, table.response td {
  background-color: #FAFAFA;
}

.rcol h3, .lcol h3 { color:#007d5f; }

hr { border:none; border-bottom:1px solid #ccc; margin:10px 0 10px 0; }
.seg_titulo{
	background: #aaa;
    font-weight: bold;
    margin-top: 17px;
    text-align: center;
    color: white;
}

