/* Css específico del efecto */

#wrap {
	margin:0 auto 0 auto;
	width:1200px;
}

h1{
	color:#555555;
	font-family: verdana;
}

div.desc_corta{
	font-family: verdana;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

div.desc_larga{
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	text-align: center;
	width: 480px;
	height: 50px;
}

div.mail{
	font-family: verdana;
	color: #000000;
	font-size: 14px;
	text-align: center;
	width: 480px;
	height: 30px;
}

div.contiene_tabla, div.contiene_tabla2 {
height: auto;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
width: 480px;
border-bottom: solid 1px #000;
border-right: solid 1px #000;
margin-bottom: 15px;
}

table {
background-color: #ffffff;
color: black;
table-layout: fixed;
width: 480px;
border-color:#dddddd;
}

table.titulos {
width: 480px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;      
}

table.estados {
	background-color: #ffffff;
	width:480px;
	margin-bottom:30px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 16px;
    border-color:#dddddd;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
   
} 
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 4px;
    text-align: left;    
}

.bordered th {
    background-color: #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);
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}


th, td {
border: 0px solid black;
padding: 2px;
font-size: 12px;
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3.0 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP */
word-wrap: break-word; /* IE 5+ */
}

tr.headers {
background-color: #cccccc;
color:#444444;
text-align:center;
}

/* extendemosel ancho para .contiene_tabla2
para colocar el scroll por fuera */


/* Fix para listas */
div.contiene_tabla ul li, div.contiene_tabla2 ul li{
list-style-type: square;
list-style-position: inside;
}

div#tabla_uno{
position:relative;
float: left;
height: auto;
margin-right: 50px;
margin-left: 100px;
}
div#tabla_dos{
position:relative;
float: left;
height: auto;
}
