/* CSS Document */

.Texto
{
color:#273890;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.TablaPrincipal 
{
	position:relative;
	top:20px;
}
.TablaUsuario
{
    position:relative;
    top:-507px;
    left:100px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

div.rounded-box {
    position: relative;
    width: 800px;
	height:470px;
    background-color: #c7cff3;
    margin: 10px auto;
	top:-50px;
}

.HomeTable
{
	width:100%;
	height:100%;
	border:solid 1px #273890;	
}
.HomeTexto
{
	font-family:Verdana;
	font-size:11px;
	color:#044472;
	margin-top:10px;
	margin-left:10px;
	text-align:justify;
}

.HomeTable td
{
	vertical-align:top;
}

.HomeTableInformacion01 thead td
{
	background: url(../Images/Head_Aluminio.jpg) no-repeat;
	height:50px;
}
.HomeTableInformacion01 tbody td
{
	width:300px;
	text-align:justify;
}
.HomeTableInformacion01
{
	vertical-align:top;
	font-family:Verdana;
	font-size:11px;
	color:#044472;
}
.HomeTableInformacion02 thead td
{
	background: url(../Images/Head_Cristaleria.jpg) no-repeat;
	height:50px;
}
.HomeTableInformacion02 tbody td
{
	width:300px;
	text-align:justify;
}
.HomeTableInformacion02
{
	vertical-align:top;
	font-family:Verdana;
	font-size:11px;
	color:#044472;
}
.HomeTableInformacion03 thead td
{
	background: url(../Images/Head_Cerrajeria.jpg) no-repeat;
	height:50px;
	margin-bottom:30px;
}
.HomeTableInformacion03 tbody td
{
	width:300px;
	text-align:justify;
	
}
.HomeTableInformacion03
{
	vertical-align:top;
	font-family:Verdana;
	font-size:11px;
	color:#044472;
}

.HomeTableSituacion01 thead td
{
	background: url(../Images/Head_Situacion.jpg) no-repeat;
	height:50px;
	margin-bottom:30px;
}
.HomeTableSituacion01 tbody td
{
	width:300px;
	text-align:justify;
	
}
.HomeTableSituacion01
{
	vertical-align:top;
	font-family:Verdana;
	font-size:11px;
	color:#044472;
}

.Listado 
{	
	list-style-image:url(../Images/vineta.jpg);
	margin-top:5px;
}

/*********************
Caja Exterior
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 0;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
	position: relative;
	font-size: 150px;
	font-family: arial;
	color: #c7cff3;
	line-height: 40px;
	z-index: 0;
}

/*********************
Bordes
*********************/

div.top-left-corner { top: 0px; left: 0px; }
div.bottom-left-corner {bottom: 0px; left: 0px;}
div.top-right-corner {top: 0px; right: 0px;}
div.bottom-right-corner {bottom: 0px; right: 0px;}
div.top-left-inside {left: -8px;}
div.bottom-left-inside {left: -8px; top: -17px;}
div.top-right-inside {left: -25px;}
div.bottom-right-inside {left: -25px; top: -17px;}

/*********************
Contenido (txt)
*********************/

div.box-contents {
	position: relative;
	padding: 10px;
	color:#000;
	font-weight: bolder;
	z-index: 1;
}

