/* CSS Document */

body { background:#eff2f3 url(../images/fondoWeb.gif); color:#666; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

a { color:#e80000; text-decoration:none; }
	a:hover { text-decoration:underline; }

#liquid-round { width:742px; margin:80px auto 20px auto; background:#fff url(../images/leftside.gif) repeat-y left top; }
	
	#top { width:100%; height:20px; background:url(../images/top.gif) no-repeat left top; }
		#top span { display:block; position:relative; height:20px; background:url(../images/top-right.gif) no-repeat right top; }

	#center-content { position:relative; background:url(../images/rightside.gif) repeat-y right top; padding:1px 20px 1px 20px; height: 400px; }
		#contenidoWeb { width:700px; height:400px; border:1px solid #ccc; }
			#contenidoWeb h1 { font-size:20px; margin:0; padding:5px 0 0 10px; }
			#contenidoWeb h2 { font-size:16px; margin:0; padding:0 0 0 10px; }
			#contenidoWeb h3 { font-size:14px; margin:0; padding:0 0 0 10px; }
			#contenidoWeb ul { width:280px; padding:0 0 0 10px; margin:0; }
			#contenidoWeb li { margin-bottom:5px; list-style:none; }
			
	#bottom { width:100%; height:60px; background:url(../images/bottom.gif) no-repeat left bottom; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:center; }
		#bottom span { display:block; position:relative; height:30px; padding: 30px 0 0 0; background:url(../images/bottom-right.gif) no-repeat right top; }