/** BASIC */

th, td, input, textarea, select {
	font-family: Georgia, Times New Roman, Times, serif;;	
	font-size: 14px;
	color: #513E2B;
	}
	
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
	}

.style1 {
		font-size: 12px
	}

.style2 {
		font-size: 11px
	}
		
.style6 {	
	font-family: Georgia, "Times New Roman", Times, serif
	}

.style10 {
	font-size: 16px
	}

.style11 {
	font-size: 10px
	}

.style12 {
	color: #FF5F00
	}

.style14 {
	font-size: 10px; 
	font-weight: bold; 
	color: #FF5F00;
	}

.style16 {
	color: #CC0000
	}

.style19 {
	color: #003366
	}

.style20 {
	color: #513E2B
	}

.style22 {
	color: #FF5F00;
	font-size: 10px;
	}

.textColorBlue {
	color: #003366;
	}

/** Email and Print links **/
.EmailPrint:a {
	color: #red; 
	font-size: 14px;
	text-decoration: none;
	}

.EmailPrint:hover {
	text-decoration: underline;
	}

.EmailPrint:visited {
	color: #red; 
	text-decoration: none;
	}

.EmailPrint:link {
	text-decoration: none;
	}

.EmailPrint:active {
	text-decoration: none;
	}	

/** MISC */
.align-justify { 
	text-align: justify; 
	}

.align-right { 
	text-align: right; 
	}

a img { 
	border: none; 
	}

img.border {
	padding: 3px;
	border: 1px solid #E5D4C4;
	background: #FFF8F0;
	}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
	}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
	}

hr { 
	display: none; 
	}

.hr1 {
	height: 1px;
	}	
	
/** PAGE */
#page {
	background: url(/imagenes/bg03.jpg) no-repeat left top;
	}
	
/** This is the content in the boxed areas.  For example, in the cuentapropistas page under the title. **/

.boxed {
	background: url(/imagenes/subpage2_01.png) no-repeat right top;
	}
	
.boxed .content {
	font-family: Cambria;
	font-size: 16px;
	color:  #000000;
    padding: 30px 23px 0px 23px;
	background: url(/imagenes/subpage2_02.png) no-repeat left top;
	}

.boxedSmall {
	background: url(/imagenes/subpage2_03.png) no-repeat right top;
	}
	
.boxedSmall .content {
	font-family: Cambria;
	font-size: 16px;
	color:  #000000;
    padding: 30px 23px 0px 23px;
	background: url(/imagenes/subpage2_02.png) no-repeat left top;
	}

.boxedMedium {
	background: url(/imagenes/subpage2_04.png) no-repeat right top;
	}
	
.boxedMedium .content {
	font-family: Cambria;
	font-size: 16px;
	color:  #000000;
    padding: 30px 23px 0px 23px;
	background: url(/imagenes/subpage2_02.png) no-repeat left top;
	}

.boxedLarge {
	background: url(/imagenes/subpage2_05.png) no-repeat right top;
	}
	
.boxedLarge .content {
	font-family: Cambria;
	font-size: 16px;
	color:  #000000;
    padding: 30px 23px 0px 23px;
	background: url(/imagenes/subpage2_02.png) no-repeat left top;
	}

.bg2 {
	padding: 11px 11px 0px 12px;
	background: no-repeat right top;
	}

.bg3 {
	background: no-repeat left bottom;
	}

.bg3 div {
	height: 25px;
	background: no-repeat right bottom;
	}

/** FOOTER */
.footerText {
	color: #4d627d;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.footer:a {
	color: #4d627d;  
	font-size: 14px;
	}
	
.footer:hover {
	color: #4d627d; 
	text-decoration: underline;
	}
	
.footer:visited {
	color: #4d627d; 
	text-decoration: none;
	}
	
.footer:link {
	color: #4d627d; 
	text-decoration: none;
	}
	
.footer:active {
	color: #4d627d; 
	text-decoration: none;
	}

