﻿table {
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 400px;    
}

.bordered {
    border: solid #ccc 1px;
 }

.bordered tr:hover {
    background: #dcdcdc;/*#fbf8e9;*/
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;   
	text-decoration:none;
	color: #333333;
	font-size:11px;

}

.bordered th {
    background-color: #990000;/*#dce9f9;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); */
    color:White;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.ancho_td_1
{
	width:130px;
}

.ancho_td_2
{
	width:225px;
}

.ancho_td_titulo
{
	width:400px;
}


/*Ventana emergente mensaje*/

.bordered_msg {
    border: solid black 1px;
    width:325px;
	height:115px;
	background-color:#F1F0F0;
}
    
.bordered_msg th {
    border-left: 1px solid #ccc;
    border-top: 1px solid black;
    padding: 10px;
    text-align: left;   
	text-decoration:none;
	color: #333333;
	font-size:11px;

}

.bordered_msg td
{
	padding:10px;
    
	text-decoration:none;
	color: #333333;
	font-size:11px;
}

.bordered_msg th 
{
	background-color: #990000;
    color:White;
}

.bordered_msg td:first-child, .bordered_msg th:first-child {
    border-left: none;
}


.Ventana_Msg
{
	width:100%;
	height:100%;
	text-align:left;
	color:Black;
	font-family:Verdana Ref;
	font-size:12px;
	margin: 0;
	top:0px;
	position: fixed;
	right: 0px;
	left:0px;
	vertical-align:middle;
	text-align:center;
	background-image:url('../images/transparente.png');
	z-index:100;
}


.Ventana_Msg_Interna
{
	width:100%;
	height:50%;
	text-align:center;
	font-family:Verdana Ref;
	font-size:12px;
	float:left;
	z-index:2;
	position:relative;
	text-align:center;
	vertical-align:middle;
	top:30%;
	left: 0px;
	background-color:Transparent;
}


.BotonMsg
{
	width:71px;
	height:23px;
	border:none;
	cursor:pointer;
	text-align:center;
	color:#FFFFFF;
	background:url(../images/register_bt.gif) no-repeat center;
}