﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.stylecontainertitle82{
	color:#333;
	font-size:13px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}

.containerrow2_gray {
	background-color: #9cba63;
}

a.flecha {
display: block;
width: 16px; /* width of image */
height: 25px; /* height of image */
/*background-image: url(Images/img_cajas_izquierda/4.jpg);*/ /* original image */
background-repeat: no-repeat;
}

a.flecha:hover {
/*background-image: url(Images/img_cajas_izquierda/4_on.jpg); *//* target image */
}

