/* CSS Document */

body{
background:#FFFFFF;
margin:0;
}

.container{
width:773px;
margin:auto;
height:auto;
}

.top{
width:100%;
height:100px;
background-image:url(../images/puntelec_02.png);
background-repeat:no-repeat;
}

.menu{
height:250px;
}
a:link {
	color: #0060B6;
	text-decoration: none;
}


.content{
width:100%;
height:auto;
margin-top:20px;
}

.left{
width:250px;
height:auto;
background-image:url(../images/puntelec_06.png);
background-repeat:no-repeat;
background-position:top;
clear:left;
float:left;
}

.right{
width:100%;
height:auto;
background-image:url(../images/puntelec_08full.png);
background-repeat:no-repeat;
background-position:top;
clear:right;
float:right;
}

.bottom{
width:773px;
height:68px;
margin-top:10px;
clear:both;
}

.bottoml{
width:250px;
height:68px;
background-image:url(../images/puntelec_11.png);
background-repeat:no-repeat;
clear:left;
float:left;
}

.bottomr{
width:523px;
height:68px;
background-image:url(../images/puntelec_12.png);
background-repeat:no-repeat;
clear:right;
float:right;
}

.titulo{
	font-size:0.7em;
	font-weight:bold;
	color:#000000;
	margin-left:10px;
	margin-top:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txt{
margin-left:12px;
margin-right:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
}


.txtleft{
margin-top:-5px;
margin-left:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
}

.tituloleft{
    font-size:0.9em;
	font-weight:bold;
	color:#fff;
	margin-left:25px;
	margin-top:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
	
.txtbottoml{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
color:#fff;
margin-left:90px;
margin-top:17px;
}

.txtbottomr{
margin-left:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.6em;
color:#fff;
text-align:center;
margin-top:50px;

}
a:hover {

	color: #0060B6;
	text-decoration: underline;
}
a:visited {

	color: #0060B6;
	text-decoration: none;
}
a:active {

	color: #0060B6;
	text-decoration: none;
}

.tableform{
margin-left:10px;
}

