/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body         { font-size: 9pt; font-family: Arial; color:#FFFFFF }
a          { font-size: 9pt; font-family: Arial; color:#FFFFFF; text-decoration:none }
td         { font-size: 10pt; font-family: Arial }
.txtder    { font-size: 8pt; font-family: Arial; text-align:justify }
.inferior  { font-size: 8pt; font-family: Arial; text-align:justify; padding-left:6px; padding-right:8px }

.puntos  {background-image: url('../images/puntos.png'); background-repeat: repeat-y}


/* menusup */
.menusup {
    margin: 0;
	padding: 0;
	float: left;
	margin-left: 1px;
}

.menusup td a {
    
	background: #333333;
	width: 100;	
	color: #ffffff;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.menusup td a:hover {
	background: #cc0000;
	color: #ffffff;
}
a:hover      { color: #C10000 }

input        { color: #C0C0C0; border-style: solid; border-width: 1px; padding-left: 4px; 
               padding-right: 4px; padding-top: 1px; padding-bottom: 1px; 
               background-color: #000000; font-family:Arial; font-size:8pt }
textarea     { color: #C0C0C0; border-style: solid; border-width: 1px; padding-left: 4px; 
               padding-right: 4px; padding-top: 1px; padding-bottom: 1px; 
               background-color: #000000;font-family:Arial; font-size:8pt }