
body
	{
	background: #000;
	font-family: arial, helvetica;	
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	}

#caja
	{
	position:absolute; top:50%; left:50%; width:770px; height: 460; margin-left:-385px; margin-top:-230px;
	
	background-color: #fff;
	}

#contenedor {
	height:365px; 
}

#pie
	{
/*	position:absolute; top:50%; left:50%; width:640px; height:480px; margin-left:-320px; margin-top:-240px;*/
	
	background-color: #000;
	}

#menu
	{
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	padding:5px;
	vertical-align: text-top;
	float: left;
	margin-top:0px;
	}

#menu.menublanco a 
	{
	color: #fff;
	}

#menu.menublanco a:visited
	{
	color: #fff;
	}

#menu.menublanco a:hover
	{
	/*color: #666;*/
	color: #111;

	}


.a_blanco {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 8pt;
}

.a_blanco:hover
	{
	color: #666;
	}


.a_negro {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 8pt;
}

.a_negro:hover
	{
	color: #666;
	}


.menuitem
	{
	font-size: 9pt;
	margin: 3px;
	font-weight: bold;
/*	color: #000; */
	}

.menuitem a
	{
	color: #000;
	text-decoration: none;
	}

.menuitem a:hover
	{
	color: #666;
	}


.menu_sel {
	font-size: 9pt;
	font-weight: bold;
	margin: 3px;
}

.menu_sel a {
	text-decoration: none;
	color: rgb(153,23,26);
	}

.menu_sel a:hover
	{
	color: #666;
	}

#titulo {
	height:75px;
	min-height:75px;
}

#contenido
	{

	margin-left: 150px;


/*	margin-top: 75px; */

	color: #000;
	font-size: 9pt;
	}


.cuadro {
margin-left: 30px;
}

.cuadro table{
color: #000;
font-size: 9pt;
}


#nuevasolic
{
font-size: 14pt;
text-align: center;
font-weight: bold;

opacity: 1;
filter: alpha(opacity=100);

}

#nuevasolic a
{
color: #000;
text-decoration:none;
}

#nuevasolic a:hover
{
color: #666;
}

input { 
	border: solid 1px #333;
	font-family: verdana;
	font-size: 9pt;
	
	}

#legal {
	color: #666;
}

#legal a {
	color: #666;
	text-decoration: none;
}

#legal a:hover {
	color: #444;
}


/* --------------------------------------------------------------------- */

/* tabs */

div#tabs {
	float: left;
	font-size: 13px;
}

div#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

/* tabs inactivas */

div#tabs li {
	float: left;
	background: url("img/tabs/norm_right.gif") no-repeat right top;
	margin: 0;
	padding: 0;
	width: auto;
}

div#tabs li.exclusivo {
	background: url("img/tabs/norm_right_ex.gif") no-repeat right top;
}


div#tabs a {
	display: block;
	padding:8px 15px 8px 15px;
	text-decoration: none;
	color: #000;
	background: url("img/tabs/norm_left.gif") no-repeat left top;
}

div#tabs a.exclusivo {
	color: #fff;
	background: url("img/tabs/norm_left_ex.gif") no-repeat left top;
}


/* tabs activas */

div#tabs #active a {
    background-image: url("img/tabs/norm_left_on.gif");
    color:#fff;
    padding-top: 8px;
    background-repeat: no-repeat;
    text-shadow: #333 0px 0px 2px; /* Safari only shadows */
    }

div#tabs #active {
	background-image: url("img/tabs/norm_right_on.gif");
}

/* hover para inactivas */

div#tabs a:hover {
	color: #ddd; 
	text-shadow: #333 0px 0px 2px; /* Safari only shadows */
}
/* hover para activas */

div#tabs #active a:hover {
	text-shadow: none;
	text-decoration: underline;
}

/* contenedor tabs */

div#tab_content {
	float: left;
	/*clear: left;*/
	background: #000 url('img/fondo-tabs.jpg') right top no-repeat;
	color: #fff;
	padding: 1em;
	font-size: 15px;

	width: 580px;
	height: 200px;
	min-height: 200px;

}

/* ------------------- Contenido tabs ---------------------- */
.contenidotab {
	width: 610px;
	height: 200px;
	padding: 1em;
	font-size: 15px;
	min-height: 200px;
}


div#tab_content a{
	color: #fff;
	text-decoration: none;
}

div#tab_content a:hover{
	color: #000;
	background: #fff;
}

div#tab_content a.boton:hover {
	background: #000;
}

div#tab_content table {
font-size: 10pt;
}


/* --------------------------------------------------------------------- */

/* tabs simple (submenu)*/

/* tabs inactivas */

div#tabs.simple li {
	float: left;
	background: url("") no-repeat right top;
	margin: 0;
	padding: 0;
	width: auto;
}


div#tabs.simple a {
	display: block;
	padding:8px 15px 8px 15px;
	text-decoration: none;
	color: #000;
	background: url("") no-repeat left top;
}


/* tabs activas */

div#tabs.simple #active a {
    background-image: url("");
    color:#666;
    padding-top: 8px;
    background-repeat: no-repeat;
    text-shadow: #333 0px 0px 2px; /* Safari only shadows */
    }

div#tabs.simple #active {
	background-image: url("");
}

/* contenedor tabs */

div#tab_content.simple {
	background: #000;
}



/* ------------- asociados */

.scroll {
	height: 210px;
	overflow-y: scroll;
	scrollbar-face-color:666; 
	scrollbar-track-color:333; 
	scrollbar-arrow-color:fff; 
	scrollbar-shadow-color:666; 
	scrollbar-dark-shadow-color:999; 
	scrollbar-3dlight-color:555; 
	scrollbar-highlight-color:666;
	
	font-size: 8pt;
}

.scroll p{margin: 3px;}

.bloqueasociados {
}

h2.float {
	font-size: 8pt;
	float: left;
}

.asociados h2 {
	margin-top: 10px;
	color: #fff;
	font-size: 9pt !important;
	font-weight: bold;
	margin: 0px;
	clear: none;
}

.unasociado {
margin-top: 10px;
margin-right: 10px;
}

.unasociado img {
	border: solid 2px rgb(153,23,26);
	float: left;
}


.textoasociado {
	margin-left: 120px;
	font-weight: bold;
	font-size: 9pt;
	color: rgb(180,60,60);
	background: #fff;
	padding: 10px;
}

.webasociado {
float: right;
}

.webasociado a {
text-decoration: none;
color: rgb(180,60,60) !important;
}

.webasociado a:hover {
color: #666 !important;
}

.textoasociado h3 {
margin: 0px;
}

/* ------------- */
