/* CSS Document */

body {
	
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#top{
	width:100%;
	background:url(../images/bg_top.jpg) repeat-x;
	
}

#mid{
	
	width:100%;
	background: url(../images/bg_bottom.jpg) repeat-x bottom;
}

#bot{background:#0F2F64; border-top:5px solid  #32A53E;

}

#heading{
	width:950px;
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}


#main{
	width:950px;
	margin:auto;
}

#slider{
	width:100%;
	height:200px;
}

#menu{
	width:100%;
	height:40px;
	
	
}

.menuleft{
	width:12px;
	height:40px;
	background:url(../images/bg_menu_left.png) no-repeat;
	float:left;

}

.menumid{
	background:url(../images/bg_menu_mid.png) repeat-x;
	height:40px;
	float:left;
	width:926px;
}

.menuright{
	width:12px;
	height:40px;
	background:url(../images/bg_menu_right.png) no-repeat;
	float:right;
}

#content{
	width:950px;
	margin-top:8px;
}


#footer{
	width:950px;
	margin:auto;
	padding:30px 10px 10px 10px;
	height:50px;
	color:#e9e9e9;
	text-align:right;
}

#footer a:link{
	font-size:11px;
	color:#E0E0E0;
	text-decoration:none;
}

#footer a:hover{
	font-size:11px;
	color:#e9e9e9;
	text-decoration:none;
}

#footer  a:visited{
	font-size:11px;
	color:#e9e9e9;
	text-decoration:none;
}

.clear {
	clear:both;
}


.toplinks{
	color:#33265A;
	font-size:12px;
	text-decoration:none;
}


.toplinks a:link{
	color:#33265A;
	font-size:12px;
	text-decoration:none;
}



.toplinks a:hover{
	color:#5FC761;
	font-size:12px;
	text-decoration:none;
}


.toplinks a:visited{
	color:#33265A;
	font-size:12px;
	text-decoration:none;
}

#col-left{
	width:590px;
	background:#FFF;
	border:1px solid #ccc;
	float:left;
	padding: 10px;
	min-height: 280px;
}


#col-right{
	width:310px;
	background:url(../images/bg-col-right.png) no-repeat top;
	float:right;
	padding: 10px;
	min-height: 280px;
	overflow: auto;

}


.titles{
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#0F2F64;
	font-size:23px;
	margin-top:15px;
	margin-bottom:5px;
	display:block;
	border-bottom: 1px solid #32A53E;
}


.titles2{
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#32A53E;
	font-size:19px;
	margin-top:8px;
	margin-bottom:5px;
	display:block;
	border-bottom: 1px dotted #32A53E;
}

.correo{
	font-size:11px;
	color:#0F2F64;
}

.espacio{
	display:block;
	border-bottom:1px solid #999;
	margin:8px 0px 8px 0px;
}

.citas{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0F2F64;
}


.images{
	padding:3px;
	border:1px solid #ccc;
}

.bordeb{
	border-bottom:1px dotted #666;
	border-right: 1px solid #CCC;
}

.borde{
	border: 1px solid #666;
}

.borde-right{
	border-right: 1px solid #CCC;
}


.bullet{
	background:url(../images/bullet.jpg) left no repeat;
	padding-left:10px;
	line-height:17px;

}
.resaltar{
	color:#0F2F64;
	font-weight:bold;
		text-decoration:none;

}


.resaltar a:link{
	color:#0F2F64;
	font-weight:bold;
	text-decoration:none;
}

.resaltar a:hover{
	color:#0F2F64;
	font-weight:bold;
	text-decoration:none;
}

.resaltar a:visited{
	color:#0F2F64;
	font-weight:bold;
	text-decoration:none;
}



/***menu****/


 