﻿body
{
    font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #333333;
}

	
h2.myrpagetitle
{	
	color:#004982;	
	font-size:20px;
	font-weight:bold;
	margin:15px 0;
	float:left;
	text-indent:0 !important;
	width:634px !important;
	display:block;
}

p.myrpagesubtitle
{
	font-size:12px;
	margin:-15px 0;
	float:left;
	width:634px !important;
}

.container_wuc input
{
	display:inline;
}


/*Help Footer*/
.helpfooter {height: 62px; width:930px; margin: 0 auto; }
		.helpfooter a {font-weight: bold;}
		.helpfooter a .button {display: block; float: left; padding:0 25px 0 6px;}
		
		
/*Separator*/
.hrSeparator 
{
background-color:#E5E3E3;
height:1px; line-height:1px; margin:0 0 23px;
clear:both;
}



.highlightElement
{
 border:1px #CC0000 solid;
 }
 
a, a:visited { color: #004982; }

/*
 * Agregado por Julio Obispo
 * 13/07/2009
 * Se agrega para forzar el margen de fondo de los campos dentro del div 'main'
 */
 #main input
 {
 	display:inline !important;
    margin-bottom:0 !important;
 }


