/******************************************** 
 top elements 
********************************************/  
/*sets no padding or margin around the body of our document*/  
* {
	padding: 0;
	outline: 0;
}   

/********************************************
 General body Properties
********************************************/

body {
	background-image: url(images/bgcorner.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/********************************************
 Style for subtitles, tables and photos 
********************************************/

.headline { font:bold 18px/22px arial; color:#cb0000; padding-bottom: 15px; }
.headline-subtitle {font:bold 15px/18px arial; color:#192f6b; margin-bottom:5px; margin-top:15px; }
.event-row-odd { background: #fff6da; padding: 4px 10px 5px; }
.event-row-odd-date { background: #fff6da; padding: 4px 10px 5px; font-weight: bold; text-align: right; }
.event-row-even { background: #fffdf6; padding: 4px 10px 5px; }
.event-row-even-date { background: #fffdf6; padding: 4px 10px 5px; font-weight: bold; text-align: right; }
.event-month-rule {
	background: #FFFFFF url(imgFechas/event-rule.gif) repeat-x;
	height: 25px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.event-month { font: bold 10px arial; color: #ffffff; white-space: nowrap; text-transform: uppercase; background: #77746F; padding-left: 12px; width: 115px; }
.text-10px { font-size: 10px; line-height: 12px; }
.text-9px { font-size: 9px; line-height: 11px; }
.smaller-font{ font-size:10px; line-height:14px; }
.text-9px-align-right { font-size: 9px; line-height: 11px; text-align: right;}

.photo-left { float:left; margin-right:10px; margin-top:3px; }
.photo-right { float:right; margin-left:10px; margin-top:3px; }
.photo-padding { margin-top: 5px; margin-left: 5px; }

/********************************************
WEBSITE LINKS
********************************************/
a, a:visited {
text-decoration: none;
background: inherit;
color: #FB9233;
}
a:hover {
text-decoration: underline;
background: inherit;
color: #93C600;
}

/********************************************
WEBSITE TEXT HEADERS
********************************************/
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; }
h1 {
font-size: 180%;
font-weight: normal;
color: #555;
}
h2 {
font-size: 160%;
color: #88ac0b;
font-weight: normal;
}
h3 {
font-size: 135%;
color: #666666;
}

h1, h2, h3 {
margin: 10px 15px;
padding: 0;
}
ul, ol {
margin: 5px 15px;
padding: 0 25px;
}

/********************************************
 TDs and additional font sizes
********************************************/


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
