﻿
#topmenu {
	float: left;
	width: 958px;
	color: #333;
	padding: 10px;
	border: 1px none #ccc;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	height: 50px;
}

/* contenidos */

#modelscontainer {
	width: 956px;
	color: #333;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 11px;
}

/* cuadrados para imagenes */

#modelscontent1 {
	width: 239px;
	color: #333;
	background: #FFFFFF;
	height: 239px;
	float: left;
}
#modelscontent2 {
	width: 239px;
	color: #333;
	background: #FFFFFF;
	height: 239px;
	float: left;
}
#modelscontent3 {
	width: 239px;
	color: #333;
	background: #FFFFFF;
	height: 239px;
	float: left;
}
#modelscontent4 {
	width: 239px;
	color: #333;
	background: #FFFFFF;
	height: 239px;
	float: right;
}

/* cuadrados para texto */

#modelstext1 {
	font-family: Verdana;
	font-size: 15px;
	text-align: justify;
	padding: 55px 15px 15px 15px;
	width: 209px;
	color: #848484;
	background: #FFFFFF;
	height: 169px;
	float: left;
}
#modelstext2 {
	font-family: Verdana;
	font-size: 15px;
	text-align: justify;
	padding: 45px 15px 15px 15px;
	width: 209px;
	color: #848484;
	background: #FFFFFF;
	height: 179px;
	float: right;
}

