/* CSS Document by Jinglero */
body{
text-align:center;
background-color:#FFFFFF;
font-size:10px;
color:#3f3f3f;

}
#all_cont{
margin:0 auto;
width:770px;
background-color:#ffffff;
text-align:left;}

	#header{
	margin-top:15px;}
		#barra{
		text-align:right;
		margin-bottom:10px;}
		#logo{
		height:98px;}
		#foto{
		background:url(../images/home_foto.jpg) no-repeat;
		height:241px;}
			#foto div{
			padding:60px 0px 0px 20px;}
			#foto div h1{
			font-size:36px;
			color:#FFFFFF}
		#menu{
		height:24px;
		padding-bottom:2px;
		background:url(../images/menu_middle.jpg) repeat-x top;}
			#txt_menu{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:15px;
			font-weight:bold;
			color:#FFFFFF;
			text-align:center;
			padding:2px 5px;}
			

			
				#tabla_menu{
				margin-top:3px;
				height:15px;}
					#tabla_menu tr td{
					text-align:center;
					border-right:1px solid #FFFFFF;}
		#main{}
			.al_right{
			text-align:right;}
			.al_left{
			text-align:left;}
			.al_center{
			text-align:center;}
			.txt_img{
			width:150px;
			}
	#footer{
	margin:15px 0px;}
		#txt_footer{
		background:url(../images/bg_footer.jpg) repeat-x;
		height:45px;
		margin-top:10px;
		margin-bottom:5px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		color:#999999;
		font-weight:bold;
		text-align:center;
		padding-top:7px;}
		
		
/*			#txt_footer a{
			color:#999999;
			text-decoration:none;}
			#txt_footer a:link{
			color: #999999;
			text-decoration:none; }
			#txt_footer a:visited{
			color:#666666;
			text-decoration:none;}
			#txt_footer a:hover{
			color: #BC1F31;
			text-decoration:none;}
			#txt_footer a:active{
			color: #891122;
			text-decoration:none;}
			#txt_footer a:focus{
			color: #891122; 
			outline:none;
			text-decoration:none;}*/
		
	
	
	
/*//////////////////////////*/
/******** CLASES ************/
/*//////////////////////////*/

.fleft{
float:left;}
.fright{
float:right;}
.margin_t10{
margin-top:10px;}
.padd5{
padding:5px;}
.padd15{
padding:15px;}
.padd_l5{
padding-left:5px;}
.padd_r5{
padding-left:5px;}
.padd_left50{
padding-left:50px;}
.padd_left100{
padding-left:100px;}
.padd_top{
padding-top:30px;}
.padd_tabla tr td{
padding:5px;}
.cont_center{
text-align:center;}
.margin_auto{
margin:0px auto;}
.margin_title{
padding-left:30px;
padding-top:30px;}
.mar_l10 p{
margin-left:10px;}
.mar_l30 p{
margin-left:30px;}
.mar_l30 ul{
margin-left:30px;}
.mar_texto{
margin-top:10px;}
.floatl{
float:left;}
.borde_claro{
border:1px solid #E9E9E9;
border-collapse:collapse;}
.borde_claro tr td{
border:1px solid #E9E9E9;
padding:5px;}



/*//////////////////////////*/
/******** TEXTOS ************/
/*//////////////////////////*/
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:26px;
	color: #6a8db6;
font-weight:normal;}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #4a77ab;
	font-weight:normal;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color: #4a77ab;
	font-weight:normal;
}

h4{
font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
font-size:13px;
color: #4a77ab;
font-weight:normal;}

h5{
font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #444444;
font-weight:normal;
}

.texto p{
font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #444444;
font-weight:normal;}

#tabla_main td p{
font-size:11px;
}
.gregory12{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#999999;
font-weight:bold;}

.menu_a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
color:#F0F0F0;
text-decoration:none;
letter-spacing:1px;}
	.menu_a:hover{
	color:#FFFFFF;
	}


.nounder{
text-decoration:none;}
.cnormal{
color:#3f3f3f;}
/* POPUP */

#popup{

	display:none;
}


/* INTERIOR */

.border_dotted_right{
border-right:2px dotted #CCCCCC;}
.border_dotted_bottom{
border-bottom:2px dotted #CCCCCC;}


#menu_izq ul li{
list-style:none;
}

#texto_general p{
padding:10px;}

#texto_general strong{
padding:5px;}

#texto_general ul li{
padding:5px;
margin-left:15px;
list-style:disc;}
#texto_general ul li ul li{
list-style:circle;}

#texto_general h4{
margin-top:20px;
margin-bottom:5px;
margin-left:10px;}

a{
	list-style:none;
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#709ccd;
}
a:active{
	text-decoration:none;
	color: #709ccd;
}


/* PANTALLA COMPLETA JAVASCRIPT */

/* base semi-transparente */
    .overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
		height: 1200px;
		_height: 1200px;
		min-height: 100%;
		overflow: auto;}
	
    
  /* estilo para lo q este dentro de la ventana modal */
    .modal{
        display: none;
        position: relative;
        top:150px;
        width: 650px;
        padding: 0px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
		border:4px solid #b2d3c5;
		text-align:center;
		margin:0px auto;
    }
	.interior_modal{
	margin:0px auto;
	}
.al_center_pop{
	text-align:center;
	width:100%;
	height:100%;
    position: absolute;
	top:0px;
	left:0px;
	display:none;
	}
