/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(img/patron.gif);
}
.tituloagenda{
	font-family:Arial, Helvetica, sans-serif;
	font-size:35px;
	font-style:normal;
	font-stretch:extra-condensed;
	color:#FFCC00;
	text-transform: uppercase;
	text-align: left;
	font-variant: normal;
}
.txt_principal_bco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #FFFFFF;
	text-align: justify;
}

.default {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.border {
    border:#FFFFFF;
	border:solid;
	border:2px;
	border-right:none;	
}	
.txt_principal_allo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	color: #FFCC00;
	text-align: justify;
}
/*links_principal*/
a:link{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:500;
	color:#000000;
	text-transform: uppercase;
	text-decoration: none;
}
a:visited{
    font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:500;
	text-transform: uppercase;
    color:#000000;
    text-decoration:none;
}
a:hover{
    font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:500;
    text-transform: uppercase;
	color:#666666;
	text-decoration:none;
}
a:active{
    font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:500;
    text-transform: uppercase;
    color:#666666;
	text-decoration:none;
}
/*******Link_contacto******/
.mail:link{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:200;
	text-transform:none;
	color: #FFCC00;
	text-decoration: none;
}
.mail:visited{
    font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:200;
	text-transform:none;
    color:#FFCC00;
    text-decoration:none;
}
.mail:hover{
    font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:200;
	text-transform:none;
	color:#FFFFFF;
	text-decoration:none;
}
.mail:active{
    font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:200;
	text-transform:none;
    color:#FFCC00;
	text-decoration:none;
}
/**********Agenda**********/
.borde_agenda{
    margin-left:30px;
}
.division_agenda{
    border:1px;
    border-bottom-color:#FFCC00;
	border-bottom-style:solid;
	border-top:1px;
    border-top-color:#FFCC00;
	border-top-style:solid;
}
