/* CSS Document */

/************************** Body *******************************/
html, body {
height: 100%;
margin: 0;
padding: 0;
}
/***************************************************************/

.Background {
background:url(ima/bg-cuerpo.jpg) center repeat-y;
}

.Base {
border:1px;
border-color:#333333;
border-style:solid;
background:url(ima/bg-base-scorpion.jpg) right no-repeat;
background-color:#999999;
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
font-size:10px;
color:#333333;
text-align:left;
}

/***************************************************************/

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.TituloPrincipal {
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
font-weight:bold;
text-align:left;
line-height:29px;
color: #333333;
}

.Subtitulo {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
text-align:left;
color:#990000;
}

.SubtituloPeque {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-align:center;
color:#990000;
}

.CuerpoNormal {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight:normal;
line-height:normal;
text-align:justify;
}

.CuerpoRojo {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#990000;
text-align:justify;
}

.CuerpoPeque {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}

/***************************************************************/

.aMenuEmpresa,.aMenuEmpresa:link,.aMenuEmpresa:visited,.aMenuEmpresa:active {
background:url(ima/bg-menu-empresa.jpg) left bottom repeat-x;
background-color:#BF0005;
display:block;
color:#FFFFFF !important;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-align:right;
padding-top:4px;
padding-right:5px;
width:200px;
height:18px;
}
.aMenuEmpresa:hover {
background-color:#FF9900;
color: #333333 !important;
}
.BgBaseMenuEmpresa {
background:url(ima/bg-menu-empresa-base.jpg) bottom center no-repeat;
background-color:#BF0005;
}

/***************************************************************/
.SeparadorVertical {
background:url(ima/separador-vertical.jpg) top center repeat-y;
width:11px;
}

.SeparadorHorizontal {
background:url(ima/separador-horizontal.gif) left center repeat-x;
height:18px;
}
/***************************************************************/
/*formulario*****************************************************/

.Form1 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:3px;
width:210px;
border-style:solid;
border-width:1px;
border-color: #ffffff;
background-color:#666666;
}
.Form2 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:3px;
width:150px;
border-style:solid;
border-width:1px;
border-color: #ffffff;
background-color:#666666;
}
.Form3 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:3px;
width:419px;
height:70px;
border-style:solid;
border-width:1px;
border-color: #ffffff;
background-color:#666666;
}

.Form4 {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:3px;
width:210px;
height:70px;
border-style:solid;
border-width:1px;
border-color: #ffffff;
background-color:#666666;
}

.FomularioTexto {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#FFFFFF;
background-color:#666666;
}

/*formulario*****************************************************/





