@charset "utf-8";
/* CSS Document */

#header {
	width: 800px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#cuerpo {
	background-color: #25516A;
	background-image:url(../img/edificioFondo.png);
	width: 800px;
	height:520px;
	position:relative;
	margin-left:auto;
	margin-top:10px;
	margin-right:auto;
}

#master {
	background-color: #FFF;
	background-image: url(../img/fondoTop.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#cTextos {
	background-image:url(../img/fondoZonas.png);
	width: 800px;
	height:520px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	overflow-y:auto;
	overflow-x:hidden;
}

#c1 {
    background-image:url(../img/fondoItems.png);
	width: 800px;
	height:130px;
	margin-left:0px;
}

a:link{
	border:none;
	color:#000;
	text-decoration:none;
}

a:visited{
	border:none;
	color:#069;
	text-decoration:none;
}

a:hover{
	color:#069;
	border:none;
}

.titulos {
text-decoration:none; 
font-family:Geneva, Arial, Helvetica, sans-serif; 
font-size:20px; 
color:#000000;
margin-top:20px;
}

.textos {
text-decoration:none; 
font-family:Geneva, Arial, Helvetica, sans-serif; 
font-size:15px; 
color:#000000;
}

.fotos{
	border:0;
}

body,td,th {
	font-size: 100%;
}

h2{
	font:Verdana, Geneva, sans-serif;
}

/* For table management*/
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #25516A url('../img/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #25516A url('../img/right.png') right -1px no-repeat;
}
#rounded-corner thead th.rounded-q1
{
	background: #25516A;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color:#FFF;
	background: #b9c9fe;
}

#rounded-corner td
{
	padding: 8px;
	color:#000;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../img/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../img/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #FFF;
}