/* Creado por TEHUEL en Julio 2011 - www.tehuel.com
------------------------------------------------------------------*/


/* ---------------------- RESET ---------------------------- */

/* ---------------------- GENERAL ---------------------------- */
* {	margin: 0;
	padding: 0;
	border: 0;	
}
/*html { font-size:100.01%; }*/
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	background-image: url(../images/bg_ppal.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #000000;
	text-align:left;
	background-color: #f4f4f4;
	
}
a {
	text-decoration: none;
}
a:link {
	color: #0084b6;
	text-decoration: none;
}
a:visited {color: #0084b6;}
a:hover {
	color: #009AD5;
}


.servicios h3  {
	font-size: 2.2em;
	color: #81806B;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.novedades h2 a {
	color: #094C66;
	text-decoration: none;
}
.novedades h2 a:hover {
	color: #0084b6;
}
.novedades h3  {
	font-size: 2.2em;
	color: #094C66;
	line-height: 1.4em;
	margin-bottom: 10px;
}


h1,h2,h3,h4,h5,h6 { font-weight: normal;/* color: #111;*/ }
h1 { font-size: 3em; line-height: 1.4em; margin-bottom: 0.5em; } 
h2 { font-size: 2.5em; line-height: 1.4em; margin-bottom: 0.75em; }
h3 { font-size: 2em; line-height: 1.4em; margin-bottom: 1em; } 
h4 { font-size: 1.8em; line-height: 1.25; font-weight: bold;margin-bottom: 1.25em; } 
h5 { font-size: 1.6em; font-weight: bold; margin-bottom: 1.5em; } 
h6 { font-size: 1.4em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/*p           { margin: 0 0 1.5em; }*/
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

/*ul, ol {margin: 1em 0; padding-left: 2.5em;}*/
.clear { clear:both; }
.right {float: right;}
.left {float: left;}

/* ---------------------- ESTRUCTURA PPAL ---------------------------- */
#wrapper{
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapperheader {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #094c66;
	height: 118px; 
}
#wrapperheader h1 {
	text-indent: -9999em;
	color: #FFFFFF;
	width: 516px;
	height: 102px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#wrappermain {
	background-image: url(../images/bg_wrapmain.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #f4f4f4;
	/*margin-top: 37px;*/
}

#wrappermain .columna1, #wrappermain .columna2, #wrappermain .columna3 {
	width: 270px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
/* ---------------------- NAVEGACION ---------------------------- */
#navppal{
	width: 960px;
	background-color: #d0d2d8;
	background-image: url(../images/bg_mainnav.gif);
	background-repeat: repeat-x;
	-moz-border-radius: 10px 10px 0px 0px; /* Firefox */
    -webkit-border-radius: 10px 10px 0px 0px; /* Google Chrome y Safari */
	border-radius: 10px 10px 0px 0px; /* CSS3 (Opera 10.5 e Internet Explorer 9) */
	/*behavior: url(css/PIE.htc);*/ /* para IE 6-8 css3*/
	height: 35px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.sf-menu > li:hover , .home.current-menu-item
 {
	outline:		0;
	background-color: #f4f4f4;
	color: #017589;
	-moz-border-radius: 10px 0px 0px 0px; /* Firefox */
    -webkit-border-radius: 10px 0px 0px 0px; /* Google Chrome y Safari */
	border-radius: 10px 0px 0px 0px; /* CSS3 (Opera 10.5 e Internet Explorer 9) */
	}
	
.sf-menu .servicios > a{
	background-image: url(../images/icon-servicios.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
.sf-menu .empresa > a{
	background-image: url(../images/icon-empresa.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
.sf-menu .novedades > a{
	background-image: url(../images/icon-novedades.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.sf-menu .contacto > a{
	background-image: url(../images/icon-contacto.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	position:        relative;
	z-index:        99;/*stack above slider div in IE6/7 - sirve para que se coloque encima del slide */
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.5em; /* match top ul list item height */
	z-index:		999;
	margin-left: 1px;

}
.ie6 .sf-menu li:hover ul,
.ie6 .sf-menu li.sfHover ul {
	top:			3.4em; /* match top ul list item height */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			20em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	font-size: 1.4em;
	padding: 		.75em 1em;
	text-decoration:none;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.sf-menu li ul a {
	font-size: 1.2em;
	line-height: 1.4em;
}
.sf-menu a  { 
	color:			#012c3c;
}
.ie6 .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#012c3c;
}
.sf-menu li {
	padding-left: 10px;
	background-image: url(../images/bordenav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.ie6 .sf-menu li a:hover {
	background-image: url(../images/bordenav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.sf-menu li.home {
	padding-left: 10px;
	background-image: none;
}
.sf-menu li li{
	padding-left: 0px;
}
.ie6 .sf-menu ul li, .ie6 .sf-menu li {
	padding-left: 0px;
}
.sf-menu ul li {
	background-image: none;
}

.sf-menu ul li a {
	background-image: url(../images/flechagris.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}
.ie6 .sf-menu ul li a:hover {
	background-image: url(../images/flechagris.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.sf-menu li li {
	background-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}
.sf-menu li li li {
	background-color: #f4f4f4;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .current-menu-item, .current-menu-ancestor, .current_page_item, .current-menu-parent {
	outline:		0;
	background-color: #f4f4f4;
	color: #017589;

}
.current-menu-item a, .current-menu-ancestor a, .current_page_item a, .current-menu-parent a {
	color: #017589;

}
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
.sf-menu li ul a:focus, .sf-menu li ul a:hover, .sf-menu li ul a:active {
	background-color: #fff;
	

}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/bullet.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius: 0px 0px 17px 17px; /* Firefox */
    -webkit-border-radius: 0px 0px 17px 17px; /* Google Chrome y Safari */
	border-radius: 0px 0px 17px 17px; /* CSS3 (Opera 10.5 e Internet Explorer 9) */
	behavior: url(css/PIE.htc);
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/* ---------------------- SUBNAVEGACION ---------------------------- */

/* ---------------------- CABECERA / HEADER ---------------------------- */


/* ---------------------- CONTENIDO PPAL / MAIN CONTENT ---------------------------- */

			/* ---------------------- INICIO ---------------------------- */
			#slidebox {
				height: 197px;
				width: 940px;
				padding-left: 10px;
			}
			#slideshow{
				/*z-index: 14;*/
				top: 10px;
				/*padding-top: 10px;*/
			}

			.imagenesinicio {  
				padding: 0px;  
				margin:  0px;  
			} 
			.imagenesinicio img {
				background-color: #eee;
				width:  940px;
				height: 187px;
				position: absolute;
			}
			
			#servicios {
				width: 930px;
				margin-top: 5px;
				margin-left: 10px;
				background-color: #e0dfd5;
				-moz-border-radius: 10px 10px 0px 0px; /* Firefox */
				-webkit-border-radius: 10px 10px 0px 0px; /* Google Chrome y Safari */
				border-radius: 10px 10px 0px 0px; /* CSS3 (Opera 10.5 e Internet Explorer 9) */
				padding-left: 10px;
			}
			.productos {
				width: 200px;
				margin-right: 40px;
				float: left;
				margin-top: 10px;
				position: relative;
				padding-bottom: 10px;
			}
			.productos.ultimo {
				margin-right: 10px;
			}
			.ie6 .productos.ultimo {
				margin-right: 0px;
			}
			.productos h2 {
				color: #05537a;
				font-size: 1.3em;
				font-weight: bold;
				line-height: 1.2em;
				margin-bottom: 15px;
				min-height: 31px;
			}
			.ie6 .productos h2 {
				height: 31px;
			}
			.productos p {
				color: #333;
				font-size: 1.2em;
				line-height: 1.4em;
				float: left;
				width: 150px;
				margin-top: 10px;
			}
			.productos a {
				display: block;
				float: left;
				height: 28px;
				width: 31px;
				background-image: url(../images/flechaservinicio.jpg);
				background-repeat: no-repeat;
				background-position: left top;
				position: absolute;
				right: 0px;
				/*bottom: 10px;*/
				top: 228px;
			}
			
			.productos a:hover {
				background-image: url(../images/flechaservinicio.jpg);
				background-repeat: no-repeat;
				background-position: left bottom;
			}
			#partners {
				height: 128px;
				background-color: #dadada;
				width: 940px;
				margin-left: 10px;
				margin-top: 5px;
				padding-top: 1px; /*evita el solapamiento de los márgenes */
			}
			#partners p {
				color: #012c3c;
				font-size: 1.6em;
				padding-top: 14px;
				padding-left: 10px;
				background-image: url(../images/bordevertical.gif);
				background-repeat: repeat-y;
				background-position: right top;
				height: 98px;
				width: 70px;
				margin-top: 10px;
				float: left;
			}
			#partners img {
				display: block;
				float: left;
				padding-top: 3px;
				padding-right: 4px;
				padding-bottom: 5px;
				padding-left: 5px;
			}
			
#main {
	float: left;
	width: 620px;
	margin-left: 10px;
	margin-top: 20px;
}

#main h2.inicio, #main.novedades h1{
	color: #094c66;
	font-size: 3em;
	margin-bottom: 20px;
}
.novedades h2, .novedades h3, .novedades h4, .novedades h5, .novedades h6{
	color: #0E7298;
}
#main.servicios h1 {
	color: #525144;
	font-size: 3em;
	margin-bottom: 20px;
}
.servicios h2, .servicios h3, .servicios h4, .servicios h5, .servicios h6 {
	color: #6F6D5B;
}
#main img {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
#main p  {
	/*margin-left: 30px;*/
	font-size: 1.4em;
	color: #696969;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#main ul{
	/*font-size: 1.4em;*/
	color: #696969;
	margin-bottom: 10px;
	display: block;
}
#main ul li{
	line-height: 1.4em;
	margin-bottom: 10px;
	background-image: url(../images/flechaazul.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-left: 20px;
	font-size: 1.4em;
}
#main li li{
	margin-bottom: 4px;
	background-image: none;
	padding-left: 0px;
	font-size: 1em;
	list-style-type: disc;
}
#main ul ul ul li{
	margin-bottom: 4px;
	background-image: none;
	padding-left: 0px;
	font-size: 1em;
	list-style-type: disc;
	margin-left: 40px;
}
		
#breadcrumbarea {
	margin-bottom: 20px;
	font-size: 1.1em;
	color: #333333;
}
#breadcrumbarea  a:link {
	color: #333333;
	text-decoration: none;
}
#breadcrumbarea  a:visited {color: #333333;}
#breadcrumbarea a:hover {
	color: #0084b6;
}
#breadcrumbarea  .aqui {
	color: #0084b6;
}

