@charset "utf-8";
/* CSS Document */

html, body {height:96%; }

body {
	margin-left:0;
	margin-right:0;
	margin-top:auto;
	margin-bottom:auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c2c39;
	
	background-color: #2c2c39;
	background-image:url(pictures/wallpaper.jpg);
	

}

a:link {text-decoration: none; color: #2c2c39; }
a:visited { text-decoration: none; color: #2c2c39; }
a:hover { text-decoration: underline; color: #2c2c39; }
a:active { text-decoration: none; color: #2c2c39; }

.crystal {
	width:100%;

	border-bottom: thin dotted #FFFFFF;
	
	border-top: thin dotted #FFFFFF;
	background-image:url(gifs/tex_panel.png);
}

.marco {
	width:765px; /* 765 */
	height:530px;
	
	border: thin dotted #2c2c39;
}

.web {
	width:765px;
	height:486px;
	
	background-color:#FFFFFF;
}


.contenidoredacer {
	
	margin-top:10px;
	margin-bottom:10px;

	vertical-align:text-top;
	text-align:justify;		
	font-size:24px;
	color:#003399;
}

.contenidoformacion {
	
	margin-top:10px;
	margin-bottom:10px;

	vertical-align:text-top;
	text-align:justify;
	font-size:24px;
	color:#003399;
}

.line {
	height:2px;
	background-image:url(gifs/line.gif);
}

.terap {
	overflow:scroll;
	
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

.cursos {
	border-collapse: collapse;
	border-color: #CC3366;
}
