/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.rounded-corner {
    border-collapse:collapse;
    clear:left;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    text-align:center;
    width:100%;
}
.rounded-corner thead th.rounded-company {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D3D3D3  no-repeat scroll left -1px;
}
.rounded-corner thead th.rounded-q4 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D3D3D3 url no-repeat scroll right -1px;
}
.rounded-corner th {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D3D3D3 none repeat scroll 0 0;
color:#000000;
font-size:14px;
font-weight:bolder;
padding:8px;
}
.rounded-corner td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEAEA none repeat scroll 0 0;
border-top:1px solid .FFFFFF;
color:#666666;
padding:8px;
}
.rounded-corner tfoot td.rounded-foot-left {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEAEA  no-repeat scroll left bottom;
}
.rounded-corner tfoot td.rounded-foot-right {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EAEAEA  no-repeat scroll right bottom;
}
.rounded-corner tbody tr:hover td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D3D3D3 none repeat scroll 0 0;
}

div.logos-workshop{}

div.logos-workshop img{
    padding:3px;
}

div.tablas-workshop{
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    border:1px solid transparent;
    clear:both;
    margin:40px 0 0;
}

a.ancla-workshop{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(images/top.png) no-repeat scroll right 3px;
    color:#444444;
    float:right;
    font-weight:bold;
    padding-right:20px;
}

.rounded-corner {
    border-collapse:collapse;
    clear:left;
    font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size:12px;
    text-align:center;
    width:100%;
