body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    vertical-align:middle;  
	background: #cb0368;
    background: url(../imagenes/diamante.gif);
    color: #6f6f6f;
	
}

img { border: 0; }

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
	padding-top:0px;
}

#nav li {
    float:left;
    list-style: none;
    width: 132px;
    font-size: 11px;
    font-weight: bold;
    border-left: 1px solid white;
    text-align: center;
}



#nav a {
    color: #fff;
    display: block;
    text-decoration: none;
    background: #cb4c8c;
    padding: 2px 0;
    width: 100%;
}

#nav a:hover {
    background: #F076AD;
}



#wrapper {
    width: 800px;
	height: auto;
    margin: 20px 0px 0px 0px;
	padding-top:0px;
	border: 1px solid #b7025e;
    background: #ffffff; 
    position: absolute;
    left: 50%; 
    margin-left: -400px;
/*    overflow: auto;*/
	}

#header {
    width: 800px;
	height: 120px;
  /*  position: relative; */
}

#menu_sup {
    width: 800px;
	height: 23px;
	padding-top:3px;
	background: #edcccc; 
}

#contenido {
    width: 800px;
    border: 0px solid #fd0606;
    background: #ffffff;
}


#noticia_flash {
    width: 800px;
	height: auto;
    border: 0px solid #fd0606;
	margin: 3px 0px 3px 0px;
    background: #ffffff;
}

#area_editable {
    width: 660px;
	height: auto;
    float:none;   
    background: #ffffff;
	border-top: 0px solid #000000;
}

#wrapper_chico{
    width: 650px;
	height: auto;
    float:none;   
    background: #ffffff;
	margin: 3px 10px 3px 10px;
	border-top: 0px solid #000000;
}

#right {
    width: 138px;
    float: right;
    margin: 0px 0px 0px 0px;
	border: 0px solid #faa3cf;
	background: #f5e9ef;
}


#item-one-header {
    border-top: none;
	border-bottom: 1px solid #faa3cf;
	border-right: 0px solid #bdbdbd;
	background: #f9e7f0;
}

#item-one {
	border-bottom: 1px solid #f9d6e8;
	border-right: 0px solid #bdbdbd;
	background: #f5e9ef;
}

#clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

#footer {
    color: #ffffff;
    background: #cb0368;
    text-align: center;
    padding: 8px 0;
}



h1 {
    margin: 0;
    padding: 0;
	font-size: 11px;
	margin: 2px 0px 0px 2px;
	color: #cb0368;
}

h2 {
    padding: 0;
	font-size: 12px;
	margin: 2px 0px 2px 2px;
}

h3 {
    padding: 0 0 0 0;
	font-size: 14px;
	margin: 2px 0px 0px 2px;
}

p {
    margin: 2px 5px 0px 5px;
    padding: 0px;
	font-size: 10px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #cb0368;
}

a.orange { color: #d07c1a; }
a.green  { color: #858e10; }
a.teal   { color: #238aaa; }
a.purple { color: #9f6bc8; }

a:hover        { color: #FF2A8C; }
a:hover.orange { color: #FF9B0B; }
a:hover.green  { color: #45D110; }
a:hover.teal   { color: #239FF0; }
a:hover.purple { color: #C12EFA; }

a:hover {
    text-decoration: underline;
}


.block {
    display: block;
}

/* NOTICIAS PRINCIPAL */

#noticias_home_principal {
    background: #ffffff;
    width: 210px;
    float: left;
    margin: 0px 0px 0px 0px;
	border-right: 1px dashed #bdbdbd; 
	padding: 0px 0px 0px 0px;
}

#contenido_seleccionado {
    background: #ffffff;
    width: 650px;
    float: left;
    margin-right: 0px;
	border-bottom: 1px solid #bdbdbd;
}

/*--------- tabla scroll ---------*/


table { 
	font: 9px Arial, Helvetica, sans-serif;
	border-collapse:collapse;	
	}
	
#itsthetable > table {width:99%;}
#itsthetable {
	height:auto;
	overflow:auto;
	background:#FFFFFF; 
	padding-bottom:0px;
	}

tbody tr th  {
	
	vertical-align:top;
	/*padding-left: 2px; */ 
	}
	
tbody tr td  {
	height:1.7em;
	vertical-align:top;
	padding-left:0px; 
/*	background:transparent url("det2gmail.gif") left top no-repeat; */
	}



