/*************************/
/******** COLORES ********/
/* AZUL:									#2A418B */
/* AZUL CLARO:			#00A8EC */
/* GRIS LETRA:			#4B5971 */
/*************************/
body, table
{
	color: #4B5971;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 5px;
	text-align: center;
}
#pagecontent_mensaje
{
	background: #00A8EC url(../images/infoFondo.gif) no-repeat right center;
	border: solid 1px #2A418B;
	display: none;
	margin: 15px 5% 0;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}
.obligatorio
{
	color: Red;
	font-weight: bold;
}
/******************************************************************/
/******************************************************************/
img
{
	border: 0px;
}
div.border
{
	border: solid 1px #2A418B;
}
h1
{
	background: url(../images/h1.gif) repeat-x;
	border: solid 1px #2A418B;
	color: White;
	font-size: 12px;
	height: 18px;
	margin: 0px;
	padding-top: 2px;
	text-align: center;
}
/******************************************************************/
/* FORMULARIOS ****************************************************/
fieldset
{
	margin: 10px;
}
fieldset.noborder
{
	border: 0px;
}

fieldset legend
{
	background-color: #ffffff;
	color: #2A418B;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 3px 7px 3px;
}
fieldset div fieldset
{
	border: 0px;
}
div.mensaje
{
	text-align: center;
	color: Red;
	font-weight: bold;
}
div.buttons
{
	text-align: center;
}
div.buttons input.button, input.button
{
	border: #2A418B 1px solid;
	margin-top: 10px;
	font-weight: bold;
	filter: none;
	cursor: pointer;
	color: white;
	background-color: #00A8EC;
	height: 19px;
}
fieldset div
{
	text-align: left;
}

fieldset div label.left
{
	padding-right: 5px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	width: 100px;
	padding-top: 4px;
	text-align: right;
}

fieldset div label.right
{
}
input, select, textarea
{
	color: #4b5971;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
fieldset form div input.2num
{
	width: 20px;
}
fieldset form div input.4num
{
	width: 32px;
}
fieldset div input.medio, fieldset div select.medio
{
	width: 145px;
}
fieldset div input.largo, fieldset div select.largo, fieldset div textarea.largo
{
	width: 255px;
}
fieldset div select.largo
{
	margin-top: 1px;
}
/**/
fieldset div.formattexto
{
	border: #7f9db9 1px solid;
	border-bottom: 0px;
	margin: 1px 0 -1px 0;
	padding: 2px 2px 0px 2px;
	background-color: #e6ecff;
	width: 650px;
}
fieldset div.formattexto select
{ margin-bottom: 2px;}

fieldset div a.formattexto
{
	border: #e6ecff 1px solid;	
}
fieldset div a.formattexto:hover
{
	border: #000 1px solid;
}
fieldset div select .automatico
{
	background-color: #4B5971;
	color: White;}


