/* Body Page */

body { margin-top: 0pt; margin-left: 0pt; margin-right: 0pt; margin-bottom: 0pt; 
		background-color: #4586C0
		}

text {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt; color:white
}
input {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt; color:white
}
select {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt; color:white
}
textarea {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt; color:white
}

table        { font-family: Tahoma; font-size: 10pt; color: #FFFFFF }

.textonegro 	 { color: #000000 }		
.textoancho	     { font-weight: bold }	
/* End of Body Page */

/* Headings definition */

h6			{
			font-size: 10pt; font-weight: bold
			}

h5			{
			color: #000000; font-size: 10pt; font-weight: bold
			}
h4			{
			font-size: 11pt; font-weight: bold
			}

h3			{
			font-size: 11pt; font-weight: bold
			}
h2			{
			font-size: 12pt; font-weight: bold
			}

h1			{
			color: #000000; font-size: 12pt; font-weight: bold
			}
/* End of headings definition */

/* Links */

A:link    { color:#FFFF00 ; text-decoration:underline; font-weight: bold
 } 
A:visited { color:#FFFFCC; text-decoration:underline; font-weight: bold
 } 
A:hover      { text-decoration:underline }

A.footer:link, A.footer:visited 		{ font-size: 8pt; color:#246096;text-decoration:underline }
/* End of Links */


div.margenes { margin-top: 5pt; margin-left: 15pt; margin-right: 15pt; margin-bottom: 0pt
			 }

#boxout
			{
			background-color: #ddd;
			margin: 0px 15px 30px 30px; padding: 10px;
			float: right;
			width: 100px;
			border: 2px solid #000;
			color: black;
			font-size: 8pt
			}
			
.dondestoy
			{ 
			margin-left: 15pt 
			}
.perfildata
			{
			font-weight: bold
			}
.perfildata_nombre			
			{
			font-size: 12pt
			}

			
/*Navigation Menu Styles */


/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#4586C0;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #4586C0;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 15px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url('images/tableftJ.gif') no-repeat left top;
      margin:0;
      text-decoration:none; padding-left:5px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url('images/tabrightJ.gif') no-repeat right top;
      color:#24618E; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }