/* 
    Document   : metaAnalisis
    Created on : 23-mar-2011, 17:43:38
    Author     : jorgaf
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.groups{
    text-decoration: underline;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
}
.description{
		color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: justify;
}
.labels{
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;    
}
.values{
		color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.tables{
    
    border-right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
    border-top-style: groove;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
}

.titles{
    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 150px;
}

.descriptionText{
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-align: justify;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3{
    margin-right: 25%;
    margin-left: 25%;
    text-align: center;
}
h4{
    margin-left: 25%;
}

.tablaText{
		margin-left: 25%;
		margin-right: 25%;
}

.imageLeft{
	float:left;
	margin-top: 1%;
	margin-left: 4%;
}

