/* CSS Document */

body{
	background-color: #f5f5f5;
	text-align: justify;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #F5F5F5 url(images/bg.jpg) repeat-y center;
	height: 100%;
}
html{
	height: 100%;
}
a{
	color: #003399;
}
a:hover{
	color: Blue;
}


/**
 * Declaraciones del diseņo
 */
#container{
	margin: 0 auto;
	width: 770px;
	padding: 6px;
	height: auto;
}
#footer{
	margin: 0 auto;
	width: 770px;
	padding: 6px;
	height: auto;
	font-size: 11px;
	clear: both;
}
#logoHead{
	background-color: #B3E0FF;
	padding: 0px;
	border: 1px solid #93D2FF;
	margin-bottom: 2px;
}
#copyright{
	background-color: #003399;
	padding: 5px;
	color: #FFFFFF;
}
#copyright a{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: underline;
}
#navhead{
	background-color: #003399;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}
#navhead a{
	color: #FFFFFF;
	text-decoration: none;
}
#navhead a:hover{
	text-decoration: underline;
}
#homeStates{
	background-color: #f5f5f5;
	padding: 5px 5px 5px 40px;
	float: right;
	font-weight: bold;
	font-size: 18px;
	color: #003399;
	line-height: 150%;
	width: 320px;
	height: auto;
}
#homeStates a{
	color: #003399;
	text-decoration: none;
}
#homeStates a:hover{
	text-decoration: underline;
}
#hometext{
	font-size: 12px;
	text-align: justify;
	padding: 5px;
	height: auto;
	margin: 0px 320px 0px 0px;
	width: 360px;
}
#categos{
	padding: 20px;
	font-size: 12px;
	color: #333333;
}
.cattitle{
	font-size: 14px;
	font-weight: bold;
}
#leftBar{
	width: 160px;
	padding: 0px;
	float: left;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	display: block;
}
#leftBar iframe{
	width: 160px;
}
#rightBar{
	width: 160px;
	padding: 0px;
	float: right;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
#rightBar iframe{
	width: 160px;
}
#pagecontent{
	margin: 0px 170px 0px 170px;
	font-size: 12px;
}
#categospage{
	margin: 0px 170px 0px 170px;
	font-size: 12px;
	color: #333333;
	padding: 0px 5px 5px 20px;
}
#leftCategos{
	width: 400px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding: 4px;
	float: left;
}
.smallText{
	font-size: 11px;
	color: #333333;
}
#rightCategos{
	margin-left: 420px;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	padding: 4px 4px 4px 30px;
	line-height: 150%;
	font-weight: bold;
}
#rightCategos a{
	color: #003399;
	text-decoration: underline;
}
#rightCategos a:hover{
	text-decoration: none;
}
#californiaLinks{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
.calinktitle{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.calinktext{
	font-size: 13px;
	color: #333333;
}
#searchbox{
	font-size: 11px;
	text-align: right;
}