/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background-image: url(../images/bkg_content.jpg);
	background-repeat: repeat-y;
	color: #555;
	text-align: center;
	background-color: #ffcc33;
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	background-position: center;
}
.menu1 {
	font-size: 9px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
a.menu1:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu1:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu1:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
/* links */
a, a:visited {
	text-decoration: none;
	color: #000033;
	background: inherit;
	font-weight: bolder;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration:underline;
	font-weight: bolder;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color:#006699;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
h4 {
	font-size: 110%;
	color: #003366; 
}
h5 {
	font-size: 90%;
	color:#333333; 
}
h6 {
	font-size: 110%;
	color:#333333; 
}

/* images */
img {
	background: #FAFAFA;
	border: 0;
	padding: 0px;
}
img.float-right {
	margin: 15px;
}
img.float-left {
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	padding: 10px;		
	margin: 0;
}
p {
	padding: 5px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
block{
	margin: 10px;
 	padding: 15px;  
	display: block;
	color: #666666;
	font-size: 80%;
	font-weight:bold;
	font-stretch:wider;
   border: 1px solid #f2f2f2;
   background: #e9e9e9;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/ico_quote.gif) no-repeat 5px 5px;    
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #333333;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
}
tr {
	height: 30px;
	vertical-align:top;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	vertical-align:middle;
}
td.first,th.first {
	border-left: 0px;
}
.tituloizq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	color: #0A3443;
}
/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content-wrap {
	clear: both;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#cabezote {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content-image {
	clear: both;
	width: 780px;
	margin: 0 auto;
	height: auto;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0C60B3;
}
#table-wrap {
	background:#FFFFFF;
	clear: both;
	width: 740px;
	padding: 0; 
	margin: 10px auto;
}


/* Main Column */
#main {
	float: left;
	width: 65%;
	padding: 0;
	display: inline;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#wrap #content-wrap #sidebar #tam_text {
	background-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	color: #000033;
	font-size: 90%;
}

#main h2 {
	margin-top: 10px;
	font: Bold 160% 'Trebuchet MS', Tahoma, Sans-serif;
	color:#336699;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
	/*background: #FFF url(../images/ico_+.png) no-repeat 3px 50%;*/	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #666666;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(../images/ico_bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 30%;
	padding: 0;
	margin: 0;
	color: #68774A;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003366;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	background-image: url(../images/dots.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #666666;
	background-image: url(../images/dots.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }


/* Footer */	
#footer {
	color: #FFFFFF;
	clear: both;
	width: 780px;
	height: 50px;
	text-align: center;
	font-size: 90%;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/back_bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer a {
	color: #FFFF00;
	text-decoration: none;
}

/* alignment classes */
.float-left  {
	float: left;
	margin: 8px;
}
.float-right {
	float: right;
	margin: 8px;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.txtlegal {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 5px;
}
#wrap #content-wrap #main #volver {
	padding-right: 20px;
}