#main .tipo {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
}


.item {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.servicios .item {
	background-color: #e8e6d9;
}
.novedades .item {
	background-color: #DFE7EA;
}
.item h2 {
	font-size: 1.8em;
	margin-bottom: 0.25em;
}
#main .item img {
	margin-right: 15px;
	margin-bottom: 5px;
}
#main .item p {
	font-size: 1.2em;
	color: #494949;
}
.servicios h2 a {
	color: #525144;
	text-decoration: none;
}
.servicios h2 a:hover {
	color: #7E7D69;
}
.servicios h3  {
	font-size: 2.2em;
	color: #81806B;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.novedades h2 a {
	color: #094C66;
	text-decoration: none;
}
.novedades h2 a:hover {
	color: #0084b6;
}
.novedades h3  {
	font-size: 2.2em;
	color: #094C66;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.vinculo {
	background-image: url(../images/botonbeige.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 73px;
	float: right;
}

.vinculo a, .vinculo a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	line-height: 26px;
}
.vinculo a:hover {
	background-image: url(../images/botonbeige.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	width: 73px;
}


.col_page .vinculo {
	background-image: url(../images/botonazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 73px;
	float: right;
}

.col_page .vinculo a, .col_page .vinculo a:visited {
	display: block;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	line-height: 26px;
}
.col_page .vinculo a:hover {
	background-image: url(../images/botonazul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	width: 73px;
}


/* ---------------------- COLUMNA / SIDEBAR ---------------------------- */
#sidebar {
	float: left;
	width: 300px;
	margin-left: 20px;
	margin-top: 5px;
}
.col_novedades, .col_servicios, .col_page {
	float: left;
	width: 280px;
	-moz-border-radius: 10px 10px 10px 10px; /* Firefox */
    -webkit-border-radius: 10px 10px 10px 10px; /* Google Chrome y Safari */
	border-radius: 10px 10px 10px 10px; /* CSS3 (Opera 10.5 e Internet Explorer 9) */
	padding: 10px;
	margin-bottom: 5px;
}
.ie6 .col_novedades, .ie6 .col_servicios, ie6 .col_page {
	width: 270px;
	padding: 10px;
}
.col_novedades {
	background-color: #cfdbe0;
}
.col_servicios {
	background-color: #E2E1D3;
}
.col_page {
	background-color: #e8e8e8;
}

.col_novedades h2, .col_servicios h2, .col_page h2{
	font-size: 2.4em;
	display: block;
	padding-bottom: 12px;
	margin-bottom: 20px;
	padding-top: 10px;
	background-image: url(../images/bordehorizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.col_novedades h2{
	color: #094c66;
}
.col_servicios h2{
	color: #525144;
}
.col_page h2{
	color: #094c66;
	font-size: 1.8em;
}
.col_novedades p, .col_servicios p, .col_page p {
	color: #525151;
	font-size: 1.4em;
    line-height: 1.4em;
	margin-bottom: 20px;
}


/* ---------------------- PIE / FOOTER ---------------------------- */
#wrapperfooter {
	background-image: url(../images/bg_ppal_footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #094c66;
	/**/height: 200px;
	position: relative;
	margin-top: 10px;
}
#footer {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/cuad_footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/**/height: 200px;
	padding-left: 10px;
}
#footer #colizq {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer h3 {
	color: #9bb5bf;
	font-size: 1.8em;
	margin-bottom: 10px;
}
#footer p {
	font-size: 1.2em;
	color: #f4f4f4;
	line-height: 1.6em;
}
#infofooter {
	margin-top: 20px;
}
#infofooter p {
	font-size: 1em;
	color: #a5c3d1;
}

