/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url(http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-k1QlYEbsez9cZjKsNMjLOwM.eot);
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-k1QlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/8KhZd3VQBtXTAznvKjw-kxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/raleway/v6/JDau3G46nqY5-B-S9E_nwg.eot);
  src: local('Raleway'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/JDau3G46nqY5-B-S9E_nwg.eot) format('embedded-opentype'), url(http://themes.googleusercontent.com/static/fonts/raleway/v6/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

*{
  font-family: 'Raleway';
}

	.bienvenidos {
	font-size: 24px;
	color: #0E5D30;
}
	.rojo {
	font-size: 20px;
	color: #F00;
}
	.verde {
	font-size: 20px;
	color: #009F3B;
	text-align:right;
}
.texto {
	font-size: 14px;
	color: #000;
	line-height:normal;
	text-align:justify;
}
#dizquierda
{
	z-index: 95;
	width: 75px;
	margin-top: 4px;
	position: relative;
	
}
#dtexto
{
	z-index: 94;
	width: 793px;
	padding-bottom: 0px;
	margin-left: 23px;
	margin-top: 37px;
	position: relative;
	}
    .justifies {
	text-align: justify;
}
#pop{
    border:#FF0 solid 2px;
    background:#FFF;
    left:50%;
    top:50%;
    margin-left:-100px;
    margin-top:-100px;
    position:absolute;
    display:none;
}
#fondo-negro{
    background:#000;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    
    filter:alpha(opacity=50);
   
    
    opacity:.50;

    
    display:none;
}
.bienvenidos {
	font-size: 24px;
	color: #0E5D30;
}
A:link {text-decoration: none; color: green;}
A:visited {text-decoration: none; color: green;}
A:active {text-decoration: none; color: green}
A:hover {font-weight:bold; color: red;}

body{

	font-family: 'Raleway', sans-serif;
		font-size:14px;

}
.tabla
{
	color:#000;
	text-align:left;
	line-height:normal;
}
img{
    border:0px}
fieldset
{
    border: 1px solid Silver;
}
label{
    color:#8E7559;
    font-size:11px;
font-family: 'Raleway', sans-serif;}
.select{
    
    width: 150px;
    font-size: 12px;
    font-weight: lighter;
    color:black;
    border:1px solid green;
}
tbody{
    font-size: 12px;
font-family: 'Raleway', sans-serif;
}
legend
{
    color: #fff;
    background: darkseagreen;
    border: 1px solid #781351;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: bold;
} 
.input{
    border:1px solid green;
    color:#8E7559;
    font-weight: lighter;
    font-size:11px;
    width:150px;
}
.input:hover{
    cursor:pointer;
    border:1px solid red;
    color:#000;
    font-size:11px;
}
.botonGuarda{
    width: 60px; 
    height: 48px;
    text-align: center;
    font-size: 14px;
    font-family: cursive;
    
}
.botonInicio{
    
    width: 60px; 
    height: 48px;
    text-align: center;
    font-size: 14px;
    font-family: cursive;
    
}
.botonInicio:hover,.botonGuarda:hover{ 
    cursor: pointer;
}
.headTabla{
    background-color: #5b5b5b;
    color: White;
    font-size: 12px;
    text-align: center;
}
.bodyTabla{
    color: green;
    font-size: 11px;   
    text-align: justify;
}
.bodyTabla:hover
{
   cursor: pointer;
}

tr.linkprog {
    background-color: #FFF;
 }
tr.linkprog:hover {
    background-color:#CCC;
	
}
.logoleft{
    float: left;
    width: 200px;
    padding-left: 20px;
    position: relative;
    top: -10px;
}
.logoright{
    float: right;
    width: 200px;
    background-color: green;
    position: relative;
}

.logosimgl{
    width: 150px;
    height: auto;
}
.logosimgr{
    width: 120px;
    height: auto;
}
.menu{
    left: -150px;
}