/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/

body { background-color: #ffffff; background-image: url(images/bgr-blue.png); }

#cat-menu li a:hover, #cat-menu li.active a, #cat-menu li.selected-cat a, #cat-menu li.current-cat, 
#cat-menu li.current-cat-parent, #catnav li a:hover, #catnav li:hover, #catnav li.sfhover{ background:#C9D3D8 }

.page-menu li a:hover,.top_menu li.active a, .page-menu li.current_page_item a, #pagenav li a:hover, #pagenav li ul li, 
#pagenav li:hover,#pagenav li.sfhover1{ background:#0F3956 }

.widget{ background: #19252D url(images/widget-bgr-blue.png) repeat-x top left; color:#FFFFFF;
	padding-bottom: 10px;
}

.widget a, .widget li, .widget p { font-weight:normal; color: white !important;
list-style-type: none;}

.flickr img{ border:12px solid #2A3F4C }
.flickr img:hover{ border-color:#395566 }

.footer .widget h3{ background:#092234 }

.Navi .on { background: #092234 !important }

.entry blockquote {
       width:250px;
       color:#333; 
       font-style: italic; 
       margin: 0 0 0 10px;
       float: right;
       background-color: #dde1f2;
       border-left-style: none;
       font-size: 10px;
	padding: 5px 10px;
}
.entry blockquote li {
       margin:0;
       padding:0;
       text-indent:-60px;
      list-style-image: none;
      list-style-type: none;
}
.servicios {
    font-size: 1em;
    background-color: #ffc;
    float:left;
    width:270px; margin: 0 5px 5px 5px !important; padding:5px !important;
    display: inline;
    position:relative;
    height: 320px;
}
.servicios > h4 {
    background-color: #ff6600;
    font-variant: small-caps;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}
.servicios > img{
 background:#ffffff;
 border:1px dotted #cccccc;
 padding:5px;
 margin:0 0 6px 0;
}
.servicios > img:hover{ border:1px solid #666 }

/* @group Navigation */

#autoryfoto {
	background-color: #ccdddf;
}

/*#autoryfoto ul
{
white-space: nowrap;
}*/

#autoryfoto li
{
display: inline;
list-style-type: none;
	margin-right: 10px;
}

/* @end */

