/*

*/

body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0px;	
}



   
  
/*************************************************************************************************************/
/*  Clases generales */
/*************************************************************************************************************/

.titulos-col1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	margin-left:5px;
	
	
}

.titulos-novedad {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#003353;
}

.usuario {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	color:#FF6600;
	font-style: italic;
}

.cuerpo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#ffffff;
	font-style: normal;
}

.cuerpo-chico {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	text-align:center;
}


    #avisos {
	width:395px;	
	margin-top:5px;	
	text-align:left;
	padding:25px;	
	background-color:#FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	border: 1px dotted #666666;
	text-transform: uppercase;
   }   
   
    
   .filete {
    border: 1px solid #CCCCCC;	
   }

.clsObjetos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER: #999999 1px solid;
}

/*************************************************************************************************************/
/*  LINKS */
/*************************************************************************************************************/

/*
a:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d56731;
	text-decoration:underline;	
	font-weight:bold;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d56731;
	text-decoration:underline;	
	font-weight:bold;
	
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d56731;
	text-decoration:underline;	
	font-weight:bold;
	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;	
	font-weight:bold;
	
}
*/
	
a:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b769a;
	text-decoration:none;	
	font-weight:bold;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b769a;
	text-decoration:none;	
	font-weight:bold;
	
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0b769a;
	text-decoration:none;	
	font-weight:bold;
	
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d56731;
	text-decoration:underline;		
	font-weight:bold;
	
}

a.linksinf:active {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7400;
	text-decoration:underline;	
	font-weight:normal;
	
}

a.linksinf:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7400;
	text-decoration:underline;
	font-weight:normal;
	
}


a.linksinf:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7400;
	text-decoration:underline;
	font-weight:normal;
	
}

a.linksinf:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
	font-weight:normal;
	
}		  

/*************************************************************************************************************/
/*  Forms */
/*************************************************************************************************************/

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;	
	width: 150px;
	height:20px;
	padding: 0px;
	border: 1px solid #55cbf2;
	background-color:#0b769a;
}

