/* CSS Document */
body,td,p,input,textarea {
	color : Black;
	font-family : Verdana,Arial,Tahoma, Georgia, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	background-color: #EBE5D5; /*#f8eee4;*/
	text-align:justify;
}
#header {
  top: 0px;
  height: 150px;
}
#footer {
 border-top: 1px solid #90774B;
 width:1000px;
 height: 35px;
 color: #90774B;
}
h1 { /* Para los textos mas importantes */
	font-size : 12px;	
	color:  Black;
	font-weight: bold;
}

h2 { /* Para los textos carmelitas grandes */
	font-size : 16px;	
	color:  #90774B;
	font-weight: bold;
}
h3 { /* Para los textos grises */
	font-size : 12px;	
	color: #9D9D9D;
	font-weight: normal;
}

h4 { /* Para los titulos de las categorias */
	font-size : 13px;	
	color: #30303B;
	font-weight: bold;
}
h5 { /* Para los textos carmelitas grandes */
	font-size : 10px;	
	color:  #90774B;
	font-weight: normal;
}
.text0 {
	font-size : 11px;	
	color:#FFFFFF;
	font-weight : bold;
}
.text1 {
	font-size : 13px;	
	color:#FFFFFF;
	font-weight : bold;
}
.text_gris {
	font-size : 11px;	
	color: #9D9D9D;
}
.botones_brown {
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : bold;
	background-color: #90774b;
}
#menu_admin_title {
	font-size : 12px;		
}
#menu_admin ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu_admin ul li {
	background-image: url(../images/flecha_gris.gif);
	font-size : 11px;
	background-repeat: no-repeat;
	background-position: 0.5em;
	padding-left: 2.0em;
	border-bottom: dotted #D0D0D0;
	border-bottom-width: 2px;
	height: 20px;
	padding-top: 3px;	
}	
#menu_admin ul li a,a:visited,a:active {	
	color: Black;	
	font-size : 11px;
	text-decoration : none;
	font-weight: normal;
	height: 20px;
}
#menu_admin ul li a:hover,a:focus {	
	color: Black;	
	font-weight : normal;
	text-decoration : underline;	
	height: 20px;
}

#menu_principal {
	margin: 0 0 0 20px;
	vertical-align: middle;
}
#menu_principal ul {
  float : right;
  color : Black;
	margin: 0;
	padding: 0;
	list-style-type: none;
 }
 #menu_principal li {
 	float : left;
	color: #90774B; /*#CF1D0E;	*/
 }
#menu_principal ul li a,a:visited,a:active {	
	color: Black;	
	font-size : 11px;	
	text-decoration : none;
	font-weight: normal;
}
#menu_principal ul li a:hover,a:focus {	
	color: Black;	
	font-size : 11px;	
	font-weight: normal;
	text-decoration : underline;	
}
A.LinkOptions, A.LinkOptions:LINK, A.LinkOptions:VISITED, A.LinkOptions:ACTIVE {
	color : #90774B;
	font-size : 11px;
	font-weight: bold;
	text-decoration : none;
}
A.LinkOptions:HOVER, A.LinkOptions:FOCUS {
	color : #90774B;
	font-size : 11px;
	font-weight: bold;
	text-decoration : underline;
}

#categories4column ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#categories4column ul li { display: inline; float:left; height:135px; width:120px; }

#categories4column ul li a
{
	color: Black;	
	font-size : 11px;	
	font-weight : normal;
	text-decoration : none;	
}

#categories4column ul li a:hover
{
	color: Black;	
	font-size : 11px;	
	font-weight : normal;
	text-decoration : underline;	
}

a.linkpath,a.linkpath:visited,a.linkpath:active {	
	color: Black;
	font-size : 11px;	
	text-decoration : none;
	font-weight: normal;
}
a.linkpath:hover,a.linkpath:focus {	
	color: Black;
	font-size : 11px;	
	font-weight : normal;
	text-decoration : underline;
}
