﻿.Menutitulos {
	font-family: Tahoma, Arial, "Century Gothic";
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: Green;
}
.Tiempo {
	font-family: Tahoma, Arial, "Century Gothic";
    font-size: 12px;
}

.Footer {
	font-family: Tahoma, Arial, "Century Gothic";
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	text-align:center;
}
.FormContacto {
	font-family: Tahoma, Arial, "Century Gothic";
	font-size: 11px;
	color: #000000;
	/*font-weight:bold;*/
}
.FormContactoTextarea {
	font-family: Tahoma, Arial, "Century Gothic";
	font-size: 10px;
	color: #000000;
}
.LinksMenuIzq {
	font-family: Tahoma, Arial, "Century Gothic";
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.overlay{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index:1001;     
     /*opacity:.75;
     -moz-opacity: 0.75;
     filter: alpha(opacity=75);*/
}
.modal {
     display: none;
     position: absolute;
     top: 25%;
     left: 25%;
     width: 250px;
     height: 40px;
     padding: 16px;
     background: #fff;
     color: #333;
     z-index:1002;
     overflow: auto;
     font-family: Tahoma, Arial, "Century Gothic";
	 font-size: 12px;
	 border:solid 1px #DEDEDE; 
	 background:#EFEFEF;
	 color:#222222;
	 padding:4px;
	 text-align:center
}
.PagDetalleTitulo {
	font-family: Tahoma, Arial, "Century Gothic";
    font-size: 12px;
    color: Green;
}
.PagCabeceraTitulo {
	font-family: Tahoma, Arial, "Century Gothic";
    font-size: 14px;
    color: Green;
    font-weight: bold;
}

.PagBIGCabeceraTitulo {
	font-family: Tahoma, Arial, "Century Gothic";
    font-size: 16px;
    color: Green;
    font-weight: bold;
}