body {
	width:700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px auto;
	background-repeat: repeat-x;
	background-image: url(../images/fondo.jpg);
	background-color: #CC99CC;

	}

a {
	color:#CC3399;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color: #000000;
	}

a img {
	border: 1px solid #993399;
	}

hr {
	width:100%;
	border-top: thin dotted #993399;
	margin-top: 4px;
	}	

hr{
	width:100%;
	border-top: thin dotted #993399;
	margin-top: 4px;
	}		

h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #993399;
	text-align: left;
	line-height: 18px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: justify;
	}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	margin: 0; 
	padding: 0 
	}
	
span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	}	
	
.tit {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #993399;
	text-align: left;
	line-height: 18px;
	}

.txt {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	margin: 0; 
	padding: 0 
	}	
/*#centrado {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	}*/
	
#header {
	background-image: url(../images/header.jpg);
	clear: left;
	float: left;
	height: 24px;
	width: 700px;
	text-align: center;
	padding: 125px 0 0 0;
	}

#home {
	width: 600px;
	height: 120px;
	clear: both;
	float: left;
	}

#content {
	float:left;
	clear: left;
	width: 700px;
	background-image: url(../images/content.gif);
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=45,strength=4);*/
	}

#columnaizquierda{
	width:150px;
	height: 100%;
	float:left;
	clear: none;
	padding: 10px 0px 8px 8px;
	}

#columnacentral{
	width:330px;
	float:right;
	clear: none;
	padding: 10px;
	height: 100%;
	}

#columnaderecha{
	width:150px;
	height: 100%;
	float:right;
	clear:right;
	padding: 10px;
	}

#footer {
	text-align: center;
	height: 22px;
	width: 694px;
	clear: left;
	float: left;
	background-image: url(../images/footer.gif);
	color: #FFFFFF;
	padding: 3px;
	font-size: 10px;
	background-repeat: no-repeat;
	}

#footer:a {
	color: #FFFFFF;
	}		

.submenu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #993399;
	text-transform: uppercase;
	width:98%;
	text-align: center;
	border-top: 1px solid #993399;
	border-bottom: 1px solid #993399;
	background-color: #E5E5E5;
	padding: 5px;
}

.foto{
	border: 1px solid #993399;
	}
	
.fotoleft {
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
	clear: left;
	}

.fotoright {
	margin-bottom: 10px;
	float: right;
	margin-left: 5px;
	clear: none;
	}

.linea{
	width:100%;
	border-top: thin dotted #993399;
	margin-top: 4px;
	}

/*- Menu Tabs--------------------------- 

#menu {
    width:100%;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #E276A7;
    }*/

.chromestyle{
	width: 697px;
	font-weight: normal;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	border: 1px solid #FFF;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(../images/menu.gif);
	background-repeat: repeat-x;
	background-position: center center;
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	color: #FFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #FFF; /*THEME CHANGE HERE*/
	}

.chromestyle ul li a:hover{
	background: url(../images/menu-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/*content: url(downimage.gif);
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333,direction=-45,strength=4);*/
	border: 1px solid #A24498;
	}

.dropmenudiv a{
	width: 100%;
	display: block;
	/*text-indent: 3px;*/
	/*border: 1px solid #999; /*THEME CHANGE HERE*/
	padding: 3px 0;
	text-decoration: none;
	color: #666666;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFD2E9;
	color: #993399;
	}
	
