body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: auto;
	background-color:#FFF;
	font-weight: bold;
	float: none;
	border: none;
	color: #444;
	text-align: center;
	line-height: 1.3em;
	background-image: url(imagen/bg.jpg);
	background-repeat: repeat-x;
}
/*Estructura de pagina*/
#contenedor {
	width: 800px;
	text-align: center;
	margin: auto;
	border: none;
	float: none;
}
#cabecera {
	margin: auto;
	border: none;
	float: none;
	width: 800px;
	height: 80px;
}
#sp {
	width: 800px;
	height: 50px;
	margin: auto;
	border: none;
	float: left;
}
#logo{
	width:550px;
	height:57px;
	float:left;
	text-align:right;
	text-indent:-1000em;
	left: 135px;
	background-image: url(imagen/logo.jpg);
	background-repeat: no-repeat;
}
#texto_logo{
	font: normal 10px Helvetica, Arial;
	text-align:left;
	height:15px;
	width:500px;
	color:#000000;
	margin-top: 1px;
	margin-left: 7px;
	float: left;
}
#texto_logo2{
	font: normal 10px Helvetica, Arial;
	text-align:right;
	height:15px;
	width:225px;
	color:#000000;
	margin-top: 1px;
	float: left;
}
#logo2{
	width:50px;
	height:50px;
	margin-top: 20px;
	margin-right: 5px;
	float:right;
	text-indent:-1000em;
}
#lista{
	position: relative;
	margin-bottom : 40px;
	margin-top : 50px;
		}
#stilo{
	font: normal 10px Helvetica, Arial;
	text-align:left;
	height:15px;
	width:500px;
	color:#000000;
	margin-top: 1px;
	margin-left: 7px;
	float: left;
}	

#listlado	{
	position: relative;
	top : 15px;
	width : 450px;
	left : 100px;	
		}
h1	{
	text-transform: uppercase;
	font-size: 27px;
	line-height: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	color : #000;
	margin-bottom : 20px;
	margin-top: 10px;
	  }

h2	{
	color : #000;
	border-top: 2px solid #CCCCCC;
	text-align:left;
	font-size : 19px;
	line-height: 20px;
	font-variant:small-caps;
	letter-spacing: -1px;
	font-weight : bold;
	padding : 4px 8px;
	margin-bottom : 4px;
	margin-top : 10px;
		}
		
a:link	{
	text-decoration : underline;
	color : #FF6600;
		}

a:active	{
	text-decoration : none;
	color : #FF6600;
		}

a:visited	{
	text-decoration : underline;
	color : #FF6600;
		}

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