/* 
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.

*/

.post .categories a {
-webkit-border-radius: 5px;  
-moz-border-radius: 5px;  
border-radius: 5px;  
}

.tour {
width: 46%; /* 46% navegadores modernos, 45% por IE debido a un bug de calculo de porcentajes, pruebalo de todas formas con 46% */
margin-right: 2%;
float: left;
font-size:10px;}

.wp-caption {
border: 1px solid #efd993;
text-align: center;
background-color: #f0ebdd;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:5px;
text-transform:uppercase;
}
.wp-caption img {
margin: 0px;
padding: 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption p.wp-caption-text {
font-size: 9px;
padding: 0 4px 5px;
margin: 0;
}

.wpcf7-list-item {display: block;padding-left: 0px;}