body{
	margin:0;
	padding:0;
	background: #D8D8D8;
}
body,td,input,select,textarea{
	font-family : verdana, helvetica, arial, sans-serif;
	font-size: 7pt;
}

/* LINKS */
a img{border:none;}
a:link{
	color:#025eb3;
	text-decoration:none;
}
a:visited{
	color:#025eb3;
	text-decoration:none;
}
a:hover{
	color:#025eb3;
	text-decoration:underline;
}
a.black{
	color:#000;
	text-decoration:underline;
}
a.underline{
	text-decoration:underline;
}
/* TOP SECTIONS */
#upperbar{			
	margin:0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:20px;
	/*background:url(images/upperbarCenter.png) repeat-x;*/
	background:#D5D10E;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.8em;
	/*padding:0px 10px 6px 30px;*/
	white-space:nowrap;
	color:#666666;
	overflow:visible;
}
#upperbar #links{
	float:left;
	width: 326px;
	margin-top: 1px;
	padding-top: 1px;	
}
#upperbar a:link,#upperbar a:visited{
	color:#666666;
	font-size:1em;
	text-decoration:none;
	font-weight:normal;
}
#upperbar a:hover{
	text-decoration:underline;
}
#header{	
	height:52px;
	margin:0 auto;
	padding:0;
	/*background:url(images/headCenter.png) repeat-x;*/
	background:#79B4C6;
	/*position:relative;
	z-index: 10;*/
}
#head-logo{
	/*position:absolute;*/
	padding-top:2px;
	padding-left:2px;
	/*top:10px;
	left:10px;*/	
	color: white;
}
#head-right{
	position:absolute;	
	right:2px;
	top:22px;
	text-align:right;
	color:#fff;
}
#head-right a{
	color:#e5e5e5;
	text-decoration:none;
}
#head-right a:hover{
	text-decoration:underline;
}
/*.header2{
	width: 100%;
	height:25px;	
	margin:0 auto;
	background:url(images/toolbar.png) repeat-x;
	color:#FFF;
	font-size:1em;
	text-align:center;
	line-height:2.9em;
	position:relative;
	z-index: 10;
}*/

hr{
	border:0;
	margin:10px 0;
	border-top:1px solid #ccc;
}

/* Content */
.shadow{
	width:100%;
	margin:0px auto;
	padding:0px;
	/*background:url(images/bgshadow.png) center top repeat-y;*/
}
#entire{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#fff;
}
#content{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
#content-full{	
	/*width:936px;	*/
	position: relative;
	margin: 10px;
}
.pathbar{
	height:18px;	
	width: 100%;
	font-family:Verdana,Arial,sans-serif;
	font-size:1.25em;		
	font-weight:bold;
	margin:0;
	white-space:nowrap;
	color:#fff;
	/*border-bottom:solid 1px #ababab;*/
	/*background:#fff url(images/pathbg.png);*/
	background:#005D7C;
	text-align:center;
	padding-top:2px;
}
.pathbar A:link,.pathbar A:visited{
	/*padding-top:6px;*/
	color:#fff;
	text-decoration:none;
}
.pathbar A:hover{
	text-decoration:underline;
}
#footer{		
	margin:0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:15px;
	/*background:url(images/footerCenter.png);
	background-repeat:repeat-x;*/
	background:#666666;
	font-family:Verdana,Arial,sans-serif;
	line-height:1.8em;
	padding:0px 0px 5px 0px;
	white-space:nowrap;
	color:#fff;
	overflow:visible;	
}

.bottombar
{
	height:34px;
	width:100%;
	margin:0 auto;
	padding:0;
	background:url(images/footer.png) no-repeat left top;
	color:#FFF;
	font-size:1em;
	text-align:center;
	line-height:2.4em;
}
.bottombar A:link,.bottombar A:visited{
	font-family:Verdana,Arial,sans-serif;
	color:#FFF;
	padding:0 6px;
}
.copybar{
	/*width:938px;*/
	margin:0 auto;
	font-size:1em;
	padding:5px 5px 5px 5px;
	margin-bottom:5px;
}
.copy-left{
	color:#333;
	text-align:left;
	float:left;
}
.copy-right{
	float:right;
}
.copy-right a,.copy-right a:visited{
	text-decoration:none;
	color:#333;
}
.copy-right a:hover{
	text-decoration:underline;
}
.copy-right img{
	margin-bottom:2px;
}

.formulario {	
	padding:0px 20px;
	border:1px solid #cccccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;  
}

.hoja{
	padding: 20px 20px; 
	border: 1px solid #cccccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
}

.subtitulo { 
 font-size : 10px;
 text-decoration : none;
 font-weight: bold;
 padding: 1px;
 text-align: center;
 color: #008DBD;
 border-color: #ef8c08;
 border-style: solid;
 border-top-width: 0px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-bottom-width: 2px;
 width: 100%;
}

select { 	
	height:22px;
	padding:1px;
	background:#f7f7f7;
	border:1px solid #cccccc; 	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;  
}
input[type=text] { 	
	height:10px;
	padding:5px;
	background:#f7f7f7;
	border:1px solid #cccccc; 	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;  
}
input[type=password] { 	
	height:10px;
	padding:5px;
	background:#f7f7f7;
	border:1px solid #cccccc; 	
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}
input[type=text]:disabled
{
	background:#dddddd;
}
input.wait {
    background: url(images/indicator.gif) no-repeat center right;
}

.col1
{
	float: left;
	margin: 3px 3px 3px 3px;
}

.col2
{
	float: right;
	margin: 3px 3px 3px 3px;
}

.top {
	border: solid 0 #060; 
	border-top-width: 2px; 
	padding-top:0.5ex;
}

.bottom {
	border: solid 0 #060; 
	border-bottom-width: 2px; 
	padding-bottom:0.5ex;
}

.cell-left {
	border-color:black;	
	border-left:thin solid;
}

.cell-right {
	border-color:black;
	border-right:thin solid;
}

.cell-top {
	border-color:black;
	border-top:thin solid;
}

.cell-bottom {
	border-color:black;
	border-bottom:thin solid;
}

.hprint{
	display: none;
}

.opcion {
	float: left;
	width: 85px;
	min-height: 80px;
	margin: 3px;
	padding: 5px;
	color: white;
	border: 3px solid #005D7C;
	background:#79B4C6;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
.opcion:hover {
	background:#D5D10E;	
	border: 3px solid #79B4C6;
}