@charset "UTF-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:"Courier New", Courier;
	color:#333;
	background:#CCC;
	
	text-align:left;
	
	

	
}

img { 
   border:1px solid #333;}


#contenedor {
width:850px;
margin-top:30px;
margin-left:50px;
margin-right:auto;
text-align:left;
text-indent:inherit;



}

#titulo {
	color:#FFF;
	font-size:18;
	
	
	}
	
	
	a:link {text-decoration: underline;color:#333;}
a:visited {text-decoration: underline;color:#333;}
a:active {text-decoration: underline;color:#333;}
a:hover {text-decoration: underline; background-color:#FFF;}