@charset "utf-8";
/* CSS Document */
body
{
   /*background-color:#1A1A1A;*/
   /*background-color:#003333;*/
   
   font-family:Arial, Helvetica Neue Medium, sans-serif;
   color:#CDCDCD;
   font-size:12px;
   margin-bottom:0px;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
}

#cuerpo1
{
   margin:0px auto;
   width:950px;
   height:420px;
   margin-bottom:0px;
}

#div_novedades
{
   width: 960px;
   height: 360px;
   float: left;
   margin: 15px 0;
   background-color: black;
}

#tag_novedades
{
   width:590px;
   height:38px;
}

#text_tag_novedades
{
	font-size:14px;
	width:565px;
	height:28px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	color:#CDCDCD;
	text-decoration:none;
	/*cursor:pointer;*/
}

