/**
||	diego Garibaldi - 15/10/06
||	Estilos grales del site.
*/

body		{	background-color: #FFFFFF; 
margin:0px 0px; 
padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
text-align:center; /* Hack for IE5/Win */

}

a img	{border: 0;} 


#scrCentral	   {
text-align: center; 
margin: 0 auto;
width: 830px;
height: 704px;
}
.scrRight	   {
width: 9px;
float: right;
height:100%;
margin-left:-3px;
background: url(linea_rgt.jpg) 0 100% repeat-y;
}
.scrLeft	   {
width: 9px;
float: left;	
margin-right:-3px;
height:100%;
background: url(linea_lft.jpg) 0 100% repeat-y;

}

.scrRight2	   {
width: 9px;
float: right;
margin-top:590px;
height:114px;
margin-left:-3px;
background: url(linea_rgt_end.jpg) 0 100% repeat-y;
}
.scrLeft2	   {
width: 9px;
float: left;	
margin-top:590px;
margin-right:-3px;
height:114px;
background: url(linea_lft_end.jpg) 0 100% repeat-y;

}


.scrMainImg	   {
left:0px;
width:0px;
float:center;
width:100%;
height:100%;
text-align:center;
background: url(fondo_ctl.jpg) repeat-x;
}
#scrMain{
text-align: center; 
margin: 0 auto;
width: 830px;
}
.divLogoSup	   {
position:absolute;
width:283px;
height:52px;
float:left;
margin-left:29px;
margin-top:15px;
background: url(../img/logo_sup.jpg) 100% 100% no-repeat;
}

.divMenu	   {
position:absolute;
width:770px;
height:32px;
float:center;
margin-left:29px;
margin-top:83px;
/*background: url(linea_men_bck.jpg) 100% 0% repeat-x;*/
background: url(img_menu.jpg) 100% 0% no-repeat;

}
.divMenuLft	   {

visibility:visible;
margin-left:0px;
float:left;
width:45px;
height:32px;
background: url(../img/xxx.jpg) 0% 0% no-repeat;
}
.divMenuLnk	   {
position:relative;
width:100%;
height:100%;
float:left;
padding-top:6px;
}

/** Div de puntos de */

.imgLineasSup  {
width:100%;
height:1px;
float:left;
background: url(img_lineas.gif) 100% 0% repeat-x;
}

.imgLineasInf  {
position:relative;
width:100%;
height:1px;
float:left;
left:0px;
margin-bottom:-20px;
background: url(img_lineas.gif) 100% 0% repeat-x;
}


.combo		{
text-align: left;
width:190px; 
height:19px;
font-family: Tahoma;
font-size: 12px; 
background-color: #F1F4F5; 
color:#267B89; 
border:solid 1px #D5D5D5;
text-decoration: none;
margin-bottom:6px;
}
.combo:hover{
background-color: #F1F9F9;
}

.comboArea	{
text-align: left;
width:190px; 
font-family: Tahoma;
font-size: 12px; 
background-color: #F1F4F5; 
color:#267B89; 
border:solid 1px #D5D5D5;
text-decoration: none;
margin-bottom:6px;
}
.comboArea:hover{
background-color: #F1F9F9;
}


.bordeRojo
{
border:solid 1px #FF0000;
}

#footer	{
/*margin: 6px 0 0 0;*/
padding-top: 10px;
clear: both;
/*	padding: -25px 0 0 500px;*/
font: 9px Verdana;
color: #3D3D3D;
}

.divPieBdy	{

padding-top:8px;
float:center;
}

