/* CSS Document */

body { font-family: Arial,Helvetica,sans-serif;
font-size: 0.8em;
background-image:url(images/img1.gif);
}
h1, h2, h3, h4, h5, h6 { color: #0000FF;
}
ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-type: circle;
	color: rgb(51, 102, 0);
	text-decoration: none;
	line-height: normal;
}
a:hover {text-decoration:none;
}
#header {width: 700px;
		height: 80px;
		margin: 0px auto;
		background: #CDE2A1 url(images/banner1.gif) no-repeat center ;
}
#header h1 {float:left;
			margin:0px;
			padding: 35px 0px 0px 10px;
}
#header h2 {
			float:right;
			margin: 0px;
			padding: 43px 10px 10px 10px;
			background:url(images/img02.gif) no-repeat right top;
}
/**menu**/
#menu { width: 700px;
		height: 30px;
		margin:0px auto;
		background:url(images/img03.gif) repeat-x left top;
}
#menu ul { margin: 0px;
		   padding: 0px;
		   list-style:none;
}
#menu li {display: inline;
}
#menu a {display: block;
		 float:left;
		 padding: 10px;
		 text-transform: uppercase;
		 text-decoration:none;
		 font-size: smaller;
		 font-weight:bold;
		 color: #006600;
}
#menu a:hover {color:#FFFFFF;
}
/**contenido**/
#content{width: 700px;
		 margin:0px auto;
		 background-image:url(images/fondomio.jpg);
}
#contentmonilla{width: 700px;
		 margin:0px auto;
		 background-image:url(images/144b.jpg);
}
#contendor { background-image:url(images/144b.jpg);
			width:700px;
			padding-bottom:10px;
		
			
}
#columnA {float:right;
		  width: 440px;
		  padding:20px;
		  float:left;
}
#columnB { background:url(images/fondomiob.jpg);
		  float:right;
		  width:200px;
		  padding: 20px 10px;
}

#columnB h2 {font-size:large;
}
#columnB ul {
	margin-left: 20px;
	padding-left: 0px;
	list-style-type: none;
	color: rgb(51, 102, 0);
	text-decoration: none;
	line-height: normal;
}
.img1 {
border-color:#999999;
border-style:solid;
    float:center ;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mancheta { background-color: #00FFFF;
			width:auto;
			height:180px;
			float:center;
}
#principal li {display:inline;
				float:left;
				background-color:#0000CC;
}
#principal li {display:inline;
			   float:left;
			   width:115px;
			   background-color: #00FFFF;
			   padding:0pX;
			   padding-top:10px;
			   padding-bottom:10px;
			   margin:10px;
			   text-align:center;
			   border-right:#0000ff solid 1px;
			   border-bottom:#0000ff solid 1px;
}
.parra {background-image:url(images/imagen3.gif); 
		color:#000066;
		font-weight: bold; 
		border-style: solid; 
		border-color: #996666;
		padding-top:3px;
		text-align: center	
}
table {width:100%;
		border:thin;
		border-color:#CCCCCC;
		padding:10px;
	
}
td, th {border:thin;
	border-color:#000000;
	border-bottom-color:#999999;
	border-bottom-style:double;
	text-align:center
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	
}
.pie {
		font-style: italic;
		text-align:center;
}

/**footer**/
#footer {width: 700px;
		 margin:0 auto;
		 background-color:#bed985;
}
#footer p{margin:0px;
		  padding: 5px 10px;
		  background:#99FFFF;
		  font-size:smaller;
}

