﻿/* Acordion */

 .toggler 
 {
 		text-align:left;
	    color: #222;
	    margin: 0;
	    padding: 2px 5px;
	    background: #eee;
	    border-bottom: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	    border-top: 1px solid #f5f5f5;
	    border-left: 1px solid #f5f5f5;
	    font-size: 11px;
	    font-weight: normal;
	    font-family: 'verdana', sans-serif;
    }
    .element {
    }
     
    .element p {
	    margin: 0;
	    padding: 4px;
    }
    .float-right {
	    padding:10px 20px;
	    float:right;
    }

BODY {
	MARGIN: 0px;
	BACKGROUND-IMAGE: url(images/bk.jpg); 
	background-color:#e8e8e8;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

a
{
	text-decoration:none;
	font-weight:bold;
	color:#5f5d54;
}
/* unvisited link */
a:link {color:#5f5d54;}
/* visited link */
a:visited 
{
	color:#5f5d54;
	text-decoration:undeline;
} 
/* mouse over link */
a:hover 
{
	color:#5f5d54;
	text-decoration:undeline;
	
}
a:active 
{
	color:#5f5d54;
	text-decoration:undeline;
}

label
{
	font-weight: bold;
	float: left;
	/* margin-left: -155px; width of left column*/
	width: 90px; 
}

.divContacto
{	width:80%; 
 	text-align:justify;
}

.divContacto label
{
	font-weight:normal;
	float: left;
	/* margin-left: -155px; width of left column*/
	width: 180px; 
	
	}
.divContacto span
{
	font-weight:bold;
	 color:#9c2829;
	/* margin-left: -155px; width of left column*/
	}

img
{
	border:0px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

table, tr, td {
	border-collapse: collapse;
	margin: 0px;
	border-style:none;
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-width:0px;
}


.TDQuienes
{
	width:454px;
	BACKGROUND-IMAGE: url(images/tabla-medio_03.png); 
	background-repeat:repeat-x;
	/*background-color:#cecdcd;*/
	background-color:#cecdcd;
	vertical-align:top;
	text-align: center;
}

.bodyItems
{
	padding:0px;
	margin:0px;
	BACKGROUND-IMAGE: url(images/bkinfo.jpg); 
	background-color:#cecdcd;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

/*table  
{
	border-collapse: collapse; 
	border-spacing: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	border:0px;
	margin:0px;
	padding:0px;
}
 td, th { padding: 0; }
.masterPageTable
{
	border-collapse: collapse;
	padding:0px;
	border:0px;
	margin:0px;
	width:100%;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}*/