@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;
	 scrollbar-arrow-color: #000000;
	scrollbar-base-color: #00CCFF;
	scrollbar-face-color: #0099FF;
	scrollbar-highlight-color: #00CCFF;
	scrollbar-shadow-color: #00CCFF;
	scrollbar-3dlight-color: #00CCFF;
	scrollbar-track-color: #00CCFF;
	scrollbar-darkshadow-color: #00CCFF
}

#bodyleft { 
     width:100%;
     background-image:url(img/abajo.png); background-repeat:repeat-x;
}

#bodyright { 
     width:100%;
     background-color:#DDDDDD; font-family: "century gothic", Helvetica, Arial; 
     background-image:url(img/abajo.png); background-repeat:repeat-x;
}

#abajo { 
     height:37px;
     background-image:url(img/abajo.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:250px;
}

#left-column { float:left; width:200px; padding:20px;  }
#right-column {
	float:right;
	width:504px;
	padding-left:8px;
	padding:10px 10px 10px 20px;
	overflow-y: auto;
    margin-right:30px;
	margin-top:20px;
    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:#222
}

a:link {
	color:#333;
	text-decoration:none;}


a:visited {
    color:#333;
    text-decoration:none;
}

.texto{
	font-size:14px;
	color:#444444;
	text-decoration:none;
	padding:0 20px 16px 0;
}
.texto2{
	font-size:14px;
	color:#000000;
	text-decoration:none;
	padding:0 20px 16px 0;
}
#flash {
	width:222px;
	height:180px;
	background-color:#FFFFFF;
}

.clear { clear:both; }

