<style type="text/css">
body{Font-Family:Arial,Helvetica,sans-serif;}
body{Font-Size: 12}

.textBox
{   background-color: #000000;
    border: 1px solid #000000;
	font-size: 10pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
    height: 20px;
}

.textBox:hover
{
	background-color:#8d009f;
}

.textBoxBlue
{   background-color: #000000;
    border: 1px solid #000000;
	font-size: 10pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
    height: 20px;
}

.textBoxBlue:hover
{
	background-color:#0099ff;
}

.commentTextArea
{   background-color: #000000;
    border: 1px solid #000000;
	font-size: 10pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
	height: 142px;
	width: 414px;
}

.commentTextArea:hover
{
	background-color:#8d009f;
}

.commentTextAreaBlue
{   background-color: #000000;
    border: 1px solid #000000;
	font-size: 10pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
	height: 142px;
	width: 464px;
}

.commentTextAreaBlue:hover
{
	background-color:#0099ff;
}

a.buttonSend
{
	background: url('images/botenviarred.gif') 0px 0px no-repeat;
	width: 62px;
	height: 21px;
	display:block;
}

a.buttonSend:hover
{
	background-position: -62px 0px;
}

a.buttonSendBlue
{
	background: url('images/botenviarblue.gif') 0px 0px no-repeat;
	width: 62px;
	height: 21px;
	display:block;
}

a.buttonSendBlue:hover
{
	background-position: -62px 0px;
}

a.buttonBack
{
	background: url('images/botvolver.gif') 0px 0px no-repeat;
	width: 176px;
	height: 66px;
	display:block;
}

a.buttonBack:hover
{
	background-position: -176px 0px;
}

a.buttonComments
{
	background: url('images/botcomentarios.gif') 0px 0px no-repeat;
	width: 121px;
	height: 24px;
	display:block;
}

a.buttonComments:hover
{
	background-position: -121px 0px;
}

a.buttonCommentsBlue
{
	background: url('images/botcomentazul.gif') 0px 0px no-repeat;
	width: 121px;
	height: 24px;
	display:block;
}

a.buttonCommentsBlue:hover
{
	background-position: -121px 0px;
}

.textBoxNegative
{   background-color: #8d009f;
    border: 1px solid #8d009f;
	font-size: 9pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
    height: 20px;
}

.textBoxNegative:hover
{
	background-color:#000000;
}

.commentTextAreaNegative
{   background-color: #8d009f;
    border: 1px solid #8d009f;
	font-size: 10pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
	height: 142px;
	width: 414px;
}

.commentTextAreaNegative:hover
{
	background-color:#000000;
}



.commentName
{
    font-size: 10pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
}

.commentText
{
    font-size: 10pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #8d009f;
}

.commentResponse
{
    font-size: 10pt;
    font-style:italic;
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #777777;
    margin-left: 20px;
}

.cortotitulo1
{
    font-size: 7pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
	text-decoration:none;
}

.twitterText
{
    font-size: 8pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: regular;
    color: #FFFFFF;
	text-decoration:none;
}

.fecha
{
    font-size: 7pt;	
    FONT-FAMILY: Verdana,Helvetica,sans-serif;
    FONT-WEIGHT: bold;
    color: #8d009f;
	text-decoration:none;
}



</style>