TEXTAREA{
	font-size:9pt;
	padding: 3px 5px;
	FONT-FAMILY: Arial, Tahoma, Verdana;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid #CCCCCC;
resize: none;
}
TEXTAREA:focus{
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}
TEXTAREA:hover{
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}
SELECT{
	font-size:9pt;
	padding: 3px 5px;
	FONT-FAMILY: Arial, Tahoma, Verdana;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid #CCCCCC;
}
SELECT:focus{
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}
SELECT:hover{
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}
RADIO{
	padding: 3px 5px;
	FONT-FAMILY: Arial, Tahoma, Verdana;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid #CCCCCC;
}
RADIO:focus{
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}
RADIO:hover{
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}
input{
	padding: 2px 5px;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	font-size:9pt;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid #CCCCCC;
}
input:focus {
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}
input:hover {
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
}

.input-gris{
		background-color: #f9f9f9;
		background-image: url(images/bg_buttons_trans.png);
		border:1px solid #cccccc;
		shadow: #339900 0.1em 0.1em 0em;
		text-shadow: #FFFFFF 0.1em 0.1em 0em;
		color:#3333333;font-size:9pt;padding:2px 12px;font-family:Arial;font-weight:bold;cursor:pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior:url(border-radius.htc);
	cursor:pointer;
}
.input-gris:hover {
    box-shadow: 0 0 5px #B4C2CB;
    -webkit-box-shadow: 0 0 5px #B4C2CB; 
    -moz-box-shadow: 0 0 5px #B4C2CB;
    border:1px solid #B4C2CB;
	cursor:pointer;
}
TD,P,DIV{
		FONT-SIZE:10pt;
		FONT-FAMILY: 'Enriqueta', serif, Arial Narrow, Tahoma, Verdana;
		color:#FFFFFF; 
		TEXT-DECORATION: none;
		FONT-WEIGHT: normal;}
A:visited	{ COLOR:#3D5565;TEXT-DECORATION:none; }
A:link 		{ COLOR:#3D5565;TEXT-DECORATION:none; }
A:hover 	{ COLOR:#048EEA;TEXT-DECORATION:none; }

/* The container for the module */
   #twitter {

    width: 99%; /* Up to you but remember to change the div width below as well if you change it */
    padding: 0px; 
    overflow: hidden; /* clearfix */
   }
 
    /* The marquee plug-in turns a marquee element into a div */
    #twitter p,
    #twitter marquee, 
    #twitter div {
     float: right;
     width: 100%; /* Container width - heading width - 10px (for some right padding) */
     margin: 0;
     padding: 0px; /* Again we set the padding in here so as not to cut text */
     line-height: 1;
    }
 
     /* All the tweets will be links pointing to your page on twitter */
     #twitter marquee a, 
     #twitter div a {
		font-size:14pt;
      margin: 0 20px 0 0;
      color: #fff;
      text-decoration: none;
     }
 
      /* The i is used to display the date of the tweet */
      #twitter marquee a i, 
      #twitter div a i {
       font-style: normal;
       color: #999;
      }  


.tittlemenu {
font-family: 'Enriqueta',serif;
color:#FFFFFF;
font-size:14pt;
font-weight:bold;
}
.tittlemenu2 {
font-family: 'Enriqueta',serif;
color:#FFFFFF;
font-size:10pt;
}
.curved {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior:url(border-radius.htc);
}
.playradio{
width:225px;
height:60px;
background:url(/images/play_radio.png) top center;
}
.playradio:hover{
cursor:pointer;
background:url(/images/play_radio.png) bottom center;
}
