@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	font-size: 14px;
	font-weight: normal;
}

body { background-color:#DDDDDD; font-family: "century gothic", Helvetica, Arial; 
	   background-image:url(img/arriba.png); background-repeat:repeat-x;}

#wrap{
	width:832px;
	margin:auto;
	background-image:url(img/fondo2.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#header {
	background-image:url(img/header.png);
	background-repeat:repeat;
	height:291px;
}

#left-column { float:left; width:200px; padding:20px;  }
#right-column {
	float:right;
	width:504px;
	padding-left:8px;
	padding:10px 10px 10px 20px;
    margin-right:30px;
    background-image: url(img/fondo.png);
    background-repeat:repeat-y repeat-x;
	font-size: 12px;
	
}
#right-2 {
	float:right;
	width:504px;
	padding:10px;
    margin-right:10px;
    background-repeat:repeat-y repeat-x;
	font-size: 12px;
	
}
.titulopreview {
	font-size: 14px;
	color:#FFFFFF
}

a:link {
	color:#FFF;
	text-decoration:none;}
a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
a:visited {
color:#fff;
text-decoration:none;}

.texto{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 20px 16px 0;
}
#flash {
	width:222px;
	height:180px;
	background-color:#FFFFFF;
}

.clear { clear:both; }

