/********************************************
   AUTHOR:  			Wolfran Pinzon
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
	
}
body {
	margin: 0;
	padding: 0;
	
	
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.6em;
	background-image:url(escudo1.png);
	background-repeat:repeat;
	background-attachment: fixed;
	
	font-weight: normal;
	font-variant: normal;
	
	background-position: 14% 22%;
}
/* links */
a {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	background-color: inherit;	
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;	
}
h1 { font-size: 1.0em; } 
h2 { font-size: 1.0em; text-transform:uppercase; font-weight: bold;}
h3 { font-size: 1.0em; font-weight: bold; }

p, h1, h2, h3 {
	margin:0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FFF;
}

/* images */
img {
	border: 3px solid #555;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #555;
}
a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
  border: 3px solid #555;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #0A1646;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}

/* form elements */
form {
	margin: 15px 15px;
	padding: 0 ;
	
	 
}
label {
	display:block;
	font-weight:bold;
	margin:1px 0;
	color:#FFFFFF;
}
input {
	padding: 2px;
	border:1px solid #000000;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width: 300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color: #000000;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform form{
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}
.searchform input.textbox { 
	margin: 0; 
	width: 145px;
	border: 1px solid #777; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FFF;
	border: 1px solid #f2f2f2;
	color: padding: 2px 3px; ;	
	width: 65px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {	margin: 20px auto 0 auto;
	text-align: left;
	border-width: 1px 1px 5px 1px;
	background-image:url(bg.jpg); background-repeat:repeat-x-y;
	background-position: 0 0;
}	

#wrap2 {	margin: 20px auto 0 auto;
	text-align: left;
	border-width: 1px 1px 5px 1px;
	background-color:#0B610B;
	background-position: 0 0;
}	

#wrap,#wrap2,#footer-wrap {
	width: 80%;
}

/* header */
#header {
	position: relative;
	height: 110px;	
	background: #7F8082 url(header-bg.jpg) repeat-x 0% 100%;
	border-bottom: 7px solid #003333;		
}
#header h1#logo {
	position: absolute;
	top: 5px;
	left: 20px;
	margin: 0;
	padding: 0;
	font: bolder 50px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	height: 39px;
	width: 324px;
}
#header h2#slogan {
	position: absolute;
	top: 71px; left: 544px;
	color: #FFF;
	text-indent: 0px;
	font: bold 12px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
}

/* content-wrap */
#content-wrap {
	clear: both;
	margin: 0; padding: ;			
}

/* box */
.box {
	margin: 10px 20px;			
	border: 1px solid #FFFFFF;
	background-image: url(bg_columnists_bluegreen.jpg);background-repeat:repeat-x,repeat-y;
}
/* main */
#main {
	margin: 0 0 0 270px;		
	padding-top: 20px;
}
#main .box {
	margin-left: 0;
}

/* sidebar */
#sidebar {
	float: left;
	width: 250px;
	margin: 0;
	padding-top: 20px; 	
}
#sidebar ul.sidemenu {
	margin: 0 0 0 15px; padding: 0;	
	border-top: 0px solid ;
}
#sidebar ul.sidemenu li {
	display: inline;
	list-style: none;		
}
#sidebar ul.sidemenu li a {
  display: block;	
  padding: 5px 10px 5px 15px;   
  text-decoration: none;
  color: #CCC;
  font-weight: bold;  
} 
#sidebar ul.sidemenu li a:hover {
	filter:alpha(opacity=50); 
	-moz-opacity:0.1; 
	-khtml-opacity: 0.1;
	 opacity: 0.1;}




/* Footer */
#footer-wrap { 
	clear: both; 
	color: black; 
	background-image:url(b2.jpg);
	margin: 0 auto; 
	padding: 0; 
	font-size: 88%;  		
}
#footer-wrap a { 
	text-decoration: none; 
	font-weight: bold;	
	color: black;
}
#footer-wrap .footer-left{
	float: left;
	width: 65%;	
	padding-bottom: 20px;	
}
#footer-wrap .footer-right{
	float: right;
	width: 50%;			
	padding-bottom: 20px;
}

/* menu tabs */
#header ul {
	position: absolute;
	top: 20px; right: 11px;
	margin:0; padding: 0;
   list-style:none;
	font: bold 1.3em  'Trebuchet MS', Tahoma, verdana,  sans-serif;	
	height: 2.3em;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float: left;
   margin:0;
   padding:3px 10px 2px 10px;
   text-decoration:none;	
	color: #CCC;
}
#header a:hover {
	border-top: 5px solid #CCC;	
}
#header #current a {
   color: #FFF;
	border-top: 5px solid #FFF;
}


#button {  
padding: 0;  
}  

#button li {  
display: inline;  
}  

#button li a {  
font-family: cursive;   
font-size:14px;  
text-decoration: none;  
float:center;  
padding: 10px 20px;  
background-image:url(bg.jpg);  
color:#E0E2EB;
width:100px;
height:10px;  
}  

#button li a:hover {  
background-color: gray;  
margin-top:-2px;  
padding-bottom:12px;  
}  



/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear {	clear: both; }
.gray  {	color: #A0A0A0; }
.comments {
	text-align: right;
	padding: 7px 15px;
	margin: 20px 15px 15px 15px;
	background-color:tranoparente;
	
}


.fondoM
 { background-image: url(m.png); background-repeat:repeat-x;
    
}

.fondoM1
 { background-image: url(m.png); background-repeat:repeat-x;
    
}
.Estilo111 {
	font-family: Georgia, "Times New Roman";
	color: #FFFFFF;
	font-style: italic;
}

.Estilo94 {color: white ; font-size: 12px;}

.Estilo97 {color: #FFFFFF; font-size: 12em; }
.Estilo98 {color: #E0E2EB; font-size: 16px; }
.Estilo104 {font-size: 12px; font-weight: bold; }
.Estilo10 {color: #000066;
	font-weight: bold;
}

.dgcAlert {top: 0;position: absolute;width: 100%;display: block;height: 1000px; background: url(http://www.dgcmedia.es/recursosExternos/fondoAlert.png) repeat; text-align:center; opacity:0; display:none; z-index:999999999999999;}
.dgcAlert .dgcVentana{width: 500px; background: white;min-height: 150px;position: relative;margin: 0 auto;color: black;padding: 10px;border-radius: 10px;}
.dgcAlert .dgcVentana .dgcCerrar {height: 25px;width: 25px;float: right; cursor:pointer; background: url(http://www.dgcmedia.es/recursosExternos/cerrarAlert.jpg) no-repeat center center;}
.dgcAlert .dgcVentana .dgcMensaje { margin: 0 auto; padding-top: 45px; text-align: center; width: 400px;font-size: 20px;}
.dgcAlert .dgcVentana .dgcAceptar{background:#09C; bottom:20px; display: inline-block; font-size: 12px; font-weight: bold; height: 24px; line-height: 24px; padding-left: 5px; padding-right: 5px;text-align: center; text-transform: uppercase; width: 75px;cursor: pointer; color:#FFF; margin-top:50px;}
