@charset "utf-8";
/* CSS Document */
a{
    color: black;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

a:visited{ color: black; text-decoration: none; font-size: 13px; }

a:hover {
    color: #5f9ea0;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
body{color: #333;
     font-family:Verdana, Geneva, sans-serif;
     font-size:13px;}

a:active { color: #909090; text-decoration: none; font-size: 11px; }

td.content_home{
    background-image:url(center_home.jpg);
    background-repeat:no-repeat;
    background-position:top;
    height: 310px;
}
table.home_content{

    vertical-align:middle;}
td.quienes{
	text-align:left;
	padding-top: 15px;
	padding-left: 75px;
	padding-right: 35px;
}
td.descrip_home_serv{
    padding-right: 70px;
    padding-left: 15px;
    font-size:11px;}
.copyright{text-align:center;
           font-size:11px;
           color: #666;}
td.title_service_home{ padding-left: 20px;
                       font-weight:bold;}
td.content_service{
    background-image:url(center_content.jpg);
    background-repeat:no-repeat;
    background-position:top;
    height: 310px;
}
table.service_content{

    vertical-align:middle;}
