﻿
/* SOLUCIONES-----------------------------------------------------------------------------------------*/
/*
COLORES
			Verdes	Gris
Color		9bcc8f	f6f6f6	
Oscuro		618059	333333
Muy Claro	d3e6cf	
Claro		73bf60	
*/

#soluciones p
{
	padding:1%;	
	line-height:130%;
	text-align :left ;
}


#soluciones h1
{
	background-color :#68982b;	
	padding :0.2em;
	margin-bottom:1em;
	margin-top :0.7em;
}


#soluciones div.divCentrado
{
	text-align :center ;
	
	}



#soluciones h2
{
	color:#618059;	
	padding-bottom :0.2em;	
}

#soluciones table, #soluciones th,#soluciones td
{
	border:solid 1px #333333; 
}

#soluciones th
{
	background-color :#9bcc8f;
	color:White;
	
}

#soluciones img
{
	float:right ;
	padding:1%;
}

#MenuSoluciones h3
{
	background-color :#9bcc8f;
}



.MenuSolucionesStaticMenuStyle, .MenuSolucionesStaticMenuItemStyle,.MenuSolucionesStaticSelectedStyle,MenuSolucionesStaticMenuStyle
{	
	border-top: solid 1px White;
	border-bottom: solid 1px White;
	font-weight :bold;
}


.MenuSolucionesStaticMenuItemStyle
{
	padding-bottom :3px;
	padding-top :3px;
	color:#577235;
}

.MenuSolucionesStaticHoverStyle,.MenuSolucionesStaticSelectedStyle
{
	color:White;
}

.MenuSolucionesStaticHoverStyle
{
	background-color:#a9cc7b;	
	
}


.MenuSolucionesStaticSelectedStyle
{	
	background-color :#68982b;	
	color:White ;	
	
}
	
.MenuSolucionesStaticMenuStyle
{
	background-color :#EEEAEC;
	Width:100%;	

}

.MenuSolucionesNivel1
{
	color :White;
	font-variant:small-caps;
	font-size:1.1em;
	padding :0.4em;
	border-bottom :solid 3px #d3e6cf;	
	margin:0;
	background-color :#577235;
	width:100%;
}