/* ---------------------- LISTAS ---------------------------- */

/* ---------------------- PAGINACION ---------------------------- */
.wp-pagenavi {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	/*border: 1px solid #BFBFBF;*/
	padding: 3px 5px;
	margin: 2px;
	font-size: 1.2em;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	background-color: #E0E0E0;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* ---------------------- FORMULARIOS ---------------------------- */

form {
  font-size: 1.4em;
  width: 44em;
}
/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  background-color:#F5F5F5;
  border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
}

/* legend styling */
legend {
  font-weight: bold;
}

#main form p {
	position: relative;
	width: 100%;
	font-size: 1em;
}

/* style for  labels */
label {
  float: left;
  width: 16em;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
em {
  font-size: 0.83em;
  color:#760000;
}

/* style error messages */
label .feedback {
  position: absolute;
  margin-left: 11em;
  left: 200px;
  right: 0;
  font-weight: bold;
  color:#760000;
  padding-left: 18px;
  background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {wpcf7-submit
	width: 300px;
	padding: 5px;
}
input.wpcf7-submit {
	background-image: url("../images/botonbeige.gif");
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	height: 26px;
	width: 73px;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;

}
input.wpcf7-submit:hover{
	background-position: left bottom;

}
input[type="text"], input[type="email"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background-color: #EDF2F3;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
	width: 345px;
	height: 150px;
	padding: 5px;
}

.wpcf7-form-control-wrap .wpcf7-recaptcha {
    position: relative;
    float: right;
    margin-bottom: 15px;
}

/* ---------------------- MISC ---------------------------- */

.destacado {
	padding: 10px;
	background-color: #E0E9EB;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
}
.destacado h3 {
	color: #094C66;
	line-height: 2em;
	font-weight: bold;
}
.destacado p {
	margin-left: 20px;	/*text-indent: 20px;*/
}
.noexisten {
	padding: 10px;
	background-color: #E2E2E2;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
}
.volver {
	background-image: url(../images/flechavolver.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.textodescripcion {
	width:130px;
	font-size: 1.1em;
	color: #666666;
	float: left;
	margin-left: 10px;
	line-height: 1.2em;
	padding-top: 5px;
	padding-right: 5px;
}
.cuadrotextodescripcion {
	background-color: #E2E2E2;
	padding: 3px;
	margin-top: 5px;
	float: left;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; 
    -webkit-border-radius: 10px 10px 10px 10px;
	width:293px;
}
/*-----------------------------------------------------------------------------
I use this for block comments
-----------------------------------------------------------------------------*/

/* I use this for short commments */
