/* CSS Document */

body{
	background-image:url(img/fondo.jpg);
	font-family: Arial;
	font-size:14px;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

.tituloCat{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


/*table{
	font-family: Arial;
	table-layout:auto;
	font-size:12px;
	color: #000000;
	line-height: 1.166;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	border-bottom-color:#ffffff;
	border-bottom-style:none;
	border-bottom-width:thin;
	border-left-color:#CCCCCC;
	border-left-width:thin;
	border-left-style:solid;
	border-right-color:#CCCCCC;
	border-right-width:thin;
	border-right-style:solid;
}*/
.top{
	background-image:url(img/top.jpg);
	
	}

td{
	font-family: Tahoma;
	/*font-weight:bold;*/
	table-layout:auto;
	margin-left: 5px;
	font-size:14px;
	color: #041F62;
	line-height: 1.3;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	border-bottom-color:#ffffff;
	border-bottom-style:none;
	border-bottom-width:thin;
	border-left-color:#000033;
	border-left-width:thin;
}

.tabla{
	font-family: Arial;
	table-layout:auto;
	font-size:12px;
	color: #000000;
	line-height: 1.166;
	text-align:center;
	margin: 0px;
	padding: 0px;
	
}
.catalogoTit{
	font-family: Tahoma;
	font-size:18px;
	color: #669999;
	line-height: 1.3;
	text-align:left;	
}
.tituloCentro{
	font-family: Tahoma;
	font-size:18px;
	color: #ffffff;
	line-height: 1.3;
	text-align:left;	
	margin: 50px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
